Document Intelligence
Read the workspace's Document Intelligence configuration — whether it's available and which integrations are wired up.
Coming soon. Document Intelligence isn't available in this release yet, so
this endpoint reports not_available on most deployments.
All paths are relative to the base URL and require an Authorization: Bearer YOUR_API_KEY header.
Get configuration
GET /document-intelligence
Returns the Document Intelligence configuration for API consumers.
Response — DocumentIntelligenceConfigResponse
{
"status": "not_available",
"error": null,
"configuration": { "integrations": [] }
}| Field | Type | Description |
|---|---|---|
| status | string | configured, not_configured, not_available, or error. |
| error | object | Error detail when status is error; otherwise null. |
| configuration | object | The configuration payload, including the list of integrations. |