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

# Root endpoint



## OpenAPI

````yaml /generated/specs/auth.json get /api
openapi: 3.0.0
info:
  title: Raul API - Acceso
  description: Autenticacion, sesiones, usuarios y seguridad base.
  version: 2.0.0
  contact: {}
servers:
  - url: https://api.raul.ugps.io
    description: Production
security: []
tags:
  - name: Auth
    description: Autenticacion y gestion de usuarios
paths:
  /api:
    get:
      tags:
        - Root
      summary: Root endpoint
      operationId: AppController_getHello
      parameters: []
      responses:
        '200':
          description: API is running

````