API Reference

Complete reference documentation for all SuprSonic API endpoints.

Base URL

https://www.suprsonic.com/api/v1

Response Format

All endpoints return JSON responses in a consistent format:

{
  "success": true,
  "data": {...},
  "meta": {...}
}

Endpoints

The SuprSonic API features a simplified, secure design:

Authentication-Derived Context

  • Account context is automatically derived from your API key
  • No need to specify account IDs in URL paths
  • Enhanced security through key-based access control

Core Endpoints

  • Articles: Create, read, update, and delete blog articles
  • Tags: Retrieve content tags for filtering and organization
  • Admin: System-wide administration (admin keys only)

Access Scoping

  • Account API Keys: Automatically scope to your account’s data
  • Admin API Keys: System-wide access with optional account targeting

Explore the available endpoints in the navigation menu.