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

````

## Related topics

- [Socialite for Discord](/ko/packages/socialite-discord.md)
- [Setting Get](/ko/packages/laravel-voicevox/engine-api/settings/setting-get.md)
- [Get Presets](/ko/packages/laravel-voicevox/engine-api/other/get-presets.md)
- [브라우저 테스트(Dusk)](/ko/dusk.md)
- [React 입문 — Inertia × Laravel에서 사용하는 기초 지식](/ko/blog/react-introduction.md)
