Skip to main content
GET
/
health
Health check endpoint
curl --request GET \
  --url https://api.getpg.ai/public-api/v1/health
{
  "service": "pgai-public-api",
  "status": "healthy",
  "timestamp": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.getpg.ai/llms.txt

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

Response

API is healthy

service
string
Example:

"pgai-public-api"

status
string
Example:

"healthy"

timestamp
string<date-time>