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

# Get Portal Page

> Return portal page.

**Laravel Implementation Status**: ❌ Engine-specific feature (fallback only)



## OpenAPI

````yaml https://raw.githubusercontent.com/invokable/laravel-voicevox/refs/heads/main/docs/en/laravel-openapi.json get /
openapi: 3.1.0
info:
  title: VOICEVOX ENGINE OSS
  description: VOICEVOX OSS  text-to-speech synthesis engine.
  version: latest
servers: []
security: []
paths:
  /:
    get:
      tags:
        - Other
      summary: Get Portal Page
      description: >-
        Return portal page.


        **Laravel Implementation Status**: ❌ Engine-specific feature (fallback
        only)
      operationId: get_portal_page
      responses:
        '200':
          description: Successful Response
          content:
            text/html:
              schema:
                type: string

````