Skip to main content
Cost: free
GET
/
ping
cURL
curl --request GET \
  --url https://api.workfloo.ws/v0/ping \
  --header 'x-api-key: <api-key>'
{
  "message": "pong"
}

Documentation Index

Fetch the complete documentation index at: https://docs.workfloo.ws/llms.txt

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

A simple health check endpoint. Returns "pong" if the user is authenticated via API key. Useful for verifying connectivity and authentication status. This endpoint does not affect credits, but rate limits apply.

Authorizations

x-api-key
string
header
required

Response

Successful response

message
string
required

Response message

Example:

"pong"