Skip to main content

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

Analysis task enqueued successfully