# LuminateCX Ask API

Answers questions about LuminateCX, its services, the Evolve framework, and how to get in touch.

## Request

POST /ask
Content-Type: application/json

{
  "query": "What does LuminateCX do?"
}

## Response

HTTP 200

{
  "@context": "https://schema.org",
  "@type": "Answer",
  "text": "The answer text.",
  "url": "https://www.luminatecx.com"
}

If query is missing or empty, the API returns HTTP 400. If the query cannot be processed, it returns HTTP 500.

GET /ask returns a short JSON description of the endpoint.

## Related resources

- API catalogue: /.well-known/api-catalog
- Machine-readable description: /openapi.json
- Agent card: /.well-known/agent.json
- Site index: /llms.txt
