FlowMusic API
This is the FlowMusic API overview page from TTAPI. Here you can quickly understand the main capabilities of FlowMusic API and access specific endpoint documentation.Relationship between FlowMusic and Producer
FlowMusic is a newly upgraded music generation API module based on Producer. Compared to Producer, FlowMusic provides:- Better performance: Upgraded underlying models and architecture for faster generation
- More stable service: Optimized endpoint design and error handling mechanisms
- Richer capabilities: Support for music extension, segment replacement, video download, and more
- Better compatibility: Maintains similar endpoint style to Producer, reducing migration cost
Migration suggestion: New users are recommended to use FlowMusic API directly. Existing Producer users can migrate gradually, as the endpoint calling style remains largely consistent.
What FlowMusic API Can Do
- Generate music via Music Generation API
- Generate lyrics via Lyrics Generation API
- Extend music via Music Extension API
- Replace segments via Segment Replacement API
- Export stems via Stems Export API
- Upload audio via Audio Upload API
- Download audio via Download API
- Generate video via Video Clip API
- Query results via Result Query API
Common FlowMusic API Endpoints
| Use Case | Endpoint |
|---|---|
| Music Generation | Music Generation API |
| Lyrics Generation | Lyrics Generation API |
| Music Extension | Music Extension API |
| Result Query | Result Query API |
Recommended Integration Flow
- Call Music Generation API to submit the main task.
- Call Lyrics Generation API when lyrics are needed.
- Call Result Query API for async tasks.
- After generation completes, continue with Extension, Replace, Stems.