Get transformed image
GET/:app_id/:image_path
Fetch and transform an image with optional parameters for resizing, reformatting, and quality adjustments
Request
Responses
- 200
- 400
- 500
Transformed image returned successfully
Response Headers
hit: Served directly from the edge cache.cold-hit: Served transformed from the origin bucket cache.miss: Fetched from the source, transformed, and then served.
enad-cache-status
Cache status of the request:
Cache-Control
Cache control directives
Bad request - missing image path
Internal server error