Detect blur (quality check)
Try it interactively →POST /api/image-detect-blur-qualityScore an image's sharpness on a 0–100 scale. Useful for filtering blurry uploads, picking the best frame from a burst, and quality-gating user submissions.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| image* | file | — | Input image bytes. |
| threshold | number | 100 | Score below this is reported as `blurry: true`. |
Response
Modes: json. Cache: yes (24h TTL).