cURL
curl --request POST \ --url https://vantage-us.abbyy.com/api/publicapi/v1/transactions/{transactionId}/mobileInputLink \ --header 'Authorization: Bearer <token>'
{ "transactionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "mobileInputLink": "<string>", "isShortLink": true }
只能为未处于运行中的事务请求链接。 链接中的令牌仅授予添加文件并启动指定事务的权限,不能用于获取处理结果。
The access token received from the authorization server in the OAuth 2.0 flow.
事务标识符。在事务成功创建后,会在响应中返回。
已成功生成新链接
链接生成结果。
事务标识符。 在事务成功创建后,将在响应中返回该标识符。
移动端输入链接,其中包含当前事务的一次性授权令牌。
移动端输入链接是否为指向原始移动端输入链接的短链接。
此页面对您有帮助吗?