🚀 NeXaric Image Engine

A high-performance, self-hosted Image CDN with auto-archiving to Cloudflare R2.

API Reference

GET /generate

ParameterTypeDescription
imageURL(Required) The full URL of the source image to fetch, archive, and optimize.
wIntTarget width in pixels (maintains aspect ratio).
hIntTarget height in pixels (maintains aspect ratio).
qIntQuality from 1 to 100 (Default: 80).
fStringOutput format: webp or avif (Default: webp).

Example Usage

https://optimize.nexaric.com/generate?image=https://example.com/photo.jpg&w=800&q=75&f=webp

Response Codes