Skip to content

Create batches

POST
/batches
curl --request POST \
--url https://api.testzilla.ai/v1/batches \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{}'
Media type application/json

Request body (schema to be documented).

object
Example generated
{}

Success

Media type application/json
object
Example generated
{}

Unauthorized (missing/invalid API key or token)

Not found