Retrieve a document
GET/v2/corpora/:corpus_key/documents/:document_id
Supported API Key Type:
Query ServicePersonal
The Retrieve Document API enables you to fetch the content and metadata of a specific document from a corpus, identified by its unique document_id from a specific corpus. Use this endpoint to view the full details of a document, including its text, metadata, and associated tables, if table extraction is enabled.
This information is particularly useful when you need to analyze the details of a specific document or 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.