Start inference job

POST

Start a new measurement inference job.

Request

This endpoint expects an object.
modelsobjectOptional

Specify the models to use for inference.

If this field is not explicitly set, then all models will run by default.

transcriptionobjectOptional

Transcription-related configuration options.

To disable transcription, explicitly set this field to null.

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).

textlist of stringsOptional

Text supplied directly to our Emotional Language and NER models for analysis.

callback_urlstringOptional

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_idstring

The ID of the started job.