v1
latestOpenAPI 3.0.1MIT2026-07-2638658.5 KBAsset
List background music
Get available background music with pagination. Supports filtering and sorting of music tracks.
get/v2/musics
Query parameters
pageinteger
Page number
page_sizeinteger
Items per page
Response
Success
Example response
{
"msg": "Success",
"data": {
"music": [
{
"id": 1,
"name": "Upbeat Background",
"music_url": "https://res.jogg.ai/music/example.mp3",
"duration": 120
}
],
"pagination": {
"page": 1,
"page_size": 10,
"total_items": 100,
"total_pages": 10
}
}
}