Hive API

Hive Public Content API

Complete guide to integrating Hive content into your website, landing page, or newsletter

This handoff guide is meant for people who simply want to pull live Hive content onto a website, landing page, or newsletter. Everything runs against the production host https://api.hivecms.online, and every request uses your workspace's public API key.

Quick Start

Base URL

All API requests are made to:

https://api.hivecms.online/api/public

Authentication

Replace {API_KEY} in each URL with the key provided to you (or you can issue one from your workspace). Keep it private—even though it's read-only, it maps directly to your workspace.

Headers

None required. The public API is configured for simple GET requests, so you can call it straight from the browser or curl without setting anything special.

What's Next?