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.

Price
free
Protocol
skill
Verified
no

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

Endpoints

EndpointPurpose
POST /fish/audiosGenerate audio from text or parameters
POST /fish/voicesVoice synthesis and cloning
POST /fish/tasksPoll 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

ParameterTypeDescription
promptstringText to synthesize into speech
voice_idstringVoice model or cloned voice ID to use
modelstringTTS model (e.g., "speech-1.5", "speech-1.5-hd")
actionstringOperation type (e.g., "generate")
callback_urlstringWebhook URL for async delivery

/fish/voices

ParameterTypeDescription
voice_urlstringReference audio URL for voice cloning
titlestringDisplay title for the cloned voice
descriptionstringDescription of the voice
image_urlstringCover image URL for the voice
callback_urlstringWebhook 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/voices endpoint to register a reference audio and receive a voice_id for 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

Agent access