meta { name: Scan Ebooks type: http seq: 1 } post { url: {{base_url}}/api/scanner/scan body: json auth: inherit } body { { "folder_paths": [ "/path/to/ebooks", "/another/path/to/ebooks" ] } } settings { encodeUrl: true timeout: 0 } docs { ## Scan Ebooks Manually scans the specified folders for ebooks and adds them to the database. **Method:** POST **Endpoint:** /api/scanner/scan **Authentication:** Required **Request Body:** - `folder_paths` (array of strings, required): Array of folder paths to scan **Response:** - `message` (string): Success message **Status Codes:** - 200: Success - 400: Bad Request - 401: Unauthorized }