API Reference
REST API
Complete API reference for integrating PolyMind AI Council into your applications.
Base URL
https://api.polymind.dev/v1Request Body
{
"question": "Should we adopt microservices architecture?",
"personas": ["strategist", "creative", "skeptic", "advocate", "synthesizer"],
"maxRounds": 3,
"streamResponse": true
}Response
{
"sessionId": "council_abc123",
"status": "started",
"personas": [...]
}Authentication
All API requests require a valid API key passed in the Authorization header.
Authorization: Bearer YOUR_GEMINI_API_KEY