# First page curl https://api.infinipost.co/v1/media/sounds?limit=20 \ -H "Authorization: Bearer YOUR_API_KEY" # Next page curl https://api.infinipost.co/v1/media/sounds?limit=20&cursor=c291bmRfYWJjMTIz \ -H "Authorization: Bearer YOUR_API_KEY"
{ "sounds": [ { "soundId": "sound_abc123", "name": "Viral Beat 2024", "url": "https://storage.googleapis.com/.../audio.mp3", "duration": 45.2, "createdAt": "2024-04-21T20:30:00Z" }, { "soundId": "sound_def456", "name": "Trending Sound", "url": "https://storage.googleapis.com/.../trending.mp3", "duration": 30.5, "createdAt": "2024-04-20T15:00:00Z" } ], "hasMore": true, "nextCursor": "c291bmRfYWJjMTIz" }
Retrieve all uploaded sounds for your account
nextCursor
Show properties
cursor
null