Batches
Validate Batch Data
Uploads a JSONL file and validates the data for a new batch with the provided data. Returns the batch id.
POST
/
v0
/
batches
/
validate-data
Authorizations
x-api-key
string
headerrequiredBody
multipart/form-data
batch_input_data
file
requiredA JSONL file containing objects to validate with the format: { "data_uuid": string, "inputs": array }
task_id
string
requiredResponse
200 - application/json
status
enum<string>
requiredAvailable options:
success
, error
data
object[]
requiredmessage
string
requirederror
object