Trigger forced analysis of all books in a library
POST/api/v1/libraries/:library_id/analyze
Permission Required
libraries:write
Behavior
Enqueues AnalyzeBook tasks (with force=true) for ALL books in the library. This forces re-analysis even for books that have been analyzed before. Returns immediately with a task_id to track progress.
Request
Responses
- 200
- 403
- 404
Analysis tasks enqueued successfully
Permission denied
Library not found