メインコンテンツへスキップ
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",
  "isShortLink": true,
  "mobileInputLink": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

承認

Authorization
string
header
必須

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

パスパラメータ

transactionId
string<uuid>
必須

トランザクション識別子です。トランザクションの作成に成功すると、レスポンスで返されます。

レスポンス

新しいリンクが正常に作成されました

リンク生成結果

transactionId
string<uuid>
必須

トランザクション識別子です。 トランザクションが正常に作成されると、そのレスポンスで受け取ることができます。

モバイル入力リンクは、元のモバイル入力リンクを指す短縮リンクですか。

現在のトランザクション用のワンタイム認証トークンを含むモバイル入力リンク。