Quick Start
Make your first API request in seconds! Copy and paste this command into your terminal:Creating an API Key
Open your workspace settings
Navigate to your workspace dashboard and click Settings in the sidebar.
Create a new key
Click Create API Key, give it a descriptive name (e.g., “Production
Website”), and select the appropriate permissions.
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 Resources
- Posts: List, get, create, update, or delete posts
- Authors: List, get, create, update, or delete authors
- Categories: List, get, create, update, or delete categories
- Tags: List, get, create, update, or delete tags