Process and analyze documents using AI models.
Documentation Index
Fetch the complete documentation index at: https://budecosystem-b7b14df4.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| 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 |