# Optimize Images By Test ID Optimizes images by test id Endpoint: POST /v1/inspect/images/{id}/optimize Version: 1.0.0 Security: basicAuth ## Path parameters: - `id` (string, required) The ID of the image validation test we want to optimize the images for. ## Response 200 fields (application/json): - `meta` (object,null) - `paging` (any) - `items` (array) - `items.id` (string, required) - `items.error_message` (string) - `items.optimized_images` (array) ## Response 401 fields (application/json): - `message` (string, required) Response message ## Response 404 fields (application/json): - `message` (string, required) Response message