Hoody Files API
Section titled “Hoody Files API”The Hoody Files API provides health and system endpoints for the Files service. These endpoints are used to inspect the current API version and server metadata, typically as part of connectivity checks or deployment verification.
System
Section titled “System”GET /api/v1/version
Section titled “GET /api/v1/version”Returns the current API version and server information for the Files service.
This endpoint takes no parameters.
{ "server_version": "2024.01.15", "version": "1.0.0"}SDK Usage
Section titled “SDK Usage”const response = await client.files.system.getApiVersion();