Workspace Setup
Ensure you have your API Master Key generated from the dashboard. This key is your primary credential for the Anycast Delivery API.
Initialize your project and consume your first content model in under 60 seconds.
Ensure you have your API Master Key generated from the dashboard. This key is your primary credential for the Anycast Delivery API.
Import the CMSClient class and initialize it with your project key. The client auto-discovers your content models and types.
curl -X GET https://api.freecms.host/api/v1/entries \\\n-H \"x-api-key: YOUR_KEY\"