Social Poster
API is running
This is an API, not a website — there is no interface to browse here. Requests are made by the dashboard that connects to it.
Every endpoint lives under /api/v1 and needs an API key sent as an
X-Api-Key header. Without one you'll get a 401, which is expected.
Check it from a terminal:
curl -H "X-Api-Key: YOUR_KEY" /api/v1/status