cURL
curl --request GET \ --url https://api.example.com/api/models/health \ --header 'Authorization: Bearer <token>'
{ "data": { "message": "/api/models/health ok" } }
Enter your API key here
Models API is healthy
Show child attributes
Was this page helpful?