Skip to main content
POST
処理トランザクションを作成します
For a step-by-step walkthrough of the create, upload, and start sequence, see Processing documents with separate API calls.

承認

Authorization
string
header
必須

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

ボディ

トランザクション作成用 Parameter

skillId
string
必須

ファイルに適用する Skill のID

Minimum string length: 1

モバイル入力を起動し、ワンタイム認証トークンを使用して特定のトランザクションに画像を取り込むためのURLを生成します

registrationParameters
object[] | null

トランザクションの追加登録用Parameter

Maximum array length: 10
skillParameters
object[] | null

トランザクション向け Skill Parameter

Maximum array length: 10

レスポンス

トランザクションが正常に作成されました

transactionId
string<uuid>
必須

新しいトランザクションの一意の識別子。トランザクションのステータスの監視および結果ファイルのダウンロードに使用します。

現在のトランザクション用のワンタイム認証トークンを含むモバイル入力リンクです。 generateMobileInputLink=true の場合にこの Parameter が返されます