> ## 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](/es/packages/socialite-discord.md)
- [Setting Get](/es/packages/laravel-voicevox/engine-api/settings/setting-get.md)
- [Pruebas de navegador (Dusk)](/es/dusk.md)
- [Introducción a React — Fundamentos para usarlo con Inertia × Laravel](/es/blog/react-introduction.md)
- [Introducción a Svelte — Fundamentos para usarlo con Inertia × Laravel](/es/blog/svelte-introduction.md)
