Skip to content

音频

语音识别

http
POST /v1/audio/transcriptions
bash
curl "$CAMPUS_AI_BASE_URL/audio/transcriptions" \
  -H "Authorization: Bearer $CAMPUS_AI_API_KEY" \
  -F "model=your-transcription-model" \
  -F "[email protected]"

语音翻译

http
POST /v1/audio/translations

语音合成

http
POST /v1/audio/speech

音频文件可能包含声音身份、生物特征和课堂个人信息。上传前应取得适当授权,并按学校数据分类要求选择分组。