Batch

Start inference job from local file

POST
Start a new batch inference job.

Request

This endpoint expects a multipart form containing a file.
jsonobjectOptional
filefile

Response

This endpoint returns an object
job_id
string
The ID of the started job.
POST
$curl -X POST https://api.hume.ai/v0/batch/jobs \
> -H "X-Hume-Api-Key: <apiKey>" \
> -H "Content-Type: multipart/form-data" \
> -d '{}'
Response
1{
2 "job_id": "job_id"
3}