Companies
Upload documents to an company
post/companies/{company_id}/documents
Path parameters
company_idstring required
ID of the company to upload document
Response
Company document updated successfully
Example response
{
"checks": [
{
"message": "Name matched successfully",
"name": "name_match",
"validate": true,
"weight": 1
}
],
"created_at": "2025-05-01T12:00:00Z",
"document_type": "generic",
"id": "doc_123",
"name": "generic_doc",
"signed_url": "https://cdn.example.com/doc.pdf",
"state": "SUBMITTED",
"status": "approved",
"values": [
{
"confidence": 0.95,
"name": "Full Name",
"value": [
100,
200
]
}
]
}