Skip to content
Hoody.com

The Hoody Files API exposes health and system endpoints for the Files service running inside a Hoody container. Use these endpoints to verify connectivity, confirm the service is running, and retrieve build metadata for debugging.

Returns the current API version and server build information for the Files service. Use this endpoint to confirm the service is reachable and to record the deployed version during health checks.

This endpoint takes no parameters.

Terminal window
curl -X GET "https://{projectId}-{containerId}-files-1.{server}.containers.hoody.com/api/v1/version" \
-H "Authorization: Bearer <token>"