Swagger / OpenAPI Specification
The Music API is documented using the OpenAPI Specification (OAS) — a standardized format for describing RESTful APIs.
Why Use the OpenAPI Spec?
- Easily visualize and explore endpoints using Swagger UI
- Validate request/response formats
Swagger UI
You can access the Swagger UI Here
This interactive documentation lets you:
- Try out endpoints directly in the browser
- View expected request/response payloads
- See all available endpoints, schemas and parameters
Download the OpenAPI Spec
To integrate with tooling or generate clients, download the OpenAPI (YAML) spec: