> ## Documentation Index
> Fetch the complete documentation index at: https://docs.suprsonic.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API Reference

> Complete reference for the SuprSonic API endpoints

# 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:

```json theme={null}
{
  "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.
