Skip to main content

Documentation Index

Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

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": "doola-company-id",
  "name": "Company-Name-EinLetter.pdf",
  "contentType": "application/pdf",
  "documentType": "EinLetter",
  "downloadUrl": "https://s3.amazonaws.com/...?X-Amz-Signature=..."
}
The downloadUrl is a temporary signed URL that expires after approximately 1 hour. Download immediately or re-fetch when needed.