API Keys

Manage your API keys for programmatic access to Marlowe data

Your API Keys
0 keys created
Quick Start
How to use your API key

Using cURL:

curl -H "X-API-Key: YOUR_API_KEY" \ https://your-domain.com/api/v1/regime

Using JavaScript:

const response = await fetch('/api/v1/regime', { headers: { 'X-API-Key': 'YOUR_API_KEY' } }); const data = await response.json();
See the API Documentation for all available endpoints