
Developer Docs
Documentation
Build on Event AI with APIs, webhooks, and SDKs.
Last updated: 21 September 2025
1. Introduction
Event AI provides REST APIs to manage events, tickets, and attendees. Use your API key to authenticate and follow JSON schemas.
2. Authentication
Send Authorization: Bearer <API_KEY>
in headers.
Rotate keys regularly; scope least privilege.
3. Rate Limits
Default: 60 req/min per project (burst 120). Headers include X-RateLimit-*
.
4. REST API
- GET /v1/events
- POST /v1/events
- GET /v1/events/{id}
- PATCH /v1/events/{id}
5. Webhooks
Subscribe to event.created
, ticket.purchased
, refund.issued
.
Verify signatures via X-EventAI-Signature
.
6. SDKs
JS/TS and Python SDKs (install via npm/pip). Examples coming soon.
7. Errors
Standard JSON errors with code
, message
, details
.
8. Changelog
v1.0 – Initial release.