跳轉到主要內容
GET
/
api
/
publicapi
/
v1
/
transactions
/
{transactionId}
/
documents
/
{documentId}
/
sourceFiles
/
{fileId}
/
download
下載該處理作業的原始檔案
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/transactions/{transactionId}/documents/{documentId}/sourceFiles/{fileId}/download \
  --header 'Authorization: Bearer <token>'
"<string>"

授權

Authorization
string
header
必填

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

路徑參數

transactionId
string<uuid>
必填

交易識別碼

documentId
string<uuid>
必填

交易文件識別碼

fileId
string
必填

Blob 識別碼

回應

已成功傳回檔案內容

The response is of type file.