Vai al contenuto principale
GET
/
api
/
publicapi
/
v1
/
transactions
/
{transactionId}
/
documents
/
{documentId}
/
sourceFiles
/
{fileId}
/
download
Scarica il file di origine della transaction
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/transactions/{transactionId}/documents/{documentId}/sourceFiles/{fileId}/download \
  --header 'Authorization: Bearer <token>'
"<string>"

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

transactionId
string<uuid>
obbligatorio

Identificatore della transaction

documentId
string<uuid>
obbligatorio

Identificatore del documento della Transaction

fileId
string
obbligatorio

Identificatore BLOB

Risposta

Il contenuto del file è stato restituito correttamente

The response is of type file.