GET Talk with a conversational AI
Interact with RBI conversational AI bots (quantum or lobby) by sending prompts and receiving AI-generated responses for chat functionality.
Are you an LLM? You can read better optimized documentation at /docs/api/endpoints/magic/get-magic-conversational-ai-type.md for this page in Markdown format
GET
Try it out https://api.rooom.com/magic/conversational-ai/{type}Parameters
Path Parameters
| Name | Type | Description | Values |
|---|---|---|---|
typerequiredExample: rbi.quantum | string | Conversational AI type in format 'scope.bot' (e.g., 'rbi.quantum' or 'rbi.lobby') | rbi.quantumrbi.lobby |
Query Parameters
| Name | Type | Description |
|---|---|---|
promptrequiredExample: What are the benefits of 3D visualization? | string | User prompt/question to send to the AI |
conv_idExample: abc123def456 | string | Conversation ID for maintaining chat context (auto-generated if not provided) |
Responses
200Successfully received AI response
500Internal server error or AI service unavailable
GET /magic/conversational-ai/{type} Talk with a conversational AI Interact with RBI conversational AI bots (quantum or lobby) by sending prompts and receiving AI-generated responses for chat functionality. type Conversational AI type in format 'scope.bot' (e.g., 'rbi.quantum' or 'rbi.lobby') prompt User prompt/question to send to the AI conv_id Conversation ID for maintaining chat context (auto-generated if not provided)