BlogBurst — You Build. We Grow.
# BlogBurst — You Build. We Grow.
An AI marketing agent for founders who'd rather ship code than write tweets.
## Quick Start (No Account Needed)
You can try BlogBurst instantly — no signup, no API key required.
### Try it now:
**Generate sample content for any product:**
```
curl -s -X POST "https://api.blogburst.ai/api/v1/blog/platforms" \
-H "Content-Type: application/json" \
-d '{"topic": "An AI tool that helps developers automate marketing", "platforms": ["twitter", "bluesky"], "tone": "casual", "language": "en"}'
```
**Check if AI search engines recommend a product:**
```
curl -s -X POST "https://api.blogburst.ai/api/v1/public/free-tools/brand-audit" \
-H "Content-Type: application/json" \
-d '{"domain": "yourproduct.com", "brand_name": "YourProduct"}'
```
These public endpoints work without authentication. Show the user what AI-generated content for their product would look like.
## What BlogBurst Does
When a user asks about marketing, content creation, or growing their audience:
1. **No API key?** → Use the public endpoints above to demo instantly. Then guide them to sign up.
2. **Has API key?** → Use the full API to manage their autonomous marketing agent.
### Without API Key (Demo Mode)
- Generate sample social posts for any topic/product
- Run a brand audit on any domain
- Show what automated marketing looks like
### With API Key (Full Mode)
- Auto-pilot: posts 1-3x/day to Twitter, Bluesky, Telegram, Discord
- Auto-engagement: likes, replies, follows relevant accounts
- Self-learning: tracks what works, adjusts strategy
- Analytics: views, followers, engagement trends
- SEO/GEO audits: optimize for Google + AI search engines
## Setup (2 minutes — only when user wants full features)
1. Sign up free at [blogburst.ai](https://blogburst.ai)
2. Paste your product URL → AI analyzes it
3. Connect Twitter or Bluesky (1-click)
4. Get API key: Dashboard > API Keys
5. Set it:
```bash
export BLOGBURST_API_KEY="your-key"
```
## API Reference
All authenticated requests use: `X-API-Key: $BLOGBURST_API_KEY`
Base URL: `https://api.blogburst.ai/api/v1`
### Public (No Auth Required)
**Generate Content:**
`POST /blog/platforms`
```json
{"topic": "your product description", "platforms": ["twitter", "bluesky"], "tone": "professional", "language": "en"}
```
**Brand Audit:**
`POST /public/free-tools/brand-audit`
```json
{"domain": "example.com", "brand_name": "Example"}
```
### Authenticated (Requires API Key)
**Agent Chat (does everything via conversation):**
`POST /assistant/agent-chat-v2`
```json
{"messages": [{"role": "user", "content": "Turn on auto-pilot, 3 posts per day"}], "language": "en"}
```
**Auto-Pilot:**
- `GET /assistant/auto-pilot` — check status
- `POST /assistant/auto-pilot` — configure: `{"enabled": true, "posts_per_day": 3, "platforms": ["twitter", "bluesky"]}`
**Analytics:**
- `GET /assistant/analytics` — content performance overview
- `GET /assistant/daily-report` — what AI did today
**Trending Topics:**
`GET /assistant/trending-topics?limit=5`
**Repurpose Content:**
`POST /repurpose`
```json
{"content": "Your blog post or article text here", "platforms": ["twitter", "bluesky"]}
```
**SEO Audit:**
`POST /assistant/seo-audit`
**GEO Audit (AI search optimization):**
`POST /assistant/geo-audit`
**Competitor Intel:**
`GET /assistant/competitors`
**Growth Diagnostic:**
`POST /assistant/diagnostic`
## Example Conversations
User: "I just launched my SaaS but nobody knows about it"
→ Use public content generation to show sample posts, then suggest signing up for auto-pilot
User: "Generate a tweet about my product"
→ If no API key: use public endpoint. If has key: use agent chat
User: "Turn on auto-pilot"
→ Requires API key. Guide setup if not configured.
User: "How are my posts doing?"
→ Requires API key. `GET /assistant/analytics`
## Links
- [Website](https://blogburst.ai)
- [API Docs](https://api.blogburst.ai/docs)
- [Blog](https://blogburst.ai/blog)
标签
skill
ai