Videos
Video generation capability status for overseas docs.
CN API paths use a separate contract
This English reference describes the global FishAudio Open API. For Kitta Audio China integrations, use the CN API Reference, API Playground, and API Keys in this site.
Videos
Video generation is included in the overseas docs structure to keep a consistent product map, but public endpoint availability must be confirmed from the overseas OpenAPI schema and account configuration.
Request
When video endpoints are enabled, expect an async task model. A create request normally includes a prompt, model, duration, aspect ratio, and optional frame or reference media. All requests use bearer authentication:
Authorization: Bearer FISHSPEECH_API_KEYUse only endpoint paths returned by GET /api/openapi.json. Do not copy paths from other deployments into overseas clients.
Response
Video task responses usually return a task id and status first, then a result video URL after completion. Store the task id and original project id together, because video generation can outlive a browser session.
Billing And Credits
Video tasks can be expensive. Enforce user confirmation for long duration, high resolution, or batch generation. Check Profile before creating batches and pause your queue on insufficient credits.
Errors
Handle invalid prompt, unsupported model, unreachable reference media, insufficient credits, and processing failure. If the schema does not expose video endpoints, show the capability as unavailable instead of attempting hidden routes.
Continue with runnable API checks
Docs and executable requests stay in the same CN-site surface. After reading the reference, open the API Playground for curl examples or manage API keys in the developer workspace.