CHARTEX
Add / Track Song

Sign in to try the API directly from this page.

POST/external/v1/songs/add/

Add / Track Song

This endpoint serves two purposes:

Add — If the song is not yet in our database, it will be added and data collection starts automatically across all platforms.

Track — If the song already exists, it enables deep tracking — all relevant TikTok videos, Spotify streams, Instagram data, YouTube views, Shazam counts, influencer data, and country data are fetched daily. Songs that are not tracked receive only basic metrics.

Body Parameters

Required
The unique identifier for the song on the specified platform
String

• TikTok sound ID (e.g., 7561952744116357137)

• Spotify track ID (e.g., 4CgS09PVVpogWXX4VyDYJ3)

• Instagram sound ID (e.g., 1192057718862666)

• YouTube video ID (e.g., kJQP7kiw5Fk)

• Shazam: numeric ID from the /track/ URL only (e.g., 503576063). The /song/ format is not supported.

Required
The platform the identifier belongs to
String

Available options

See Error Codes for possible error responses.

Try It Out