Start inference job
Start a new measurement inference job.
Headers
X-Hume-Api-Key
Request
This endpoint expects an object.
models
Specify the models to use for inference.
If this field is not explicitly set, then all models will run by default.
transcription
urls
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
).
text
Text supplied directly to our Emotional Language and NER models for analysis.
callback_url
If provided, a POST
request will be made to the URL with the generated predictions on completion or the error message on failure.
notify
Whether to send an email notification to the user upon job completion/failure.
Response
job_id
The ID of the started job.