Skillquality 0.45
fish-audio
Generate AI audio and synthesize voices with Fish Audio via AceDataCloud API. Use when creating text-to-speech audio, synthesizing voices, or generating audio content. Supports multiple voice models and TTS capabilities.
What it does
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{"task_id": "..."}.
Endpoints
| Endpoint | Purpose |
|---|---|
POST /fish/audios | Generate audio from text or parameters |
POST /fish/voices | Voice synthesis and cloning |
POST /fish/tasks | Poll task status |
Workflows
1. Text-to-Speech
POST /fish/audios
{
"prompt": "The quick brown fox jumps over the lazy dog.",
"voice_id": "default"
}
2. Voice Cloning — Register a Voice
Upload a reference audio to create a cloneable voice.
POST /fish/voices
{
"voice_url": "https://example.com/reference-voice.mp3",
"title": "My Custom Voice",
"description": "Clear, neutral-toned speaker for TTS",
"image_url": "https://example.com/avatar.jpg"
}
3. Text-to-Speech with Cloned Voice
POST /fish/audios
{
"prompt": "Welcome to our platform.",
"voice_id": "<voice_id from POST /fish/voices>"
}
Parameters
/fish/audios
| Parameter | Type | Description |
|---|---|---|
prompt | string | Text to synthesize into speech |
voice_id | string | Voice model or cloned voice ID to use |
model | string | TTS model (e.g., "speech-1.5", "speech-1.5-hd") |
action | string | Operation type (e.g., "generate") |
callback_url | string | Webhook URL for async delivery |
/fish/voices
| Parameter | Type | Description |
|---|---|---|
voice_url | string | Reference audio URL for voice cloning |
title | string | Display title for the cloned voice |
description | string | Description of the voice |
image_url | string | Cover image URL for the voice |
callback_url | string | Webhook URL for async delivery |
Gotchas
- Pricing is based on byte count of the generated audio
- Voice cloning requires a clear reference audio sample
- Text-to-speech supports multiple languages automatically
- Use the
/fish/voicesendpoint to register a reference audio and receive avoice_idfor TTS
Capabilities
skillsource-acedatacloudskill-fish-audiotopic-acedata-cloudtopic-agent-skillstopic-agentskillstopic-ai-imagetopic-ai-musictopic-ai-toolstopic-ai-videotopic-claude-codetopic-cursortopic-gemini-clitopic-github-copilottopic-mcp
Install
Installnpx skills add AceDataCloud/Skills
Transportskills-sh
Protocolskill
Quality
0.45/ 1.00
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 7 github stars · SKILL.md body (2,534 chars)
Provenance
Indexed fromgithub
Enriched2026-05-18 19:14:01Z · deterministic:skill-github:v1 · v1
First seen2026-05-18
Last seen2026-05-18