Add Song
Sign in to enable Try it out and enable params input fields.
POST/external/v1/songs/add/
Add Song
Add a song for tracking. If the song is not yet in our database, it will be created. Data collection starts automatically.
Body Parameters
Required
The unique identifier for the song on the specified platform
String
• TikTok sound ID (e.g., 7521377472742771478)
• 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
Responses
200Song already in the database
201Song added successfully
400Bad Request
401Missing or invalid credentials
403Forbidden
500Internal Server Error