Endpoint
Authentication
Requires a validAuthorization: Bearer <jwt-or-api-key> header.
Request Body
string
required
Name for the uploaded dataset.
string
required
File format of the dataset, such as
jsonl, csv, or parquet.file
required
The dataset file to upload. Must not exceed the MAX_BYTES limit.
Response
string
Unique identifier of the created dataset.
string
The name provided in the request.
string
Processing status, typically
processing.