curl --request GET \
--url http://localhost:8080/ping
{ "ping": "pong" }
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url http://localhost:8080/ping
{ "ping": "pong" }
Endpoint to check the status of the API
curl --request GET \
--url http://localhost:8080/ping
{ "ping": "pong" }
Was this page helpful?