API documentation

One unified API for every supported platform. Authenticate once, call anything.

Base URL

https://api.blazto.com/v1

Authentication

Every request must include your Blazto API key in the Authorization header.

Authorization: Bearer blz_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxx

Create and manage keys in your dashboard.

Example request

curl https://api.blazto.com/v1/posts \
  -H "Authorization: Bearer blz_live_xxxx" \
  -H "Content-Type: application/json" \
  -d '{"platform": "instagram", "caption": "Hello world"}'

Response codes

  • 200 — Success
  • 401 — Missing or invalid API key
  • 403 — Account suspended or quota exceeded
  • 429 — Rate limit hit
  • 5xx — Service issue, retry with backoff

Rate limits & quotas

Quotas depend on your plan. See pricing for current limits. Your live usage is shown on the dashboard.

Support

Questions? Contact us.