跳转到主要内容
POST
/
api
/
publicapi
/
v1
/
transactions
/
{transactionId}
/
mobileInputLink
生成一个链接,使用一次性身份验证令牌运行移动端采集,将图像注入到指定事务中
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
}

授权

Authorization
string
header
必填

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

路径参数

transactionId
string<uuid>
必填

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

响应

已成功生成新链接

链接生成结果。

transactionId
string<uuid>
必填

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

移动端输入链接,其中包含当前事务的一次性授权令牌。

移动端输入链接是否为指向原始移动端输入链接的短链接。