Skip to main content
GET
/
datasets
/
{dataset_id}
/
signed-url
Get a signed URL to download the dataset
curl --request GET \
  --url https://api.example.com/datasets/{dataset_id}/signed-url/ \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Api-key
string | null

Path Parameters

dataset_id
string<uuid>
required

Response

Provides a signed URL to download the dataset file