Python
Documents
Submit a document transform (async)
Upload a document for AI-powered extraction and return immediately. Poll for completion via client.sessions.get(execution_id).
POST
Python
Authorizations
Body
multipart/form-data
Document file to transform
JSON Schema dict (as JSON string) or schema name/ID
LLM model override
Extraction instructions override
Prompt template reference
Max wait time in seconds (sync only)
Response
Successful Response
Poll via client.sessions.get(execution_id)