{ "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/CF9CB4F608/images", "Content-Type": "application/json; charset=utf-8", "X-Requested-With": "", "Vary": "X-Requested-With, X-Workarea-Segments", "Last-Modified": "Wed, 27 Nov 2019 00:46:00 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "e7b3176f-23c1-47e1-9415-99989fc80dcc", "X-Runtime": "3.207554", "X-Workarea-Segments": "", "Expires": "0", "Content-Length": "425" }, "request_method": "POST", "request_path": "/api/admin/products/CF9CB4F608/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\": \"5dddc74512415942540764fd\",\n \"created_at\": \"2019-11-27T00:45:57.728Z\",\n \"image_aspect_ratio\": 1.2,\n \"image_format\": \"jpeg\",\n \"image_height\": 800,\n \"image_image\": true,\n \"image_inverse_aspect_ratio\": 0.8333333333333334,\n \"image_landscape\": true,\n \"image_name\": \"kitten-2.jpg\",\n \"image_portrait\": false,\n \"image_uid\": \"2019/11/26/7qx7xbdpjj_kitten_2.jpg\",\n \"image_width\": 960,\n \"option\": null,\n \"position\": 0,\n \"updated_at\": \"2019-11-27T00:45:57.728Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl \"https://www.example.com/api/admin/products/CF9CB4F608/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" }