fish-audio
Installation
SKILL.md
Fish Audio — Voice & Audio Synthesis
Generate AI audio and synthesize voices through AceDataCloud's Fish Audio API.
Setup: See authentication for token setup.
Quick Start
curl -X POST https://api.acedata.cloud/fish/audios \
-H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"prompt": "Hello, this is a demonstration of AI voice synthesis."}'
Async: See async task polling. Poll via
POST /fish/taskswith{"id": "..."}.