Start Inference Job with Local Files

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

📘

For information on how to configure your Job see Start Job API Reference Page

Sample Job Configuration

{
  "models": {
    "face": {
      "fps_pred": 3,
      "prob_threshold": 0.99,
      "identify_faces": false,
      "min_face_size": 60,
      "save_faces": false
    },
    "prosody": {
      "granularity": "utterance",
      "window": {
        "length": 4,
        "step": 1
      }
    },
    "language": {
      "granularity": "word"
    }
  },
  "transcription": {
    "language": null,
    "identify_speakers": false,
    "confidence_threshold": 0.5
  },
  "notify": false
}
Body Params
json
Defaults to {}

Job configuration.

file
required

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

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json