{ "parameters": [ ], "response_fields": [ ], "requests": [ { "request_headers": { "Content-Type": "application/json" }, "request_query_parameters": { }, "response_headers": { "X-Frame-Options": "SAMEORIGIN", "X-XSS-Protection": "1; mode=block", "X-Content-Type-Options": "nosniff", "X-Download-Options": "noopen", "X-Permitted-Cross-Domain-Policies": "none", "Referrer-Policy": "strict-origin-when-cross-origin", "Location": "/api/admin/products/44B676B1FE/images", "Content-Type": "application/json; charset=utf-8", "ETag": "W/\"7efb13c55113e4bb439b60cf6afaa7a4\"", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "fc67eeb7-31cb-46aa-9fcc-ed28efda17bf", "X-Runtime": "0.115312", "Expires": "0", "Content-Length": "377" }, "request_method": "POST", "request_path": "/api/admin/products/44B676B1FE/images", "request_body": "{\"image\":{\"image_url\":\"http://dreamatico.com/data_images/kitten/kitten-2.jpg\"}}", "request_content_type": "application/json", "response_status": 201, "response_status_text": "Created", "response_body": "{\n \"image\": {\n \"_id\": \"5d5dbd59d4322a4b69d78f9d\",\n \"created_at\": \"2019-08-21T21:53:29.467Z\",\n \"image_aspect_ratio\": 1.2,\n \"image_format\": \"jpeg\",\n \"image_height\": 800,\n \"image_image\": true,\n \"image_landscape\": true,\n \"image_name\": \"kitten-2.jpg\",\n \"image_portrait\": false,\n \"image_uid\": \"2019/08/21/6ml9yrfhv1_kitten_2.jpg\",\n \"image_width\": 960,\n \"option\": null,\n \"position\": 0,\n \"updated_at\": \"2019-08-21T21:53:29.467Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl \"https://www.example.com/api/admin/products/44B676B1FE/images\" -d '{\"image\":{\"image_url\":\"http://dreamatico.com/data_images/kitten/kitten-2.jpg\"}}' -X POST \\\n\t-H \"Content-Type: application/json\"" } ], "resource": "Product Images", "description": "Creating a product image from URL", "route": "/api/admin/products/:product_id/images", "http_method": "POST" }