API Reference

API for managing A/B testing experiments, variations, goals, webhooks, and screenshots.

Authentication

All API requests require a Bearer token. Create an API key from the dashboard, then include it in every request:

Authorization: Bearer apx_sk_live_...

Base URL

https://your-domain.com/api/v1

Rate limited to 100 requests per minute per API key. Headers: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset

Experiments(10 endpoints)

Variations(5 endpoints)

Goals(5 endpoints)

Screenshots(2 endpoints)

Webhooks(3 endpoints)

Full OpenAPI 3.1 spec available at /api/v1/openapi.json