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

POST
/api/structure/analyze

Upload an audio file and analyze its song structure.

GET
/api/structure/jobs/{job_id}

Get the status and results of a structure analysis job.

POST
/api/structure/jobs/{job_id}/generate

Generate a custom mix with vocals only in selected sections.

POST
/split/upload

Upload an audio file and separate it into individual stems.

GET
/split/jobs/{job_id}

Get the status and stem URLs for a split job.

POST
/api/video/from-audio

Generate a karaoke lyric video from an uploaded audio file.

GET
/api/video/jobs/{job_id}

Get the status and output URL for a video generation job.

POST
/api/chorus/upload

Upload an audio file and extract the chorus section.

GET
/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.