General
What is Shipstar?
What is Shipstar?
What content types does Shipstar generate?
What content types does Shipstar generate?
| Type | Format |
|---|---|
| Product Update | Markdown |
| Feature Blog | Markdown |
| Blog Post | Markdown |
| LinkedIn Post | Text |
| Twitter Thread | Text |
| Feature Page | JSON |
| KB Articles | JSON |
| Public Changelog | JSON |
| Release Notes Email | JSON |
How does the AI decide what to include?
How does the AI decide what to include?
Can I edit the generated content?
Can I edit the generated content?
PATCH /sources/content/{content_id} endpoint to update content programmatically.GitHub Integration
Which Git providers are supported?
Which Git providers are supported?
Does Shipstar work with private repositories?
Does Shipstar work with private repositories?
Can I track multiple repositories?
Can I track multiple repositories?
What date range does Shipstar use?
What date range does Shipstar use?
start_date and end_date parameters when triggering content generation.Publishing & Distribution
How do I publish content?
How do I publish content?
POST /content/{content_id}/publish. This generates a unique public URL where the content is accessible without authentication. You can also unpublish at any time.Do published pages have RSS feeds?
Do published pages have RSS feeds?
/feed appended to the public URL. There’s also a combined feed for all blog posts at /api/v1/blogs/feed.Can I publish to Slack?
Can I publish to Slack?
Can I publish KB articles to Intercom?
Can I publish KB articles to Intercom?
Scheduling
Can I automate content generation?
Can I automate content generation?
What recurrence patterns are supported?
What recurrence patterns are supported?
API & Authentication
How do I get an API key?
How do I get an API key?
- Sign up at app.shipstar.ai
- Navigate to the Dashboard
- Click API Keys in the sidebar
- Create a new API key and copy it
How does authentication work?
How does authentication work?
Authorization header:Is content generation synchronous?
Is content generation synchronous?
content_id and status: "pending". Poll the content endpoint to check when it’s complete. The status transitions from pending → processing → completed (or failed).What are the usage limits?
What are the usage limits?
Privacy & Data
What data does Shipstar access?
What data does Shipstar access?
Is my data shared with third parties?
Is my data shared with third parties?
Can I disconnect my GitHub account?
Can I disconnect my GitHub account?