Skip to main content
GET
/
ping
Test the API
curl --request GET \
  --url http://localhost/api/ping
{
  "data": "Pong!"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cachethq.io/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json
data
enum<string>
required
Available options:
Pong!