Skip to main content
GET
/
blog
/
{public_slug}
/
feed
Get Blog Post RSS Feed
curl --request GET \
  --url https://api.example.com/blog/{public_slug}/feed
Returns a single published blog post formatted as an RSS 2.0 XML feed. This endpoint does not require authentication.

Path Parameters

public_slug
string
required
The unique public slug of the blog post.

Request

curl -X GET "https://app.shipstar.ai/api/v1/blog/weekly-update-march-31-2025/feed"

Response

Returns an RSS 2.0 XML document with Content-Type: application/xml.

Errors

StatusDescription
404Blog post not found or not published
422Invalid slug format