Original song
audio Queued Runs in the background — you get a link when it is ready.
Describe the style, hand over your lyrics, and get back a finished song you own the rights to use.
Built for
Built for
- Soundtracks for tours and promos
- Jingles
- Social clips
How it works
You provide
A short description of the style and mood, and your lyrics (verse and chorus tags welcome).
You get back
One MP3 track, typically one to three minutes.
What this means for you
- Full arrangement with vocals from your words.
- Structure tags like [Verse] and [Chorus] shape the song.
- One flat price per track.
Try it
Details
What you can set
| Setting | Type and limits | What it means |
|---|---|---|
prompt required | text, 10–300 characters | The music you want: style, mood, and where it will play (10–300 characters). |
lyrics_prompt required | text, 10–3000 characters | The lyrics, one line per row; structure tags like [Intro], [Verse], [Chorus], [Bridge], [Outro] shape the arrangement (10–3,000 characters). |
- What you get back
- An audio file (MP3 by default)
- Limits
- —
- How it runs
- Queued — Runs in the background — you get a link when it is ready.
- Alias
oneup/music
For developers
The same request as an API call, with this capability's example input:
curl -X POST https://api.oneupai.com/v1/queue/submit/oneup/music \
-H "Authorization: Bearer $ONEUP_API_KEY" \
-H "Idempotency-Key: $(uuidgen)" \
-H "Content-Type: application/json" \
-d '{
"prompt": "warm acoustic folk, gentle and hopeful, for a neighbourhood tour video",
"lyrics_prompt": "[Verse]\nMorning light on the maple street\nEvery porch has a place to meet\n[Chorus]\nCome on home, come on home\nYou were never on your own"
}'Show input schema (JSON)
{
"type": "object",
"required": [
"prompt",
"lyrics_prompt"
],
"properties": {
"prompt": {
"type": "string",
"maxLength": 300,
"minLength": 10,
"description": "The music you want: style, mood, and where it will play (10–300 characters)."
},
"lyrics_prompt": {
"type": "string",
"maxLength": 3000,
"minLength": 10,
"description": "The lyrics, one line per row; structure tags like [Intro], [Verse], [Chorus], [Bridge], [Outro] shape the arrangement (10–3,000 characters)."
}
},
"additionalProperties": false
}Other audio capabilities
Studio voice
Our most natural voice — the one for ad reads, trailers and anything a customer will judge you by.
18 credits
Sound effect
Any sound you can describe — a door, a crowd, rain on a roof — as a clip you can drop into an edit.
8 credits
Narration voice
Turn up to a minute of text into natural narration in a named voice.
9 credits
Transcript for captions
Turn the speech in your audio or video into a word-timed transcript your captions can follow, word by word.
2 credits per started minute of your media