"requests": [
{
"text": "It's -25 outside and I am so hot.",
"language": "en",
"providers": "google,amazon"
},
{
"name": "mixed",
"text": "Overall I am satisfied with my experience at Amazon, but two areas of major improvement needed.",
"language": "en",
"providers": "google"
},
...
]
curl --location --request POST 'http://dev-cn.your-api-server.com/v2///batch//' \
--header 'Authorization;' \
--header 'content-type: application/json' \
--data-raw ''
{
"job_id": "string",
"nb_launched": 0,
"nb_failed": 0,
"total": 0,
"failed_requests": [
{
"name": "string",
"public_id": 0,
"body": {},
"errors": {}
}
]
}