Skip to main content
id
string
required
UUID of the formation.
documentId
string
required
Document ID from the documents list.
curl https://api.usenaive.ai/v1/formation/formation-uuid/documents/doc-id \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "id": "doc-id",
  "companyId": "formation-company-id",
  "name": "Company-Name-EinLetter.pdf",
  "contentType": "application/pdf",
  "documentType": "EinLetter",
  "downloadUrl": "https://documents.usenaive.ai/...?X-Amz-Signature=..."
}
The downloadUrl is a temporary signed URL that expires after approximately 1 hour. Download immediately or re-fetch when needed.