Existing /v1/filter API
Image filters for fast edits
Choose a filter page, upload an image, and process it through the compact ImageHQ filter endpoint.
Try grayscale↔
OriginalFilteredFilter previews
Reusable visual demos show the before and after effect without changing the primary upload flow.
Search filters
Live filter tools
Every page below submits to POST /v1/filter with schema-compatible defaults.
Browse filter categories
↔
BeforeAfterPhoto filter demo
A static 50/50 split shows how filter routes can present useful visual previews.
Use the Filter API
Build repeatable image filter workflows with POST /v1/filter, compact request schemas, and async job outputs.
View /api/filterPhoto filter FAQ
Are filter pages live tools?
Yes. Live filter pages use the existing /v1/filter endpoint with registry-defined defaults.
Do filters need separate backend routes?
No. /filter/blur and similar paths are frontend pages only.
Can I tune filter intensity?
Yes. Live pages expose an intensity control and output options before submitting jobs.