AI Chat

Interact with Google Gemini Realtime

get/ai/gemini-realtime

Query parameters

textstring required

Prompt or your message to the AI

session_idstring

Session id to continue conversation, there will be a new session_id for every message from the response.

streamboolean

Set to true to stream SSE response chunks.

Response

Success - Got the response

creatorstring

The creator of the API

messagestring

Additional message for the user

okboolean

Indicates if the operation was successful

Example response

{
  "creator": "@PaxSenix",
  "message": "Hello! How can i assist you tomorrow?",
  "ok": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.