Webinar: Better Agents, Easier than Ever — Thursday, June 18th at 9am PT / 12pm ET. Register Now
Version 2.5
Document Intelligence

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.

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.