cURL
curl --request GET \ --url https://api.artosai.com/api/v1/documents/{document_id} \ --header 'Authorization: Bearer <token>'
{ "document": {} }
Get a single document by ID with sections, sources, and metadata. Only returns documents belonging to the authenticated user’s organization.
Bearer token authentication. Token provides organization-scoped access.
UUID of document
Document retrieved successfully
Complete document details with sections and metadata