Skip to main content
GET
結果ファイルをダウンロードします
For how to find result file identifiers and download extracted data, see Processing documents with a single API call.

承認

Authorization
string
header
必須

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

パスパラメータ

transactionId
string<uuid>
必須

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

fileId
string
必須

ファイル識別子。トランザクションの詳細の documents - resultFiles にあります。

レスポンス

要求された結果ファイルの生のバイト列を返します。fileId はトランザクションステータスレスポンス(documents[].resultFiles[])から取得します。各エントリには type も含まれます。Document skill は、Json ファイル(完全な結果と field メタデータ。構造については JSON スキーマ リファレンス を参照)と FieldsJson ファイル(抽出値のみ)を生成します。その他の形式(XML など)は、Skill のエクスポート設定によって異なります。以下の例は、値のみ(FieldsJson)の簡略化した結果を示しています。

The response is of type file.