Skip to main content

Overview

The FineVoice API gives you programmatic access to a full suite of AI audio capabilities — from text-to-speech and voice conversion to music generation and audio enhancement. All endpoints are served over HTTPS and return JSON responses. Base URL

Authentication

Every request must include a valid API key as a Bearer token in the Authorization header.
Generate or manage your API keys at finevoice.ai/usercenter.
Keep your API key private. Do not expose it in client-side code or public repositories.

API Categories


Synchronous vs Asynchronous

Some endpoints support an optional useAsync field. When set to true, the API queues the job and immediately returns a taskId. Poll the task status endpoint until the result is ready.
Polling task status
A completed task returns a url (or urls for multi-output tasks) containing the download link.
Status codes returned in the response body:

Request Format

All POST endpoints accept Content-Type: application/json.

Error Responses


Quick Start

See the Quick Start guide to generate your first audio output in under 5 minutes.