This is a public endpoint designed to verify that the API server is running and reachable. No authentication or request body is required — a plainDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/Manuelfg1985/Proyecto_Final_26/llms.txt
Use this file to discover all available pages before exploring further.
GET request is sufficient. It can be used as a health-check during local development or after a deployment to confirm the service is responding correctly before attempting authenticated calls.
Method and path
| Field | Value |
|---|---|
| Method | GET |
| Path | /api/auth/public |
| Auth | None |
Response
200 OK — The server is running and the route is reachable.Static confirmation string. Value:
"Public content available for everyone".