# Download Dataset

Download an advanced dataset. Returns a pre-signed URL for downloading the dataset.

Endpoint: GET /datasets/{dataset_id}/download

## Path parameters:

  - `dataset_id` (integer, required)

## Header parameters:

  - `api_token` (string, required)

## Response 200 fields (application/json):

  - `download_url` (string)
    A pre-signed URL for downloading the dataset.

  - `captions_url` (string)
    A pre-signed URL for downloading the captions file, only returned for datasets where all captions are automatically generated.


## Response 401 fields

## Response 403 fields

## Response 404 fields

## Response 409 fields

## Response 500 fields
