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— Success401— Missing or invalid API key403— Account suspended or quota exceeded429— Rate limit hit5xx— 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.