TRACK.LYRICS.POST

Submit a lyrics to our database.

Use this api to submit lyrics to our database. We can only add lyrics if we already have the song meta-data. We’ll validate every submission and in case, make it available through our api to our customers. The lyrics have to be submitted according to our guidelines


Parameters

commontrack_id
A valid commontrack_id
track_isrc
A valid isrc
lyrics_body
The lyrics

Authentication

This method requires authentication.


Examples

Submit a new lyrics
Request
Submit a lyrics for the commontrack id 147115121
track.lyrics.post?commontrack_id=147115121&lyrics_body=here%20is%20the%20lyrics
Request
Submit a lyrics for the isrc USSM12199999
track.lyrics.post?track_isrc=USSM12199999&lyrics_body=here%20is%20the%20lyrics
Json Response
{
  "message": {
    "header": {
      "status_code": 200,
      "execute_time": 0.10906291007996
    },
    "body": ""
  }
}