Retrieve a document
GET/v2/corpora/:corpus_key/documents/:document_id
Returns the content and metadata of a specific document in a corpus. The unique document_id identifies the document. The response includes the full details of the document, including its text, metadata, and associated tables, if table extraction is enabled.
Use this endpoint to analyze the details of a specific document or to integrate document content into your application workflows.
Request
Responses
- 200
- 403
- 404
Successfully retrieved the document.
Permissions do not allow retrieving a document from the corpus.
Corpus or document not found.