Get the extracted text content of a document
GEThttps://platform.docana.com/api/v1/documents/:id/content/
Returns the parsed text of a processed document as ordered chunks. For audio and video documents each chunk is the transcription of one time window, with startOffsetSec/endOffsetSec locating it on the media timeline. Content is only returned once ingestion is COMPLETED — poll GET /api/v1/documents/{id}/status/ first; any other status (including FAILED) answers an empty chunks page.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
One page of the document content chunks.
Invalid document id or pagination values
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Document not found or not accessible
Unexpected server error.