# Overview
Welcome to the API documentation. Our API offers a REST interface with JSON responses, making it easy to integrate with your applications.
The API provides full access to all the functionality available in the UI — whether you need to retrieve data, create or update resources, or automate workflows. Anything you can do in the UI can be accomplished through the API as well.
Most requests require OAuth 2.0 authentication. Please make sure to include a valid access token with your requests.
See the Authentication page for more details.
# Full API Reference
The full interactive API reference is available at:
api.wadmp3.com (opens new window)
There you can:
- Browse all available endpoints
- Try out requests in real time
- Explore request/response formats
- See authentication headers in action