> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Platform Demo Info

> Get platform demo and trial information.



## OpenAPI

````yaml https://api.mrassistant.ai/openapi.json get /platform/demo
openapi: 3.1.0
info:
  title: Backend - Multilingual Voice Agent System
  description: FastAPI backend for multilingual voice agents with tool use
  version: 1.0.0
servers: []
security: []
paths:
  /platform/demo:
    get:
      tags:
        - platform
      summary: Get Platform Demo Info
      description: Get platform demo and trial information.
      operationId: get_platform_demo_info_platform_demo_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      security:
        - HTTPBearer: []
components:
  securitySchemes:
    HTTPBearer:
      type: http
      scheme: bearer

````