Get audio details — TikTok API
Returns metadata for a TikTok audio track including title, artist, duration, usage count, and cover image. Look up any sound by its audio ID.
GET
/v1/tiktok/audios/{audioId}1 credit per requestExample response200OK
Make the request.
One authenticated GET to /v1/tiktok/audios/{audioId}. Authentication and error conventions stay consistent across endpoints. This page shows the path, parameters, response shape, limits, and credit rule for this operation.
Built for
- Viral sound trend identification and tracking
- Music campaign performance measurement and attribution
- Sound licensing research and content attribution workflows
const response = await fetch("https://api.konbiniapi.com/v1/tiktok/audios/2222", {
headers: { "Authorization": "Bearer YOUR_API_KEY" }
});
const data = await response.json();
Parameters1
- audioIdrequiredIn · PathType · stringTikTok audio/music ID
What you will probably call next.
The TikTok endpoints around this one — the same object at a different depth, or the same kind of read.
Try it on your own data.
Get a free API key and make this request in minutes. Failed and timed-out requests are automatically refunded.