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.
curl --request GET \ --url https://api.yutori.com/v1/health
import requests response = requests.get("https://api.yutori.com/v1/health") print(response.json())
const response = await fetch("https://api.yutori.com/v1/health"); const data = await response.json();
Successful Response