Learn how to use the Satus API to process videos.
https://api.satus.dev/submit/video/file
filefile
required
The video file to process.
languagestring
optional
default: "auto"
The language of the speech.
diarizationinteger, boolean
optional
default: false
The number of speakers to detect. If set to 0, the number of speakers will be automatically detected. If set to -1, speaker diarization will be disabled.
chapterizeboolean
optional
default: false
Whether to segment the video into individual chapters.
summarizeboolean
optional
default: false
Whether to generate a text summary of the speech.
disfluencyboolean
optional
default: false
Wether to tag disfluencies in the transcript.
profanityboolean
optional
default: false
Wether to tag profanity in the transcript.
webhookstring
optional
default: none
The webhook-id to which the result should be sent upon completion.
shareboolean
optional
default: false
Whether to share the data of this result with Satus to help improve our algorithms (Opt-in).
{id: "job_V_XXXX"options: {language: "auto"diarization: "false"chapterize: "false"summarize: "false"disfluency: "false"profanity: "false"webhook: "none"share: "false"}}