{ "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/F2CCC6029D/images", "Content-Type": "application/json; charset=utf-8", "ETag": "W/\"9c0aa3341df3079d244e5641d8e5de6c\"", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "9c6fa4ce-5529-4066-8b0f-df80de282b01", "X-Runtime": "0.177036", "Expires": "0", "Content-Length": "372" }, "request_method": "POST", "request_path": "/api/admin/products/F2CCC6029D/images", "request_body": "{\"image\":{\"image_url\":\"data:image/jpeg;base64,GEGseg42g3g...\"}}", "request_content_type": "application/json", "response_status": 201, "response_status_text": "Created", "response_body": "{\n \"image\": {\n \"_id\": \"5d5dbd58d4322a4b69d78f96\",\n \"created_at\": \"2019-08-21T21:53:28.636Z\",\n \"image_aspect_ratio\": null,\n \"image_format\": null,\n \"image_height\": null,\n \"image_image\": false,\n \"image_landscape\": null,\n \"image_name\": \"file.jpeg\",\n \"image_portrait\": null,\n \"image_uid\": \"2019/08/21/2gsohdn0ls_file.jpeg\",\n \"image_width\": null,\n \"option\": null,\n \"position\": 0,\n \"updated_at\": \"2019-08-21T21:53:28.636Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl \"https://www.example.com/api/admin/products/F2CCC6029D/images\" -d '{\"image\":{\"image_url\":\"data:image/jpeg;base64,GEGseg42g3g...\"}}' -X POST \\\n\t-H \"Content-Type: application/json\"" } ], "resource": "Product Images", "description": "Creating a product image from Base64", "route": "/api/admin/products/:product_id/images", "http_method": "POST" }