テキスト読み上げ
音声クローン
リップシンク
その他
テキスト読み上げ
音声クローン
リップシンク
その他
音声認識
音声をテキストに変換する API をテストします。
音声認識 API
エンドポイント
POST /api/open/speech-to-text
リクエストヘッダー
サンプルヘッダー
リクエストパラメータ
サンプルパラメータ
レスポンス
サンプルレスポンス
CURL 例
curl -X POST /api/open/speech-to-text \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-d '{
"audio_url": "https://example.com/audio.mp3",
"language": "auto",
"ignore_timestamps": false
}'オンラインデバッグ
ステータスコード
200: Success 400: Bad Request 401: Unauthorized 403: Forbidden 404: Not Found 429: Too Many Requests 500: Internal Server Error