Add/submit missing links to song profiles.
Soundcharts’ team will look at your request, and the data (IDs, stream count) will be available on the API & dashboard within 48 working hours.
Need to get the song UUID first? Use the Get song by ISRC or Get song by platform ID or Search song by name endpoints.
POST /api/v2/song/{uuid}/sources/add
Parameter name | Value | Description | Additional |
---|---|---|---|
uuid | string | A song UUID |
Required |
Parameter name | Value | Description | Additional |
---|---|---|---|
body | JSON Payload |
Required |
Status code | Description | Resource |
---|---|---|
200 | OK
An Song response |
Song |
400 | Bad Request
Invalid request |
|
401 | Unauthorized
You are not logged in |
|
403 | Forbidden
This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access. |
|
404 | Not Found
Song not found |
|
405 | Method Not Allowed
Sandbox only. This operation is not allowed on sandbox environment |