Skip to content
Get started

Download the processed dataset

GET/api/v1/datasets/{dataset_id}/download

Download the processed dataset

Path ParametersExpand Collapse
dataset_id: string
Query ParametersExpand Collapse
fileFormat: optional "csv" or "json" or "jsonl" or "parquet"

Output file format. Defaults to the original upload format if omitted.

One of the following:
"csv"
"json"
"jsonl"
"parquet"

Download the processed dataset

curl https://api.adaptionlabs.ai/api/v1/datasets/$DATASET_ID/download \
    -H "Authorization: Bearer $ADAPTION_API_KEY"
"Example data"
Returns Examples
"Example data"