Quick Start
Make your first API request in seconds! Copy and paste this command into your terminal:Creating an API Key
1
Open your workspace settings
Navigate to your workspace dashboard and click Settings in the sidebar.
2
Go to API Keys
Click on API Keys in the settings menu.
3
Create a new key
Click Create API Key, give it a descriptive name (e.g., “Production
Website”), and select the appropriate permissions.
4
Copy your key
Your API key will only be shown once. Copy it and store it securely.
Authentication
Include your API key in theAuthorization header:
- cURL
- JavaScript
key query parameter:
The
Authorization header method is recommended for security. Query
parameters may appear in server logs.Available Endpoints
Posts
Retrieve all published posts with filtering and pagination.
Single Post
Get a specific post by slug or ID.
Categories
List all content categories.
Tags
Browse all content tags.
Authors
Get author information.