Base URL, auth header, and what you can automate.

Public API overview

Base URL:

  • Production: https://api.qposty.com/public/v1
  • Local: http://localhost:4000/public/v1

All Public API routes require authentication:

Authorization: qp_live_YOUR_KEY

or

Authorization: pos_YOUR_OAUTH_TOKEN

Bearer prefix is optional for both.

Endpoint groups

GroupPaths
Health/is-connected
Channels/channels, /channels/quota, /channels/connect/:provider
Posts/posts, schedule, status, delete
Mediaupload-url, confirm, upload-from-url, delete

Mental model

Your script / product
        │  qp_live_ or pos_
        ▼
   QPosty Public API
        │  (QPosty holds social tokens)
        ▼
  Facebook · Instagram · TikTok · …

Continue with Authentication.