Headers
Get your API keyAPI key (`sfk_...`)
TikTok song or sound id. Use the trailing id from a music page URL, or `music.id` from a video lookup.
min 1 chars
Endpoint-specific response payload.
Whether the song was found.
one of: found, not_found
Song details when found; null when not found.
Song or sound id.
Song title.
Song author or artist name.
Album name when available.
Playable audio URL when available.
Cover image URL when available.
Clip duration in seconds.
≥ 0
Number of videos using this sound.
≥ 0
Whether the sound is marked as original.
Whether the author is marked as an artist.
Public share URL for the sound when available.
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
curl "https://api.socialfetch.dev/v1/tiktok/songs?id=7439295283975702544" \
-H "x-api-key: YOUR_API_KEY"Responses
TikTok song details.