---
title: "Interact with Google Gemini Realtime (POST / Streaming)"
method: POST
path: "/ai/gemini-realtime"
tags: ["AI Chat"]
---

# Interact with Google Gemini Realtime (POST / Streaming)

`POST /ai/gemini-realtime`

Interact with Google Gemini using POST, supporting optional SSE streaming response chunks.

## Request body

- object
  - `message` string, required — Prompt or your message to the AI
  - `session_id` string — Session ID to continue conversation.
  - `stream` boolean — Set to true to stream SSE response chunks.

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `500` — Server error

---

[API](https://skmtc.dev/paxsenix/apis/paxsenix-api.md) · [All operations](https://skmtc.dev/paxsenix/apis/paxsenix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/paxsenix/paxsenix-api/revisions/a09b8775685e/schema)
