Trigger analysis of unanalyzed books in a library
POST/api/v1/libraries/:library_id/analyze-unanalyzed
Permission Required
libraries:write
Behavior
Enqueues AnalyzeBook tasks (with force=false) for books that have not been analyzed yet. This is useful for recovering from failures or analyzing newly discovered books. Returns immediately with a task_id to track progress.
Request
Responses
- 200
- 403
- 404
Analysis tasks enqueued successfully
Permission denied
Library not found