텍스트 음성 변환
보이스 클론
립싱크
기타
텍스트 음성 변환
보이스 클론
립싱크
기타
음성 인식
음성을 텍스트로 변환하는 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