{"ok":true,"tool":"Time Converter","operation":"convert-time","description":"Convert time between seconds, minutes, hours, days, weeks, months, and years.","method":"POST","endpoint":"/api/time-converter","webUrl":"https://toolhub-5eo.pages.dev/tools/time-converter","parameters":{"type":"object","properties":{"value":{"type":"number","description":"The value to convert"},"from":{"type":"string","enum":["s","ms","min","h","d","w","mo","y"],"description":"Source unit"}},"required":["value","from"]},"response":{"type":"object","properties":{"conversions":{"type":"object","description":"Map of unit code to converted value"}}},"example":{"request":{"value":1,"from":"h"},"response_shape":{"type":"object","properties":{"conversions":{"type":"object","description":"Map of unit code to converted value"}}}},"howToCall":"POST a JSON body to https://toolhub-5eo.pages.dev/api/time-converter. Returns {\"ok\":true,\"result\":{...}} on success or {\"ok\":false,\"error\":\"...\"} on failure. No auth, CORS-enabled.","parametersSummary":"  value (number, required) — The value to convert\n  from (string, required, one of: s|ms|min|h|d|w|mo|y) — Source unit","curlExample":"curl -X POST https://toolhub-5eo.pages.dev/api/time-converter -H \"Content-Type: application/json\" -d '{\"value\":1,\"from\":\"h\"}'"}