Get Markdown Documents
GET/api/v8/partner/document-to-markdown
Get Markdown Documents
Request
Query Parameters
Return documents containing these tags.
Return documents with this meta.external_id.
Return documents created after this date and time in ISO 8601 format.
Return documents created before this date and time in ISO 8601 format.
Return documents created beginning at this date and time in ISO 8601 format.
Return documents created on and before this date and time in ISO 8601 format.
Return documents updated after this date and time in ISO 8601 format.
Return documents updated before this date and time in ISO 8601 format.
Return documents updated beginning at this date and time in ISO 8601 format.
Return documents updated on and before this date and time in ISO 8601 format.
Default value: 1
The page number. The response is capped to maximum of 50 results per page.
Default value: 50
The number of Documents per page.
A field used to determine whether or not to return bounding_box and bounding_region for extracted fields in the Document response.
A field used to determine whether or not to return the score and ocr_score fields in the Document response.
Case sensitive. Return documents with this text or any extracted fields matching the value. Use asterisk for partial matches, e.g. q=Walmart* will return documents with either Walmart in ocr text or any extracted field containing Walmart.
Whether to always return accurate count of results, true makes it slower.
Responses
- 200
A list of Markdown Documents
- application/json
- Schema
- Example (from schema)
Schema
- API_V8_PARTNER_DOCUMENTTOMARKDOWN_LISTRESPONSESCHEMA
- Array [
- ]
The total number of results retrieved across all pages.
The URL to the next page of results.
The URL to the previous page of results.
results object[]required
The collection of processed Markdown Document documents
The database ID of the markdown document
The markdown content of the converted document.
Page structures returned when details is true.
Type of document
External reference ID
Processing status
S3 path to the markdown document
S3 URL to the PDF file
S3 URL to the image file
Creation timestamp
Last update timestamp
Default value: ``
Document tags
{}