Iseer Logo

Iseer API

The next generation of Synthetic Intelligence, Intelligence Augmentation, and Artificial Intelligence.

1Live API Connection

Connect to the arete-live model via our real-time WebSocket protocol for ultra-low latency voice and video streaming.

POST /api/live-connect
{
  "system_instruction": "You are a helpful AI assistant...",
  "response_modalities": ["AUDIO"],
  "tools": [{
    "functionDeclarations": [{
      "name": "get_weather",
      "description": "Fetch weather",
      "parameters": {
        "type": "OBJECT",
        "properties": {
          "city": { "type": "STRING" }
        }
      }
    }]
  }]
}

You will receive a one-time setup payload and a custom wss://genai.api.iseer.co endpoint to initiate your real-time bidirectional stream.