Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
import requests url = "https://api.pmxt.dev/health" response = requests.get(url) print(response.text)
{ "status": "ok", "timestamp": 123 }
Server is consistent and running.
"ok"
Was this page helpful?