API Reference
API Reference
Complete REST API reference for the Reaktly platform.
The Reaktly API is organized around REST. It uses JSON for request and response bodies, and API keys for authentication.
Base URL
https://api.reaktly.comAuthentication
All API requests require an API key sent via the x-api-key header:
curl https://api.reaktly.com/ingest \
-H "x-api-key: YOUR_API_KEY"API keys are created in the Reaktly dashboard under Settings → API Keys.