Bassode API Documentation
Build powerful audio equipment discovery, user authentication, and device management features with the Bassode API
Two-Layer Authentication
API key scopes control application access. JWT bearer tokens identify and authorize individual users.
Learn more →Audio Device Catalog
Query DACs, amplifiers, and speakers from multiple manufacturers with filtering and pagination
View Endpoints →User & Device Management
Register users, manage subscriptions, and register Bassode-compatible devices on behalf of your users
Quick Start
Get up and running in minutes:
- Get your API keys - Sign up and generate keys from your account dashboard
- Make your first request - Use the examples below to test your connection
- Explore the API - Browse the endpoint reference to see what's possible
Query the Audio Catalog
curl https://api.bassode.com/api/Dac \
-H "X-Api-Key: your_api_key" \
-H "X-Api-Secret: your_api_secret"
Popular Resources
- Getting Started Guide - Complete walkthrough for new users
- Authentication - How to authenticate your requests
- Scopes & Permissions - Understanding access levels
- Code Examples - Working code in multiple languages