Powerful lyrics API with intelligent MongoDB caching, multiple providers and secure access token authentication.
curl -H "X-API-Key: YOUR_TOKEN" \
https://yourdomain.com/api/lyrics?song=Believer
{
"success": true,
"source": "mongodb",
"songName": "Believer",
"artist": "Imagine Dragons",
"lyrics": "..."
}