Fish Audio
Fish Audio
๋Œ€์‹œ๋ณด๋“œ
API ํ”Œ๋ ˆ์ด๊ทธ๋ผ์šด๋“œ
API ํ‚ค
API ์ฒญ๊ตฌ
๋‚˜์˜ ๋ชฉ์†Œ๋ฆฌ๋“ค
๋ฐœ๊ฒฌ
๊ฐœ๋ฐœ์ž ๋ฌธ์„œ
๋ฌธ์„œ ๋ณด๊ธฐ
curl -X POST https://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