Start custom models inference job

POST
Start a new custom models inference job.

Request

This endpoint expects an object.
custom_modelobjectRequired
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.
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.

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

Response

This endpoint returns an object.
job_idstring
The ID of the started job.