Authentication
We use standard Bearer Token authentication. Simple, secure, boring.Don’t have an API Key?
Sign up here and grab one from the API Keys section in your dashboard.
Sign up here and grab one from the API Keys section in your dashboard.
The Header
To make a request, add thex-api-key header with your key.
Authorization Scheme
All endpoints are protected. If you don’t send the key, you get a401 Unauthorized. If you send a bad key, you get a 403 Forbidden.
Base URL
/api/v1 usually, but check the specific endpoint reference.
Rate Limits
We have sensible rate limits to protect the system. If you hit them, you’ll get a429 Too Many Requests.
- Standard: 600 requests / minute per IP.
- Platform Specific: Posting limits depend on the social network (e.g. you can’t post 100 TikToks in an hour).