The Hoody Files API exposes system endpoints for inspecting the server. Use these endpoints to confirm connectivity, verify the deployed version, and retrieve basic server information during integration or troubleshooting.
System
Section titled “System”GET /api/v1/version
Section titled “GET /api/v1/version”Returns the current API version and server information.
This endpoint takes no parameters.
curl https://proj-abc123-cont-xyz789-files-1.us-east-1.containers.hoody.icu/api/v1/versionawait client.files.system.getApiVersion(){ "server_version": "2024.01.15", "version": "1.0.0"}