Zum Hauptinhalt springen
GET
/
api
/
publicapi
/
v1
/
transactions
/
{transactionId}
/
files
/
{fileId}
/
download
Lädt die Ergebnisdateien herunter
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/transactions/{transactionId}/files/{fileId}/download \
  --header 'Authorization: Bearer <token>'
"<string>"

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

transactionId
string<uuid>
erforderlich

Bezeichner der Transaction. Sie erhalten ihn in der Antwort, nachdem die Transaction erfolgreich erstellt wurde.

fileId
string
erforderlich

Datei-ID. Sie finden sie in den Details des Vorgangs unter documents - resultFiles.

Antwort

Der Dateiinhalt wurde erfolgreich zurückgegeben.

The response is of type file.