Skip to main content
GET
/
api
/
publicapi
/
v1
/
transactions
/
{transactionId}
/
files
/
{fileId}
/
download
Downloads the result files
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/transactions/{transactionId}/files/{fileId}/download \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

transactionId
string<uuid>
required

Transaction identifier. You receive it in the response after the transaction has been successfully created.

fileId
string
required

File identifier. You can find it in the transaction details, under documents - resultFiles.

Response

File content is successfully returned

The response is of type file.