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:

  1. Get your API keys - Sign up and generate keys from your account dashboard
  2. Make your first request - Use the examples below to test your connection
  3. 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