Fish Audio
Fish Audio
대시보드
API 플레이그라운드
API 키
API 청구
나의 목소리들
발견
개발자 문서
문서 보기
curl -X POST https://spy-fishaudio-1.hub.istigestao.com.br/__hub/fish-proxy/api.fish.audio/v1/tts \
  -H "Authorization: Bearer $FISH_API_KEY" \
  -H "Content-Type: application/json" \
  -H "model: s2-pro" \
  -d '{
    "text": "[excited] Hello! Welcome to Fish Audio. [laughing] This is my first AI-generated voice.",
    "reference_id": "YOUR_VOICE_ID",
    "format": "mp3"
  }' \
  --output welcome.mp3