Zum Hauptinhalt springen

Create Summary Job

POST 

/summaries/jobs

Start a document summarization job.

Creates a background job to generate a summary for a document. Returns a job ID that can be used to poll for the result.

Indexing requirement: The document must be indexed before summarization can run. If the document is not yet indexed when this request is received, the job will wait until indexing completes before starting. Upload documents in advance to minimize latency.

Use the GET /summaries/jobs/{job_id} endpoint to check status and retrieve results.

Request

Responses

Summary job created successfully