Music
ShortGenius also provides an AI-curated music catalog to serve as background tracks for your videos. You can explore various genres and pick specific tracks to add life to your video content.
List Music Genres
Endpoint: GET /music/genres
Retrieve the full list of available music genres. Each genre may include recommended locales where that genre is particularly popular.
Sample Response:
Response Fields
name
The name of the genre (e.g., "Classical"
).
recommended_for_locales
Array of locales where the genre is particularly popular.
List Music in a Genre
Endpoint: GET /music/genres/{id}
Use the genre’s name or unique ID returned by GET /music/genres
to list specific tracks.
Sample Response:
Response Fields
id
Unique ID of the track (for use in /videos
or /series
).
name
Track title (may be partial or excerpt).
preview_url
Direct link to a short preview audio clip of the track.
Using Music in Videos
After identifying a suitable track’s id
, simply include it in your request to create or update a video:
ShortGenius will overlay this music behind your AI-generated voice and scenes, producing a fully scored video.
Next Steps
Now that you can add background music:
Check out Connections & Publishing to learn how to publish your videos.
Monitor your Usage & Credits so you always have enough resources to generate new music-backed projects.
Last updated