Datasets
Upload Dataset Files
Provides a streamlined way to upload a dataset file in a single API request. This path can handle file sizes up to 150Mb. For larger file sizes use Get Dataset Upload Endpoint.
POST
/
v1
/
accounts
/
{account_id}
/
datasets
/
{dataset_id}
:upload
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
Response
200 - application/json
The dataset id.
The object type, which is always file.
The size of the file, in bytes.
The Unix timestamp (in seconds) for when the file was created.
The name of the file.
The intended purpose of the file.
Was this page helpful?