Open endpoint that confirms the gateway process is up and serving HTTP.
No API key required. Does not consume credits.
Request
Add parameter in header X-API-Key
Example:X-API-Key: ********************
or
Request Code Samples
curl --location --request GET '/api/health' \
--header 'X-API-Key: <api-key>'
Responses
{
"success": true,
"data": {
"status": "ok",
"uptime": 1287.42,
"timestamp": "2026-05-01T12:34:56.789Z"
}
}
Modified at 2026-05-01 06:16:37