Upload

Analyze Document

post/v1/upload/analyze

Query parameters

instance_idstring

Instance ID. When provided, the request must be authenticated with an API key scoped to this instance. When omitted, a dashboard (Clerk) session is required.

Response

Document analyzed successfully

approval_rate'low' | 'medium' | 'high' required

Confidence that the document should be approved.

descriptionstring required

Short explanation of why the document should or should not be approved.

Example response

{
  "approval_rate": "high"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.