Starting today, all Business plan users have access to the Webperia CMS API — a fully RESTful API for reading and writing content collections.
What's Included
- Full CRUD operations on all collections
- Webhooks for create, update, and delete events
- API key management in the dashboard
- Rate limits: 1,000 requests/minute
- Official SDKs for JavaScript and Python (coming soon)
Example Request
curl -X GET https://api.buildstack.site/v1/sites/{siteId}/collections/{collectionId}/items \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Getting Started
Head to Dashboard → Settings → API Keys to generate your first API key. Full documentation is available at docs.buildstack.site/api.
