cURL
curl --request GET \ --url https://vantage-us.abbyy.com/api/publicapi/v1/transactions/{transactionId}/files/{fileId}/download \ --header 'Authorization: Bearer <token>'
"<string>"
下载此事务的结果文件。
The access token received from the authorization server in the OAuth 2.0 flow.
事务标识符。在事务成功创建后,会在响应中返回该标识符。
文件标识符。您可以在事务详细信息的 documents - resultFiles 中找到它。
文件内容已成功返回。
The response is of type file.
file
此页面对您有帮助吗?