This API allows VIP users to upload audio files for processing using Shazam's capabilities. Below are the details on how to use the endpoint for audio file uploads. You can also try uploading an audio file below.
/api/shazam
Method: POST
Description: This endpoint processes audio files for Shazam recognition. It requires a valid API key for VIP users. The API key should be sent via query string.
curl -X POST "http://api.chiwa.id/api/shazam?apikey=beta" -F "audio=@/path/to/your/audiofile.mp3"
{ "status": 403, "creator": "@akanae_chiwa", "message": "this feature is available on vip user" }
{ "status": 200, "message": "Audio processed successfully." }