Skip to main content

Documentation 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.

This is a public endpoint designed to verify that the API server is running and reachable. No authentication or request body is required — a plain 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

FieldValue
MethodGET
Path/api/auth/public
AuthNone

Response

200 OK — The server is running and the route is reachable.
message
string
Static confirmation string. Value: "Public content available for everyone".

Example

curl https://proyecto-final-26-6tn2.vercel.app/api/auth/public

Build docs developers (and LLMs) love