{"ok":true,"tool":"Aspect Ratio Calculator","operation":"calculate-aspect-ratio","description":"Reduce width and height to a simple aspect ratio and identify the format.","method":"POST","endpoint":"/api/aspect-ratio-calculator","webUrl":"https://ultraquick.tools/tools/aspect-ratio-calculator","parameters":{"type":"object","properties":{"width":{"type":"number","description":"Width"},"height":{"type":"number","description":"Height"}},"required":["width","height"]},"response":{"type":"object","properties":{"ratio":{"type":"string"},"ratioWidth":{"type":"number"},"ratioHeight":{"type":"number"},"decimal":{"type":"number"},"name":{"type":"string"}}},"example":{"request":{"width":1920,"height":1080},"response_shape":{"type":"object","properties":{"ratio":{"type":"string"},"ratioWidth":{"type":"number"},"ratioHeight":{"type":"number"},"decimal":{"type":"number"},"name":{"type":"string"}}}},"howToCall":"POST a JSON body to https://ultraquick.tools/api/aspect-ratio-calculator. Returns {\"ok\":true,\"result\":{...}} on success or {\"ok\":false,\"error\":\"...\"} on failure. No auth, CORS-enabled.","parametersSummary":"  width (number, required) — Width\n  height (number, required) — Height","curlExample":"curl -X POST https://ultraquick.tools/api/aspect-ratio-calculator -H \"Content-Type: application/json\" -d '{\"width\":1920,\"height\":1080}'"}