Zum Hauptinhalt springen
GET
/
api
/
publicapi
/
v1
/
transactions
/
{transactionId}
/
documents
/
{documentId}
/
sourceFiles
/
{fileId}
/
download
Lädt die Quelldatei des Vorgangs herunter
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/transactions/{transactionId}/documents/{documentId}/sourceFiles/{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

Transaction-ID

documentId
string<uuid>
erforderlich

Dokumentenkennung im Vorgang

fileId
string
erforderlich

Blob-Bezeichner

Antwort

Dateiinhalt wurde erfolgreich abgerufen

The response is of type file.