{ "status": "success", "data": [ { "job_count": 123, "job_improper_format_count": 123, "job_improper_format": [ { "error_index": 123, "error_message": "<string>" } ] } ], "message": "<string>", "error": { "code": 123, "details": "<string>" } }
Uploads a JSONL file and validates the data for a new batch with the provided data. Returns the batch id.
A JSONL file containing objects to validate with the format: { "data_uuid": string, "inputs": array }
Batch data successfully validated.
success
error
"success"
Show child attributes