> ## 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.

# ダウンロード

> File.Upload で返されるファイル ID と アクセストークン を使用して、v2/file GET メソッドで FlexiCapture for Invoices Cloud からファイルをダウンロードします。

クラウドからファイルをダウンロードします。使用可能な出力形式の一覧については、[仕様](/ja/flexi-capture/cloud/cloud-f-cfor-invoices-formats#output)を参照してください。

<div id="http-request">
  ## HTTP リクエスト
</div>

```http theme={null}
GET https://api-{location-id}.flexicapture.com/v2/file/{id}/{token}
```

`{location-id}` を[サポートされているロケーション](/ja/flexi-capture/cloud/cloud-f-cfor-invoices-api#icaas-supported-countries)に置き換えてください。

<div id="path-parameters">
  ## パスパラメーター
</div>

| パラメーター  | 型            | 説明                                              |
| ------- | ------------ | ----------------------------------------------- |
| `id`    | path, string | 必須。**file.Upload** メソッドのレスポンスで返されたファイル ID。      |
| `token` | path, string | 必須。**file.Upload** メソッドのレスポンスで返されたファイルアクセストークン。 |

<div id="response">
  ## レスポンス
</div>

成功すると、サーバーは HTTP ステータス 200 OK とファイルの内容を返します。
