Premium Feature
Documents are available as a premium feature. Contact Sales to inquire more about access. If you're an existing customer, reach out to your Account Manager or to [email protected].
In sourcing filings directly from the source, Middesk also provides the ability to download documents related to these filings. Oftentimes, retrieving these documents can supersede the process of reaching out to an individual and requesting upload via a document capture flow.
{
"object": "document",
"id": "1538c2f9-ff0f-489e-0099-a5f116a4af07",
"document_type": "Initial_Filing",
"filename": "3868812_Articles_Of_Incorporation_2009-03-16",
"content_type": "application/pdf",
"size": 82034,
"download_url": "https://storage.middesk.com/middesk/z6q1p5209ipr0vgof1900l1s580n",
"created_at": "2020-04-30T23:50:51.222Z",
"source": {
"type": "registration",
"id": "2b16130a-0351-49fc-9f73-4a8a1ccc95c8",
"metadata": {
"state": "PA",
"status": "active"
}
},
"filing_date": "2009-03-16T00:00:00.000Z"
}
Attribute | Type | Description |
---|---|---|
document_type | string | The type of document. For SOS documents, Articles of Incorporation will have Initial_Filing and Certificates of Good Standing will be Certificate of Good Standing . For UCC1 documents, this will be Initial Filing . |
filename | string | The filename for the document. |
content_type | string | The media type for the document, e.g. application/pdf . |
size | number | The size in bytes of the document. |
download_url | string | URL for downloading the document contents. |
created_at | timestamp | The time the document was retrieved for the Business. |
source | object | The source for the document. In many cases, these will be a link to a Registration record. Other sources will be supported in the future. |
filing_date | timestamp | The date the document was filed. |