텍스트 음성 변환 (HTTP)

음성 클론 - 모델 생성

립싱크 - 작업 생성

사용자 프로필

음성을 텍스트로

공개 URL의 오디오를 텍스트로 변환합니다.

음성을 텍스트로

엔드포인트

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_KEY" \
  -d '{
    "audio_url": "https://example.com/audio.mp3",
    "language": "auto",
    "ignore_timestamps": false
  }'

온라인 디버그

공개 URL의 오디오를 텍스트로 변환합니다.

상태 코드

200: Success
400: Bad Request
401: Unauthorized
403: Forbidden
404: Not Found
429: Too Many Requests
500: Internal Server Error