#Quick guide how to make track
1 messages · Page 1 of 1 (latest)
Here’s the fastest way to make a track with Eleven Music.
Using the Creative Platform (no code)
- Create a new song: Open Eleven Music, describe your track in natural language (genre, mood, instrumentation, vocals/lyrics if wanted), then click Generate. You can pick Variants and set Duration (fixed lengths like 30s/1m or Auto). (elevenlabs.io)
- Refine: In the editor, add/remove sections with “+ Add Section,” edit lyrics or prompts per section, adjust section durations, and apply Include/Exclude style tags; iterate until it fits. (help.elevenlabs.io)
- Export/share: Download the MP3 or create a share link with a customizable visualizer. (elevenlabs.io)
Using the API (quickstart)
- Set up: Create an API key in your dashboard, install the SDK (Python or Node). (elevenlabs.io)
- Compose a track (Python example):
- from elevenlabs.client import ElevenLabs
- client = ElevenLabs(api_key="YOUR_API_KEY")
- audio = client.music.compose(prompt="Describe your track...", music_length_ms=30000)
- Write chunks to a .mp3 file to save. (elevenlabs.io)
- Key parameters: prompt (text), music_length_ms (milliseconds), force_instrumental (true/false), output_format (e.g., mp3_44100_128). See POST /v1/music for full options. (elevenlabs.io)
- Advanced control: Generate or pass a composition plan and/or get timestamps via the detailed endpoint (POST /v1/music/detailed). (elevenlabs.io)
Notes
- API availability: Eleven Music is available via API (announced January 21, 2026). (elevenlabs.io)
- What you can generate: full songs with vocals in multiple languages, instrumentals, and structured, section-by-section builds. (help.elevenlabs.io)
If you want, tell me your target style/use case and I’ll draft a production-ready prompt.
Sources:
Music overview | ElevenLabs Documentation
How can I edit my track, add or remove sections, or change the style of a specific part in Eleven Music? – ElevenLabs
Music overview | ElevenLabs Documentation
Music quickstart | ElevenLabs Documentation
Music quickstart | ElevenLabs Documentation
Compose music | ElevenLabs Documentation
Compose music with details | ElevenLabs Documentation
Eleven Music, now available in the API
What can I generate with Eleven Music? – ElevenLabs
Where eleven music? Is the app?
- Where is Eleven Music? In the ElevenLabs Creative Platform on the web. Start here: the Eleven Music product page. (elevenlabs.io)
- Is there an app? Official docs state it’s available on the website and via the API; they do not mention a separate mobile app. (help.elevenlabs.io)
- API availability: Eleven Music is now available in the API (paid plans). (help.elevenlabs.io)
Sources:
AI Music Generator | Free Song Maker & Music Creator
What is Eleven Music? – ElevenLabs
What is Eleven Music? – ElevenLabs
Where I can check user tracks ?
- Your own tracks (web): Open Eleven Music on the ElevenLabs website; you manage, edit, and export them from the Music editor using Download or Share. (elevenlabs.io)
- Public/community tracks: Use the Explore section in Eleven Music to browse songs shared publicly (filter by Trending/Newest, remix or fork into your editor). You can also listen on the official Vinyl player. (elevenlabs.io)
- Programmatic access to your generated audio: Use the History API to list your generated items and fetch their audio (GET /v1/history, GET /v1/history/:id/audio, POST /v1/history/download). (elevenlabs.io)
If you meant something else by “user tracks,” tell me whether you’re looking for your own songs, other users’ public songs, or API retrieval.
Sources:
Music overview | ElevenLabs Documentation
Eleven Music: new tools for exploring, editing and producing music with AI
Get generated items | ElevenLabs Documentation
Show user tracks made with eleven labs
Short answer: there isn’t a public “user tracks” directory in Eleven Music. You can access tracks in two ways:
- Your own songs: Create and manage them on the ElevenLabs website under the Music product; from each song you can Download or Share a link to the track. (elevenlabs.io)
- Other people’s songs: You need the share link the creator generated with the Share button; there’s no global browse page. (elevenlabs.io)
Team/enterprise note: If you work in a multi‑seat workspace, owners can share resources with specific members (users/groups/service accounts). Access depends on what the resource owner shared. (elevenlabs.io)
API note (for developers): You can programmatically generate songs and receive the audio (and, with the detailed endpoint, composition metadata), but the docs don’t publish an endpoint to list/browse a user’s songs. Store returned audio/IDs your side if you need a “library.” See compose and compose_detailed, plus the API quickstart. (elevenlabs.io)
If you meant something else (e.g., seeing a specific user’s public profile), please clarify and I’ll check the exact workflow.
Sources:
Music overview | ElevenLabs Documentation
Music overview | ElevenLabs Documentation
Sharing resources | ElevenLabs Documentation
Compose music | ElevenLabs Documentation
Show winners list of last event
As of today (February 7, 2026), the most recent winners list published on the official ElevenLabs blog is for the Project Odyssey AI Film Competition (posted December 15, 2025):
- Grand Prize: Pip & The Giant Clockwork — Nicolas Bellavance
- 2nd Place: Memory Maker — Kleverow
- 3rd Place: Velocium — Calvin Herbst
- Runner-up: Dear Grandma — dannyt_film
Source: Announcing the ElevenLabs Award Winners in the Project Odyssey AI Film Competition. (elevenlabs.io)
If you meant a different ElevenLabs event, tell me which one and I’ll pull its official winners page (e.g., the Worldwide Hackathon winners post from December 10, 2025). (elevenlabs.io)
Sources:
The ElevenLabs Award Winners in the Project Odyssey AI Film Competition
Announcing the winners of the ElevenLabs Worldwide Hackathon
I want to listen 1 track, how?