Trigger analysis of a book if not already analyzed
POST/api/v1/books/:book_id/analyze-unanalyzed
Permission Required
books:write
Behavior
Enqueues an AnalyzeBook task with force=false if the book has not been analyzed yet. Returns 400 if the book is already analyzed. Returns immediately with a task_id to track progress.
Request
Responses
- 200
- 400
- 403
- 404
Analysis task enqueued successfully
Book is already analyzed
Permission denied
Book not found