Skip to main content

Quickstart Guide

This guide will help you make your first API call to SuprSonic in under 5 minutes.

Prerequisites

You’ll need:
  • A SuprSonic account
  • An API key from your dashboard
Account Context Automatic: Your API key automatically determines which account’s data you can access. No need to specify account IDs in URLs!

Step 1: Test Your API Key

First, let’s verify your API key works by listing your articles:
Expected Response:

Step 2: Search and Filter

Try searching for specific content:

Step 3: Get Article Details

Fetch a complete article with full content:

Step 4: Create an Article (Admin Only)

Admin API Key Required: Article creation currently requires an admin API key. Account-specific creation will be available with future scoped API keys.

Understanding Responses

Success Response Structure

Error Response Structure

Next Steps

Explore API Reference

Browse all available endpoints and parameters

Authentication Guide

Learn about API keys and security best practices

Error Handling

Handle errors gracefully in your applications

Pagination

Work with large datasets efficiently

Common Use Cases

  • Content Management: List, search, and retrieve blog articles
  • Tag Organization: Filter content by topics and categories
  • Status Management: Work with drafts, published, and archived content
  • Integration: Build custom dashboards and content workflows