Learn how to use the Satus API to process videos.
https://api.satus.dev/submit/video/file
file
file
required
The video file to process.
language
string
optional
default: "auto"
The language of the speech.
diarization
integer, 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.
chapterize
boolean
optional
default: false
Whether to segment the video into individual chapters.
summarize
boolean
optional
default: false
Whether to generate a text summary of the speech.
disfluency
boolean
optional
default: false
Wether to tag disfluencies in the transcript.
profanity
boolean
optional
default: false
Wether to tag profanity in the transcript.
webhook
string
optional
default: none
The webhook-id to which the result should be sent upon completion.
share
boolean
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"
}
}