Skip to main content
GET
Poll status
Poll the status of a conversion job that was started with "async": true or that timed out during synchronous processing.

Request

Headers

Path parameters

Example request

Response

The response includes the current job state, progress information, and the result when the job completes.

Job states

Response examples

Processing

Completed

Async mode currently runs analysis only, not the format conversion. The result from the status endpoint contains the extracted questions (mergedContent) but not the final converted file or URL. To get the file, call the convert endpoint again without async: true — that single call analyzes and converts in one step.For now, prefer synchronous mode unless you specifically need the analyzed-questions payload separately from the conversion step.

Failed

Not found

Polling strategy

We recommend polling every 3–5 seconds. Most documents are analyzed within 30–60 seconds.