$ cli-blog docs
API ReferenceAPI Reference

Feed

Resource overviewRSS 2.0 XML for published, indexable post excerpts.
AuthenticationPublic or private key
Common workflowRequest the organization feed, then proxy or serve the XML from your product domain.
Read the action guide
Key type: Public or private key

Generate an RSS 2.0 feed for published, indexable posts in one locale. Customer sites should proxy this endpoint onto /feed.xml on their own domain so readers receive first-party post URLs.

Authorization

ApiKeyAuth
x-api-key<token>

Organization API key. Each key selects exactly one organization; do not send an organization ID separately. Public keys use the cli_blog_pk_ prefix and are intended for published-content delivery reads. Private keys use the cli_blog_sk_ prefix, belong only in trusted environments, and are required for write, publish, delete, and editorial-state workflows when their scopes allow it.

In: header

Query Parameters

locale?string

Optional BCP 47 locale filter. Omit it to use the organization's primary locale for the feed.

limit?|

Maximum feed items to include.

Response Body

text/plain

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/feed"
"string"
{  "error": {    "code": "invalid_request",    "message": "string",    "param": "string"  }}
{  "error": {    "code": "invalid_request",    "message": "string",    "param": "string"  }}
{  "error": {    "code": "invalid_request",    "message": "string",    "param": "string"  }}
{  "error": {    "code": "invalid_request",    "message": "string",    "param": "string"  }}