Start inference job from local file

Start a new batch inference job.

Headers

X-Hume-Api-KeystringRequired

Request

This endpoint expects a multipart form with multiple files.
jsonobjectOptional

Stringified JSON object containing the inference job configuration.

filefilesRequired

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_idstringformat: "uuid"

The ID of the started job.