Everest AI API

Chat

Production documentation for the Everest AI developer platform.

POST https://api.everestai.cloud/api/chat/

Required body field: message

curl -X POST https://api.everestai.cloud/api/chat/ \
  -H "Content-Type: application/json" \
  -d '{"message":"Hello Everest"}'

Response

{
  "response": "Namaste! I'm Everest AI...",
  "model": "E4.0",
  "plan": "free",
  "remaining": 48,
  "reset": "2026-09-15T00:00:00Z",
  "timestamp": "2026-09-14T13:54:22Z"
}