Document Conversion
Get Conversion
This endpoint retrieves metadata about a document that has been processed with the document-conversion
model. Note that the response can include an RFC 8288-style Link
header that may contain links to file downloads.
GET
Authorizations
Our API offers authentication via API keys. You can obtain an API key from https://developer.abbyy.com
Path Parameters
The id of the document
Response
200
application/json
The response from the getConversionResults
endpoint.
Represents a document that has been submitted for processing.
Examples:
{
"id": "wh23anb5xjf0ntw5taase5qz",
"name": "document.jpg",
"createdAt": "2025-02-07T17:44:06.949Z",
"model": "image-to-text",
"status": "Processed",
"pageCount": 10,
"errors": [{ "message": "Total is required" }]
}