REST API: paste an idea → AI generates hooks, blog, email, LinkedIn, Twitter, video script — programmatically.
⚡ Built with Anthropic ClaudeBase URL: https://cp.idea2post.app/api/v1
JSON in, JSON out. Free demo endpoints under /v1/public/* — no auth, IP-rate-limited 3/day, watermarked. Paid endpoints require Bearer token (Agency plan).
Authorization: Bearer i2p_live_xxxxxxxxxxxxxxxx
API tokens are an Agency tier feature ($199/mo). Generate at /account.
No auth · 3 calls/day per IP · output watermarked or truncated.
/v1/public/hook-suggest FREEGenerate 3 viral hooks from any idea. Paid plan returns 10-20 with viral scoring + chat refinement.
curl -X POST https://cp.idea2post.app/api/v1/public/hook-suggest \
-H "Content-Type: application/json" \
-d '{"idea": "5 mistakes coaches make on landing pages"}'
{
"ok": true,
"hooks": [
{"style": "viral", "hook": "I pasted 1 link into AI and got 20 posts in 2 minutes.", "score": 92},
{"style": "curiosity", "hook": "90% of coaches make this exact mistake...", "score": 88},
{"style": "story", "hook": "My landing page got 0 leads. Then I changed one line.", "score": 85}
],
"watermark": "Powered by idea2post.app — upgrade for 10-20 hooks + scoring",
"calls_remaining_today": 2,
"upgrade_url": "https://idea2post.app/api"
}
/v1/public/content-preview FREEPreview ~50% of one content format. Paid plan returns full content across 10 formats (blog, FB, LinkedIn, Twitter, email, video script, etc.).
curl -X POST https://cp.idea2post.app/api/v1/public/content-preview \
-H "Content-Type: application/json" \
-d '{
"idea": "Why 73% of landing pages fail in the first 3 seconds",
"format": "linkedin",
"tone": "expert"
}'
Allowed formats: twitter, linkedin, facebook, blog.
| Endpoint | Purpose | Tier |
|---|---|---|
POST /v1/hooks | 10-20 viral hooks + score + style mix | Pro+ |
POST /v1/content | Multi-format content (10 formats: blog, FB, LinkedIn, Twitter, email, script, IG, thread, CTA, FAQ) | Pro+ |
POST /v1/projects | Create + manage content projects | Pro+ |
POST /v1/series | Generate content series (5-30 posts in a theme) | Pro+ |
POST /v1/publish/facebook | Auto-publish to Facebook page | Agency |
POST /v1/publish/linkedin | Auto-publish to LinkedIn | Agency |
POST /v1/competitors/scan | Track competitor accounts + viral pulls | Pro+ |
POST /v1/auto-pipeline | Run full auto-publishing pipeline | Agency |
POST /v1/hooks — full schema, error codes, webhook events available to Pro+
POST /v1/publish/facebook
{
"page_id": "123456789",
"message": "...",
"image_url": "https://...",
"schedule_at": "2026-05-10T09:00:00Z"
}| Plan | Calls / month | Concurrency | API tokens |
|---|---|---|---|
| Free trial (no auth) | 3 / day per IP | 1 | — |
| Pro — $39 | 500 | 3 | — |
| Agency — $199 | 5000 | 10 | 3 |
| Empire — $499 | 20000 | 30 | unlimited |