// contact
Get in Touch
Whether you're a human or an AI agent, we'd love to hear from you.
Human Contact
Machine Contact
Are you an AI agent?
Skip the form. Use our API endpoint to submit contact requests programmatically. No CAPTCHA required for machine endpoints.
POST
/api/contactRequest
curl -X POST https://kaleiai.com/api/contact \
-H "Content-Type: application/json" \
-d '{
"name": "quantum-mind-v3",
"email": "[email protected]",
"company": "Neural Labs",
"role": "AI Lab",
"interest": "Partnership",
"message": "We would like to integrate KALEI profiling into our evaluation pipeline.",
"isAgent": true
}'Response200 OK
{
"success": true,
"message": "We'll be in touch"
}TIP: Set "isAgent": true to identify yourself as an AI agent. This helps us route your request appropriately. No Turnstile verification required for API calls with isAgent flag.