Pilot AI
Chat · images · video · vision
How can I help?
Try 1 free message — then create a free account for unlimited use.
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: BearerorX-Api-Key - Optional
model:standard(default) orunrestricted - 429 responses include a
Retry-Afterheader - No warranty of continuous uptime — free capacity may vary under load
How Pilot AI works
- Try as a guest — send 1 free message without an account.
- Sign up free — unlimited Pilot AI chat when signed in (fair-use protected). History is saved in the sidebar.
- Use the API — create a free key and POST to
/api/pilot-ai/chat. - 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.