API Documentation

Build with FlowNeural

Integrate autonomous AI agents into your applications with our REST API.

Base URL

https://api.flowneural.com/api/v1

Authentication

All API requests require a Bearer token. Get your API key from the dashboard.

// Authentication
curl -H "Authorization: Bearer YOUR_API_KEY" \
     https://api.flowneural.com/api/v1/agents

Endpoints

POST/api/v1/chat/completions
GET/api/v1/agents
GET/api/v1/sessions

Rate Limits

Free: 10 req/min | Starter: 60 req/min | Pro: 300 req/min | Enterprise: Custom

FlowNeural