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.ink

Authentication

All API requests require a Bearer token in the Authorization header. Get your API key from Settings → API keys.

Authorization: Bearer YOUR_API_KEY

Protocols

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

ResourceEndpoints
Social postsPOST /api/posts/create, POST /api/posts/generate, GET /api/posts/{id}
Blog postsPOST /api/blogs/create, POST /api/blogs/generate, GET /api/blogs/{id}
Content plansGET /api/content-plans/{month}
PlatformsGET /api/platforms

Next steps