Start inference job

Start a new measurement inference job.

Headers

X-Hume-Api-KeystringRequired

Request

This endpoint expects an object.
modelsobjectOptional
transcriptionobjectOptional
urlslist of stringsOptional

URLs to the media files to be processed. Each must be a valid public URL to a media file (see recommended input filetypes) or an archive (.zip, .tar.gz, .tar.bz2, .tar.xz) of media files.

If you wish to supply more than 100 URLs, consider providing them as an archive (.zip, .tar.gz, .tar.bz2, .tar.xz).

registry_fileslist of stringsOptional

List of File IDs corresponding to the files in the asset registry.

textlist of stringsOptional

Text to supply directly to our language and NER models.

callback_urlstringOptionalformat: "url"

If provided, a POST request will be made to the URL with the generated predictions on completion or the error message on failure.

notifybooleanOptionalDefaults to false

Whether to send an email notification to the user upon job completion/failure.

Response

job_idstringformat: "uuid"

The ID of the started job.