API Documentation
📚 Complete Documentation: Each endpoint has detailed documentation with request/response examples, error handling, and code samples.
Click on any endpoint below to view its complete documentation with request/response examples, error handling, and code samples.
Audio Generation
Generate Audio
/api/generateBasic audio generation from a text prompt. Simple and straightforward music generation.
Custom Generate
/api/custom_generateAdvanced generation with tags, title, and negative tags for fine-tuned control over music style.
Generate Lyrics
/api/generate_lyricsGenerate lyrics from a text prompt. Uses queue management to prevent rate limiting.
Upload & Remaster
/api/uploadUpload an audio file from a URL and remaster it using AI upsampling technology.
Chat Completions (OpenAI Compatible)
/v1/chat/completionsGenerate music using OpenAI API format. Compatible with OpenAI client libraries.
Audio Management
Get Audio
/api/getRetrieve audio by ID(s) or get a paginated list of all audio clips.
Get Clip
/api/clipGet detailed information about a specific audio clip by its ID.
Extend Audio
/api/extend_audioExtend an existing audio clip by generating additional content. Can continue from a specific time point.
Concatenate
/api/concatCombine all extensions of a clip into a complete, full-length song.
Generate Stems
/api/generate_stemsSeparate vocals and instrumental tracks from an audio clip.
Lyrics & Metadata
Get Aligned Lyrics
/api/get_aligned_lyricsGet word-level timestamp alignment for lyrics (useful for karaoke-style displays).
Account & Limits
Get Limit
/api/get_limitGet account credits/quota information to check available credits.
Get Persona
/api/personaGet persona information and associated audio clips in a paginated format.
Additional Resources
- 📊 Dashboard - Manage accounts, view logs, and monitor system status