API Documentation
Integrate FlexyAgents into your applications with our comprehensive REST API. Build powerful conversational experiences with simple HTTP requests.
Quick Start
Get up and running with FlexyAgents API in minutes
1. Get Your API Key
Sign up for a FlexyAgents account and generate your API key from the dashboard.
2. Make Your First Request
curl example
curl -X POST https://api.flexyagents.com/v1/chat \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"message": "Hello, how can you help me?",
"bot_id": "your_bot_id"
}'Authentication
FlexyAgents uses API key authentication. Include your API key in the Authorization header with every request.
API Key
Generate your API key from the FlexyAgents dashboard
Security
Keep your API key secure and never expose it in client-side code
Rate Limiting
1000 requests per minute for standard plans
Request Headers
Authorization
Bearer YOUR_API_KEY
Content-Type
application/json
Accept
application/json
Example Request
curl -X POST https://api.flexyagents.com/v1/chat \
-H "Authorization: Bearer sk-...abc123" \
-H "Content-Type: application/json" \
-d '{"message": "Hello"}'Ready to Get Started?
Start building with FlexyAgents API today. Get your API key and begin integrating conversational AI into your applications.