Skip to content
For Developers

AI content generation API for your apps

Generate social media posts, blog articles, and newsletters programmatically. One REST endpoint, Bearer auth, brand context on every request. Build content pipelines in minutes, not months.

POST /api/v1/content/generate
curl -X POST https://api.supapost.ai/api/v1/content/generate \
  -H "Authorization: Bearer sp_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "type": "social",
    "platform": "linkedin",
    "topic": "Why API-first content wins"
  }'

API Features

One endpoint, every format

POST /api/v1/content/generate handles social posts, blogs, and newsletters. Set type and platform in the request body.

Bearer token auth

API keys scoped to workspaces. SHA-256 hashed storage. Revoke keys instantly from the dashboard.

Rate limit headers

X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset on every response. No surprises.

Auto brand context

Configure brand voice once. Every API call inherits your industry, tone, audience, and content pillars automatically.

Available endpoints

POST/api/v1/content/generate
POST/api/v1/strategy/generate
POST/api/v1/content/repurpose
GET/api/v1/posts
GET/api/v1/blogs
GET/api/v1/newsletters
GET/api/v1/usage
POST/api/v1/images/generate

Start building today

Free tier: 100 API requests/day. No credit card required.

Get free API key