Run in Apifox
音声を入力言語に文字起こしします。 文字起こしAPIは、文字起こししたい音声ファイルを入力として受け取り、希望する音声文字起こし出力ファイル形式を指定します。現在、複数の入力および出力ファイル形式をサポートしています。 Request Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://api.302.ai/v1/audio/transcriptions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--form 'file=@""' \
--form 'model="whisper-1"' \
--form 'prompt=""' \
--form 'response_format="json"' \
--form 'temperature="0"' \
--form 'language=""'
Responses application/json Generate Code
{
"text" : "Imagine the wildest idea that you've ever had, and you're curious about how it might scale to something that's a 100, a 1,000 times bigger. This is a place where you can get to do that."
}
Modified at 2025-01-09 09:23:17