Developers

Build on the table.

The same API that runs the dashboard — events, bookings, the Guest Book, and AI composition — scoped to your org and available over a bearer-key REST interface.

Quickstart

1

Create a key

In your dashboard, go to Settings → API keys and generate a cl_live_… key. Keys are org-scoped — every call is limited to your data.

2

Call an endpoint

Send it as a bearer token. Standard REST, JSON in and out.

3

Read the spec

The full contract — schemas, parameters, error codes — is generated from the same OpenAPI 3.1 document as this page, so it never drifts.

curl -H "Authorization: Bearer cl_live_…" \
  https://curatedlove.party/api/v1/events