Endpoints
Get document metadata
Retrieve metadata for a specific document.
This endpoint returns the metadata for a document identified by its ID. Optionally, it can include the document’s text content.
GET
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the document
Minimum string length:
1Example:
"doc_123456"
Query Parameters
Whether to include the document's text content in the response
Example:
false
Response
Successful Response

