TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/xcoder-es/media-cleaner-pro/llms.txt
Use this file to discover all available pages before exploring further.
/health endpoint is a lightweight liveness probe that confirms the MediaCleaner Pro server is up and accepting requests. It requires no authentication and carries no side effects, making it safe to poll from container orchestrators, load balancers, or monitoring scripts.
Response fields
Always
"ok". Any non-"ok" value (or a non-200 HTTP status) indicates a problem with the service.Always
"mediacleaner-pro". Useful for confirming you are talking to the correct service when multiple APIs share a host.Semantic version string read from
CARGO_PKG_VERSION at compile time, for example "0.1.4-alpha". Use this to assert that the running binary matches a known-good release.