Skip to main content
POST
新しいトランザクションでファイル処理を開始します
For a step-by-step walkthrough of the single-call scenario, see Processing documents with a single API call. New to the API? Start with the Getting started guide.

承認

Authorization
string
header
必須

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

クエリパラメータ

skillId
string

ファイルの処理に使用する Skill の識別子です。GET /api/publicapi/v1/skills が返すすべての Skill の一覧で確認できます。

ボディ

multipart/form-data
Files
file[]

multipart/* コンテンツとして送信されたファイルを取得するためのモデル

Model
object

トランザクション処理の追加 Parameter です。TransactionLaunchMetadataDto モデルを参照してください。

レスポンス

トランザクションの作成と開始が正常に完了しました

transactionId
string<uuid>
必須

作成されたトランザクションの一意の識別子。後続のリクエストで使用して、ファイルの追加、処理の開始、結果のダウンロードを行います。