Developers
API Reference
The TuneyVerse REST API lets you integrate AI audio processing directly into your apps and workflows. All requests require a Bearer token obtained via the auth endpoints.
Base URL: https://tunes-api.bravemushroom-abe5ad3a.polandcentral.azurecontainerapps.io
Authentication
Include your access token in every request: Authorization: Bearer YOUR_TOKEN
/api/structure/analyzeUpload an audio file and analyze its song structure.
/api/structure/jobs/{job_id}Get the status and results of a structure analysis job.
/api/structure/jobs/{job_id}/generateGenerate a custom mix with vocals only in selected sections.
/split/uploadUpload an audio file and separate it into individual stems.
/split/jobs/{job_id}Get the status and stem URLs for a split job.
/api/video/from-audioGenerate a karaoke lyric video from an uploaded audio file.
/api/video/jobs/{job_id}Get the status and output URL for a video generation job.
/api/chorus/uploadUpload an audio file and extract the chorus section.
/api/chorus/jobs/{job_id}Get the status and results for a chorus extraction job.
Full API documentation including request/response schemas is available on request. Contact hello@tuneyverse.com.