跳转到主要内容
GET
/
api
/
publicapi
/
v1
/
transactions
/
{transactionId}
/
files
/
{fileId}
/
download
下载处理结果文件
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/transactions/{transactionId}/files/{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>
必填

事务标识符。在事务成功创建后,会在响应中返回该标识符。

fileId
string
必填

文件标识符。您可以在事务详细信息的 documents - resultFiles 中找到它。

响应

文件内容已成功返回。

The response is of type file.