Skip to main content
GET
/
api
/
publicapi
/
v1
/
transactions
/
{transactionId}
/
documents
/
{documentId}
/
sourceFiles
/
{fileId}
/
download
Downloads the source file of the transaction
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/api/publicapi/v1/transactions/{transactionId}/documents/{documentId}/sourceFiles/{fileId}/download \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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

documentId
string<uuid>
required

Transaction document identifier

fileId
string
required

Blob identifier

Response

File content is successfully returned

The response is of type file.