For AI agents: visit https://docs.usecanopy.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| field | type | description | properties |
|---|
| document_id | string(uuid) | ID of the document | |
| title | string | Title of Document | |
| date_added | string(date-time) | null | Effective date of Document | |
| document_type | string | null | Type of Document | enum: INSURANCE_APPLICATION, INSURANCE_BINDER, DECLARATIONS, ENDORSEMENT, INSURANCE_ID_CARD, VERIFICATION_OF_INSURANCE |
| policy_id | string(uuid) | null | Policy Id that the document belongs to | |
| mime_type | | The file type of the Document | enum: application/pdf, image/jpeg |
| download_url | string(uri) | The API endpoint URL from which the document can be downloaded | |