JAX Gateway

Content-addressed storage gateway

Node Identity
6bdc788eb9a9d557343d5e4e9e87666acef00d248d6151658b34d8e46a400863

API Endpoints

/gw/:bucket_id/*path Serve bucket content
/gw/:bucket_id/version Latest published version (JSON)
/_status/identity Node identity (JSON)
/_status/livez Liveness check

Query Parameters

?viewer=true Show explorer/viewer UI
?viewer=false Return raw JSON (directories) or binary (files)
?download=true Download file as attachment
?at=<hash> Access specific version by content hash
?deep=true Recursive directory listing

Image Transform

Resize and adjust quality for image files (JPEG, PNG, WebP, GIF)

?w=400 Resize to width (maintains aspect ratio)
?w=400&h=300 Resize to exact dimensions
?q=75 Output quality 1-100 (JPEG/WebP, default: 80)
?w=400&q=75 Combine resize with quality

Max dimension: 4096px. Non-image files ignore transform params. Responses are cached.