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:
| name | Sender's full name or company name. |
| Reply-to address — the confirmation and our reply go here. | |
| message | What 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
- /openapi.json — OpenAPI 3.1 specification
- /.well-known/api-catalog — API catalog (RFC 9727, application/linkset+json)
- /.well-known/ai-catalog.json — ARD capability manifest
- /llms.txt — llms.txt — company overview for language models
- /api/health — Liveness check