Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/formation/:id/documents — List documents for a company formation.
curl https://api.usenaive.ai/v1/formation/formation-uuid/documents \ -H "Authorization: Bearer nv_sk_live_..."
{ "documents": [ { "id": "doc-id-1", "companyId": "formation-company-id", "name": "Company-Name-Aoo.pdf", "contentType": "application/pdf", "documentType": "ArticlesOfOrganization", "createdAt": "2026-05-10 11:20:50" }, { "id": "doc-id-2", "companyId": "formation-company-id", "name": "Company-Name-EinLetter.pdf", "contentType": "application/pdf", "documentType": "EinLetter", "createdAt": "2026-05-10 10:13:19" } ] }
ArticlesOfOrganization
EinLetter
Mail