Skip to main content

POST /api/v1/waitlist

Add an email address to the KaireonAI waitlist. Public endpoint (no authentication required). Rate limited to 20 requests per 60 seconds per IP.

Request Body

Example

Response (200)

Error Codes

Duplicate emails are handled gracefully — if the email already exists, the request succeeds silently without creating a duplicate entry.

Authentication

None required. This is a public endpoint.