Learn how to use the Satus API to process audio files.
https://api.satus.dev/submit/audio/file
filefile
required
The audio file to process.
languagestring
optional
default: "auto"
The language of the audio file.
diarizationinteger, boolean
optional
default: false
The number of speakers to detect. If set to 0 (or true), the number of speakers will be automatically detected. If set to -1 (or false), speaker diarization will be disabled.
chapterizeboolean
optional
default: false
Whether to segment the audio into individual chapters.
summarizeboolean
optional
default: false
Whether to generate a text summary of the audio.
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_A_XXXX"options: {language: "auto"diarization: "false"chapterize: "false"summarize: "false"disfluency: "false"profanity: "false"webhook: "none"share: "false"}}