We use analytics and minimal tracking across our websites to help improve performance and user experience. Our privacy policy.
curl --request GET \
--url https://api.private-ai.com/community/healthz \
--header 'x-api-key: <api-key>'{
"success": true,
"gpu_inference_engine_success": true
}Check the health of the container.
curl --request GET \
--url https://api.private-ai.com/community/healthz \
--header 'x-api-key: <api-key>'{
"success": true,
"gpu_inference_engine_success": true
}