> ## 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

> ポータルページを返します。

**Laravel実装状況**: ❌ エンジン固有の機能（フォールバックのみ）



## OpenAPI

````yaml https://raw.githubusercontent.com/invokable/laravel-voicevox/refs/heads/main/docs/jp/laravel-openapi.json get /
openapi: 3.1.0
info:
  title: VOICEVOX ENGINE OSS
  description: VOICEVOX OSS の音声合成エンジンです。
  version: latest
servers: []
security: []
paths:
  /:
    get:
      tags:
        - その他
      summary: Get Portal Page
      description: |-
        ポータルページを返します。

        **Laravel実装状況**: ❌ エンジン固有の機能（フォールバックのみ）
      operationId: get_portal_page
      responses:
        '200':
          description: Successful Response
          content:
            text/html:
              schema:
                type: string

````