This endpoint is used by the rekko.ai/dashboard signup flow.
RapidAPI users get their keys through the RapidAPI marketplace instead.
Request
Your email address. Disposable emails are rejected.
Display name (optional).
Cloudflare Turnstile verification token from the signup form.
Response
Human-readable status message.
If
true, check your email for a verification link before using the key.Your API key (only present when
requires_verification is false).
Store this securely — it is only shown once.Your customer ID for reference.
Error responses
| Status | Reason |
|---|---|
| 403 | Turnstile bot check failed |
| 409 | Account with this email already exists |
| 422 | Disposable email address |
| 429 | Signup rate limit (5 per hour per IP) |
| 503 | Signup not configured on server |