Start inference job from local file
Start a new batch inference job.
Headers
X-Hume-Api-Key
Request
This endpoint expects a multipart form with multiple files.
json
Stringified JSON object containing the inference job configuration.
file
Local media files (see recommended input filetypes) to be processed.
If you wish to supply more than 100 files, consider providing them as an archive (.zip
, .tar.gz
, .tar.bz2
, .tar.xz
).
Response
job_id
The ID of the started job.