Language Detection Batch
Identify the spoken language of an audio file. Returns an ISO 639-1 language code, human-readable display name, and confidence score in a single synchronous response.
Authorizations
API key used for authentication and usage tracking.
Body
Audio file to analyze. Must be non-empty. Supported formats:
.3g2, .3ga, .3gp, .3gpp, .8svx, .aa3, .aac,
.ac3, .act, .adts, .aif, .aifc, .aiff, .alac,
.amb, .amr, .ape, .asf, .at3, .au, .avi,
.avr, .awb, .bwf, .c2, .caf, .dss, .dts,
.dtshd, .eac3, .ec3, .f4a, .f4b, .flac, .flv,
.gsm, .iff, .m2a, .m2ts, .m4a, .m4b, .m4r,
.m4v, .mka, .mkv, .mlp, .mmf, .mov, .mp+,
.mp1, .mp2, .mp3, .mp4, .mpa, .mpc, .mpeg,
.mpg, .mpga, .mpp, .mts, .mxf, .nist, .oga,
.ogg, .ogx, .oma, .omg, .opus, .paf, .pvf,
.qcp, .ra, .rf64, .rka, .rm, .rmvb, .sf,
.shn, .snd, .sph, .spx, .svx, .tak, .thd,
.ts, .tta, .vob, .voc, .vqf, .w64, .wav,
.wave, .weba, .webm, .wma, .wmv,
.wv. Maximum file size: 100 MB.
Response
Language detection completed successfully.
Human-readable language name (e.g. "English", "French", "Mandarin"). Suitable for display to end users.
"English"
Lowercase ISO 639-1 language code (e.g. "en", "fr", "zh"). Suitable for routing, locale switching, or BCP-47 tags.
"en"
Probability associated with the predicted language, in the range 0.0-1.0. Higher means more confident.
0 <= x <= 10.9847
Total duration of the decoded audio in milliseconds. Note: only the first 30 seconds are analyzed regardless of this value.
x >= 014253