Process and analyze documents using AI models.
| Parameter | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer authentication header |
| Parameter | Type | Required | Description |
|---|---|---|---|
| model | string | Yes | Document processing model identifier |
| document | string | Yes | Document content (base64 encoded or URL) |
| task | string | No | Processing task: extract, analyze, summarize. Default: extract |
| options | object | No | Task-specific processing options |