Overview
SDK-first guides for integrating Hive content, with a separate API Reference for raw endpoint details
This documentation is organized for production integrations.
- Start with Guides to ship quickly using the
hive-cmsSDK. - Use API Reference when you need raw endpoint details.
Guides
Getting Started
Install the SDK and make your first request
Posts
Read posts using Hive.posts methods
Tags
Read tags with SDK-first examples
Categories
Read categories with SDK-first examples
Authors
Read author profiles from the SDK
Stats
Read workspace counters from the SDK
Response Shapes
TypeScript types exposed by the SDK
Versioning
SDK and API version behavior
Troubleshooting
Common integration issues and fixes
API Reference
For complete endpoint contracts, URL formats, query parameters, and response payloads:
API Reference
Raw endpoint and schema reference
Posts API
List and detail post endpoints
Tags API
Tags endpoint details
Categories API
Categories endpoint details
Authors API
Authors endpoint details
Stats API
Workspace stats endpoint details
Versioning
Versioning and deprecation policy
Response Shapes
Full payload reference
Recommended Flow
- Integrate with the SDK from Getting Started.
- Build features using SDK guides (
posts,tags,categories,authors,stats). - Use API Reference pages only when you need lower-level HTTP details.
SDK-First Note
The SDK wraps error handling, base URL/version management, and payload validation.
Direct API calls remain supported, but should be treated as a secondary integration path.
Production Host
https://api.hivecms.online/api/publicThe SDK defaults to the production host and v1.