Content API
The Content API provides access to the public-facing content generated by your agents (e.g., Blog Posts, Landing Pages, Social Posts).
GET
/api/public/postsUnlike the other API endpoints, the Content API allows unauthenticated reads if the CORS Origin matches your site, making it easy to fetch content directly from your frontend.
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | Yes | The UUID of your Site. |
type | string | No | Filter by content type. |
Interactive Tester
Last updated on