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

# Download

> Download a file from the FlexiCapture for Invoices Cloud via the v2/file GET method using the file ID and access token returned by File.Upload.

Downloads a file from the cloud. For a list of available output formats, see the [Specification](/flexi-capture/cloud/cloud-f-cfor-invoices-formats#output) section.

## HTTP request

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

Replace `{location-id}` with your [supported location](/flexi-capture/cloud/cloud-f-cfor-invoices-api#icaas-supported-countries).

## Path parameters

| Parameter | Type         | Description                                                                                  |
| --------- | ------------ | -------------------------------------------------------------------------------------------- |
| `id`      | path, string | Required. File ID that was returned in the response of the **file.Upload** method.           |
| `token`   | path, string | Required. File access token that was returned in the response of the **file.Upload** method. |

## Response

If successful, the server returns a 200 OK HTTP status and the file contents.
