Public API

Postiv Public API

Connect trusted agents and automations to a Postiv workspace: add knowledge, draft and schedule LinkedIn posts, generate branded visuals, and read cached analytics.

The base URL is https://postiv.ai. REST endpoints live under /api/public and authenticate with an organization API key. For Claude and ChatGPT, the hosted MCP server supports sign-in with your Postiv account and workspace consent. MCP also retains API-key authentication for other clients.

Your first request
curl https://postiv.ai/api/public/workspace \
  -H "Authorization: Bearer pk_postiv_..."

Quickstart

  1. 1
    Generate an API key in Settings → Integrations.
  2. 2
    Call GET /api/public/workspace to confirm the key and see its scopes.
  3. 3
    Follow the post workflow to draft and schedule your first post.

Built for agents

Every page here has a Copy page button that copies it as Markdown, ready to paste into a prompt. To give an agent the whole API at once, copy the entire docs from the same menu, or point it straight at llms-full.txt, a single plain-text document containing every page.