Queue Document Analysis
queue_document_analysisSubmit a document for asynchronous background NLP analysis including readability, entity extraction, and sentiment. Instantly receive a job ID to poll for results, ideal for large documents.
Instructions
Enqueue a background NLP analysis of one document (readability, entities, sentiment) and return a job id immediately without blocking. Poll the job with get_job_status and stop it with cancel_job. Use this for large documents where a synchronous analyze_document call would be slow; use analyze_document directly for quick, inline results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| options | No | Optional flags selecting which analyses to run and the job priority. | |
| documentId | Yes |