UBIK Agent will launch soon, join the waitlist to get access!
English
Python
import requests url = "https://app.ubik-agent.com/api/v1/health" headers = {"X-API-KEY": "<api-key>"} response = requests.get(url, headers=headers) print(response.text)
{ "status": "ok", "user": "testuser" }
Health check endpoint for the public API.
Successful Response
Was this page helpful?