Skip to main content
All API endpoints are authenticated using an API key sent in the X-API-Key header.
curl -X POST https://lemonslice.com/api/rooms \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "agent_id": "YOUR_AGENT_ID" }'
Generate and manage your API key using the LemonSlice API Dashboard.