Inkie Content API
Create and schedule social media posts and blog articles programmatically. Integrate Inkie into your workflows, content tools, or AI agents.
What you can do
- Create and schedule social posts to connected platforms
- Generate AI-written social captions from a brief
- Create and generate blog articles
- Retrieve your content plan for any month
- Integrate with any MCP-compatible AI agent (Claude, Cursor, etc.)
Base URL
https://app.inkie.inkAuthentication
All API requests require a Bearer token in the Authorization header. Get your API key from Settings → API keys.
Authorization: Bearer YOUR_API_KEYProtocols
Inkie exposes the same surface as both a REST API and an MCP server:
- REST API — standard HTTP endpoints, documented in the Blog API and OpenAPI spec.
- MCP — Streamable HTTP endpoint at
/api/mcp. Works with Claude, Cursor, and any MCP-compatible client. See MCP integration.
Quick reference
| Resource | Endpoints |
|---|---|
| Social posts | POST /api/posts/create, POST /api/posts/generate, GET /api/posts/{id} |
| Blog posts | POST /api/blogs/create, POST /api/blogs/generate, GET /api/blogs/{id} |
| Content plans | GET /api/content-plans/{month} |
| Platforms | GET /api/platforms |