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/tasks with {"task_id": "..."}.

Endpoints

Related skills

More from acedatacloud/skills

Installs
8
GitHub Stars
6
First Seen
Apr 6, 2026