API Reference
The Synurex API allows you to programmatically create, manage, and interact with your AI agents.
Base URL
``
https://api.synurex.com/v1
`
Authentication
All API requests require an API key. Include it in the header:
`bash
Authorization: Bearer your_api_key
`
Endpoints
Agents
GET /agents - List all agents
POST /agents - Create a new agent
GET /agents/:id - Get agent details
PATCH /agents/:id - Update an agent
DELETE /agents/:id - Delete an agent
Conversations
POST /agents/:id/conversations - Start a conversation
POST /conversations/:id/messages - Send a message
GET /conversations/:id/messages - Get conversation history
Webhooks
GET /webhooks - List webhooks
POST /webhooks - Create webhook
DELETE /webhooks/:id` - Delete webhook
Rate Limits
Free: 100 requests/minute
Starter: 500 requests/minute
Pro: 2,000 requests/minute
Enterprise: Custom