Skip to main content
GET
/
health
Health check
import requests

url = "https://api.opper.ai/health"

response = requests.get(url)

print(response.text)
{
  "status": "ok"
}

Response

Successful response

status
string
Example:

"ok"