Developers

API Reference

Publish, schedule, and manage posts across every connected social platform programmatically. All endpoints accept and return JSON.

Base URL

All API requests are made to:

https://api.hubpost.co

Authentication

Requests are authenticated with your Hubpost session. Unauthenticated requests receive a 401 Unauthorized response. API keys for server-to-server access are coming soon — reach out at pxvbusiness@gmail.com if you need early access.

Errors

The API uses conventional HTTP status codes. 400 indicates a request body that failed validation (the response details which fields are invalid), 401 indicates a missing or invalid session, and 500 indicates an unexpected error on our side.

Reference

The reference is organized by resource. A typical integration connects accounts, uploads media, then creates posts.