Integrate FlexyAgents into your applications with our comprehensive REST API. Build powerful conversational experiences with simple HTTP requests.
Get up and running with FlexyAgents API in minutes
Sign up for a FlexyAgents account and generate your API key from the dashboard.
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"
}'FlexyAgents uses API key authentication. Include your API key in the Authorization header with every request.
Generate your API key from the FlexyAgents dashboard
Keep your API key secure and never expose it in client-side code
1000 requests per minute for standard plans
curl -X POST https://api.flexyagents.com/v1/chat \
-H "Authorization: Bearer sk-...abc123" \
-H "Content-Type: application/json" \
-d '{"message": "Hello"}'Start building with FlexyAgents API today. Get your API key and begin integrating conversational AI into your applications.