Interactive Sessions

Mirako supports real-time interactive sessions with your avatars, allowing end users to converse naturally.

Key Concepts

  • Session: A live connection where audio is streamed to the avatar and responses are returned.
  • Session ID: Unique identifier for each session, used to manage session lifecycle.

Main Endpoints

  • POST /v1/interactive/start_session — Start a new interactive session
  • GET /v1/interactive/list — List active sessions
  • POST /v1/interactive/stop_sessions — Stop one or more sessions

For detailed integration, see the following sections.

Dive deeper