Version 2.5
Document Intelligence

Document Intelligence

Read the workspace's Document Intelligence configuration — whether it's available and which integrations are wired up.

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.

ResponseDocumentIntelligenceConfigResponse

{
  "status": "not_available",
  "error": null,
  "configuration": { "integrations": [] }
}
FieldTypeDescription
statusstringconfigured, not_configured, not_available, or error.
errorobjectError detail when status is error; otherwise null.
configurationobjectThe configuration payload, including the list of integrations.