メインコンテンツへスキップ
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.