TelePilot Pro

Pilot AI

Chat · images · video · vision

How can I help?

Try 1 free message — then create a free account for unlimited use.

1 free guest message · Sign up free for unlimited chat (fair-use protected)

Free public API

Call Pilot AI from your apps with a free API key. Soft fair-use limits (about 60 requests/minute and 2,000/day per key) keep the service stable.

Endpoint

POST https://telepilotpro.com/api/pilot-ai/chat
Authorization: Bearer YOUR_PILOT_AI_KEY
Content-Type: application/json

{ "message": "Explain Telegram FloodWait in one paragraph.", "model": "standard" }

Success response

{ "reply": "…", "ok": true }

curl example

curl -X POST "https://telepilotpro.com/api/pilot-ai/chat" \
  -H "Authorization: Bearer pai_…" \
  -H "Content-Type: application/json" \
  -d '{"message":"Hello Pilot AI","model":"standard"}'
  • Auth: Authorization: Bearer or X-Api-Key
  • Optional model: standard (default) or unrestricted
  • 429 responses include a Retry-After header
  • No warranty of continuous uptime — free capacity may vary under load

How Pilot AI works

  1. Try as a guest — send 1 free message without an account.
  2. Sign up free — unlimited Pilot AI chat when signed in (fair-use protected). History is saved in the sidebar.
  3. Use the API — create a free key and POST to /api/pilot-ai/chat.
  4. Fair use — soft per-IP and per-key rate limits. Exceeding them returns HTTP 429 with Retry-After.

Safety & fair use

Pilot AI is free with fair-use rate limits so everyone can use it without spam or overload. Do not use the service for illegal activity, harassment, or attempts to probe infrastructure. For product support, visit Support or Documentation.