Authentication
Some endpoints require a Spoofify API key, which lives as an environment variable in the Spoofify project.Sending your First Request
Once Spoofify is running, you can test the API’s functionality with a simple GET request.
Send GET Request
Navigate to the URL below in your browser:
Opening the link in the browser supplies the cookie required for the endpoint.
😎 Observe
You should receive a JSON response. It will either be a BasicTrack object, or
null.See Endpoint Documentation
