Developers & AI agents

Lexora Public API

One public endpoint: send a project inquiry or question to the Lexora team. No authentication. We reply by email within 24 hours.

POST /api/contact

JSON body with three required string fields:

nameSender's full name or company name.
emailReply-to address — the confirmation and our reply go here.
messageWhat you want to build, timeline, budget range, or your question.
curl -X POST https://lexora.fyi/api/contact \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Sara Ahmed",
    "email": "[email protected]",
    "message": "We need an AI-powered CRM for a 40-person sales team. Rough timeline?"
  }'

Responses: 200 { "ok": true } · 400 { "error": ... } when a field is missing · 500 { "error": ... } if email delivery fails (the message includes a direct address to use instead).

Send one message per genuine inquiry. Bulk or automated marketing submissions are not accepted.

Machine-readable resources