Coming soon

Docs are landing soon.

We're shipping the public API docs alongside our first OAuth integration. Drop your email and we'll send a key the moment we're live.

Endpoints (sneak peek)

  • POST /v1/auth/connect/:platform
  • GET /v1/auth/callback/:platform
  • POST /v1/posts/create
  • POST /v1/posts/schedule
  • GET /v1/posts/:postId
  • GET /v1/connections

Auth

Every request includes Authorization: Bearer pck_…. Keys are scoped to a single API client (Clipcake, etc.) and shown only at creation.