FlameTree API
This API reference describes private FlameTree integration endpoints for client backends and trusted server-side integrations.
Authentication
Private endpoints use a tenant API key. Send the key in the X-API-Key
request header:
X-API-Key: <TENANT_API_KEY>
You can copy the tenant API key in the FlameTree portal from Settings -> Identity -> Tenants. Use this key only from trusted backend services, server-side jobs, or secure integration middleware. Do not expose it in browser code, mobile apps, public widgets, or client-side scripts.
All endpoint paths in this reference are relative to the API base URL:
https://portal.flametree.ai/api/v1
For example, GET /private/campaigns becomes:
GET https://portal.flametree.ai/api/v1/private/campaigns