Pilot AI
Free assistant by TelePilot Pro
How can I help?
Ask anything — Pilot AI is free on TelePilot Pro.
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." }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"}'- Auth:
Authorization: BearerorX-Api-Key - 429 responses include a
Retry-Afterheader - No warranty of continuous uptime — free capacity may vary under load
How Pilot AI works
- Chat on the web — type above. No account required for browser chat.
- Use the API — sign in, 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.