{"info":{"_postman_id":"83da9d46-c14d-4afb-a25d-c80d2c3c534b","name":"YNAP <> VueTag API Specification","description":"This is a collection of API's for automated tagging of images and receiving feedback from users. ","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"API Documentation","item":[{"name":"Tag API - List of Image Types","id":"a8377962-4c7f-4e13-ab86-41431aefae8b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"33676129a432e7d0b5cdfd741347f0bda9d0d6f6\",\n  \"image_url\": \n  \t\t[\n                        {\n                                    \"url\": \"https://images.yoox.com/34/34894419rk_13_f.jpg\",\n                                    \"type\": \"front\"\n                        }\n  ],\n  \"extras\" : {\n  \t\"product_id\" : [\n  \t\t\t\"38772417DV\",\n  \t\t\t\"38772417DW\"\n  \t\t]\n  },\n  \"correlation_key\": \"correlation_key_abc123\",\n  \"cache_clear\" : \"true\"\n}"},"url":"https://vuetag-eu.madstreetden.com/ynap/api/v1/tag","description":"This API returns visual attributes (tags) for the given input image url or binary image. The API accepts the following parameters -\n\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nimage_url     |  list     |   list of dictionaries describing the type of the image to be attributed          |     Conditionally Mandatory\nimage_url->url     |  string     |   URL of the image to be attributed          |     Conditionally Mandatory\nimage_url->type     |  string     |   Type of the image. eg. front,back          |     Conditionally Mandatory\nimage     |  file     |   the image to be attributed as a binary          |     Conditionally Mandatory\ncorrelation key     |  string     |   client correlation key to be sent back in the response          |     Optional\ncategory  |  string  |  (optional) category of the product to be tagged for use cases where the category is known  |  Optional\n\nNote: image_url and image are conditionally mandatory - one of the two are necessary.\n\n\nOutput (Json) format - \n```\n{\n    \"correlation_key\": \"Correlation key passed is returned as is\",  \n    \"mad_id\": \"Unique mad_id generated by VueTag\",\n    \"image_url\": \"Image URL passed in the API\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,  # Time taken for image attribution\n    \"upload_time\": 0.125, # Time taken for image download\n    \"image_type\": [\n        \"Clean\"\n    ],\n    \"data\": [  # data is a list - one element for each object found in the image\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"category\": [\n                \"Top\",  # Category of the object\n              0.9    # Each attribute (tag) extracted from the image has a confidence value\n            ], \n            \"location\": [\n                204, 71, 432, 406  # location of the object\n      ],\n            \"tags\": {  # Tags for the object, which (optionally) are mapped to the client tags values \n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {  # Tags for the object, with tag values as defined by VueTag\n                \"Top Type\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ], \n                    [   \n                        \"Black\",\n                        0.02   \n                    ]\n                ]\n            }\n        }\n    ]\n}\n```"},"response":[{"id":"ec034fb8-c661-4bb5-aa36-e40ef82ff2cd","name":"Tag API - List of Image Types","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n    \"api_key\": \"f375a04215f4f06e3efda4fe1cb6d123795d406a\",\n    \"image_url\": [\n        {\n            \"url\": \"https://images.yoox.com/54/54163356rm_14_f.jpg\"\n        }\n    ]\n}"},"url":"https://vuetag-eu.madstreetden.com/ynap/api/v1/tag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"462","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 08 Nov 2018 07:17:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"WSGIServer/0.1 Python/2.7.12","name":"Server","description":"A name for the server"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"correlation_key\": null,\n    \"image_type\": {\n        \"BGColor\": [\n            \"#FFFFFF\",\n            1\n        ],\n        \"Clutter\": [\n            \"cluttered\",\n            5\n        ],\n        \"BGColorNew\": [\n            \"#F6F6F6\",\n            1\n        ]\n    },\n    \"meta\": {\n        \"processing_time\": 2.4227468967437744,\n        \"total_time\": 2.581284999847412,\n        \"image_download_time\": 0.15808486938476562\n    },\n    \"image_url\": \"https://images.yoox.com/54/54163356rm_14_f.jpg\",\n    \"mad_id\": \"3C90E33D4C78366B2E20E907CE66D493896EF3B3\",\n    \"message\": \"Image Tagged Successfully\",\n    \"data\": [\n        {\n            \"category\": [\n                \"dresses\",\n                0.678\n            ],\n            \"tags\": {\n                \"macro-category\": [\n                    [\n                        \"dresses\",\n                        0.678\n                    ],\n                    [\n                        \"jumpsuits\",\n                        1\n                    ]\n                ]\n            },\n            \"msd_tags\": \"\",\n            \"object_id\": \"1201_ynap_tag-dev_3C90E33D4C78366B2E20E907CE66D493896EF3B3_0\",\n            \"location\": [\n                379,\n                14,\n                1149,\n                1572\n            ],\n            \"productType\": [\n                \"dresses\",\n                0.678\n            ]\n        }\n    ]\n}"}],"_postman_id":"a8377962-4c7f-4e13-ab86-41431aefae8b"},{"name":"Tag API - Using Image Binary","id":"de687da1-8613-426b-9957-ac05295f9c8d","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"x-mock-response-name","value":"Tag - Success - Product Found"},{"key":"x-api-key","value":"ed91e96a0fb645419a6a1f3017edc3cb"}],"body":{"mode":"formdata","formdata":[{"key":"image","value":null,"type":"file"},{"key":"api_key","value":"3ff2fa395a884b838fcc5d586ab78434sdsd","type":"text"},{"key":"correlation_key","value":"d1d61d5f28064151b4b00aabe657f625","type":"text"}]},"url":"https://vuetag.madstreetden.com/ynap/api/v1/tag"},"response":[{"id":"4a2b8b52-216e-477f-899d-0ff7e46771cc","name":"Tag API - Product Found - Using Image Binary","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"x-mock-response-name","value":"Tag - Success - Product Found"},{"key":"x-api-key","value":"ed91e96a0fb645419a6a1f3017edc3cb"}],"body":{"mode":"formdata","formdata":[{"key":"image","value":null,"type":"file"},{"key":"api_key","value":"3ff2fa395a884b838fcc5d586ab78434","type":"text"},{"key":"correlation_key","value":"d1d61d5f28064151b4b00aabe657f625","type":"text"}]},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":"Lets a server whitelist headers that browsers are allowed to access."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"text/html; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 08 Feb 2018 18:45:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"9af-5nFpeSIrvDz2zq6Z40Fr3g\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"Custom header"},{"key":"X-RateLimit-Reset","value":"1518115592","name":"X-RateLimit-Reset","description":"Custom header"},{"key":"transfer-encoding","value":"chunked","name":"transfer-encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,\n    \"upload_time\": 0.125,\n    \"image_type\": [\n        \"Blurred\"\n    ],\n    \"data\": [\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"productType\": [\n                \"Dress\",\n                0.9\n            ],\n            \"location\": [\n                141,\n                0,\n                320,\n                305\n            ],\n            \"tags\": {\n                \"Dress Length\": [\n                    [\n                        \"Knee Length\",\n                        0.92\n                    ],\n                    [\n                        \"Midi\",\n                        0.92\n                    ]\n                ],\n                \"Dress Style\": [\n                    [\n                        \"Sheath\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Drape/Cowl\",\n                        0.88\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Dress Length\": [\n                    [\n                        \"Knee\",\n                        0.92\n                    ]\n                ],\n                \"Dress Type\": [\n                    [\n                        \"Sheath\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Cowl\",\n                        0.88\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Plain-Solids\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Green\",\n                        0.98\n                    ]\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"de687da1-8613-426b-9957-ac05295f9c8d"},{"name":"Tag API - metadata  in request","id":"d97fd052-16ef-4b30-8e61-5347fcd33374","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434dsdsd\",\n  \"image_url\": [\n  \t\t\"https://www.yoox.com/images/yoox80/banners/5569_12_splash_M.jpg?634485886601286852\",\n  \t\t\"https://www.yoox.com/images/yoox80/banners/5569_12_splash_M.jpg?634485886601286852\" \n  ],\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n  \"extras\": {\n\t\"product_id\": [\"Dress\"]  \n  }\n}"},"url":"https://vuetag.madstreetden.com/ynap/api/v1/tag","description":"This API returns visual attributes (tags) for the given input image url. The API accepts the following parameters -\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nimage_url     |  string     |   url of the image to be attributed          |     Conditionally Mandatory\ncorrelation key     |  string     |   client correlation key to be sent back in the response          |     Optional\nextras  |  dict  |  Extra fields that might need to be passed. This can include metadata fields that should be agreed to be received by the API |\tOptional\nextras->metadata_1  |  string  |  Value for metadata key 'metadata_1'    |  Optional"},"response":[],"_postman_id":"d97fd052-16ef-4b30-8e61-5347fcd33374"},{"name":"Feedback API","id":"7d03dffd-30c1-4dd9-8405-695d6df03553","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"e292006a36aa11b91a0b1c7f041b68e316c44e8fdsdd\",\n  \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n  \"feedback\": {\n      \"image_type\": [\n      \"Blurred\"\n    ],\n    \"image_url\": [\"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\", \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\"],\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"message\": \"Image Tagged Successfully\",\n    \"data\": [\n      {\n        \"msd_tags\": {\n          \"Color\": [\n            [\n              \"Green\",\n              0.98\n            ]\n          ],\n          \"Dress Type\": [\n            [\n              \"Sheath\",\n              0.82\n            ]\n          ],\n          \"Neckline\": [\n            [\n              \"Cowl\",\n              0.88\n            ]\n          ],\n          \"Pattern\": [\n            [\n              \"Plain-Solids\",\n              0.78\n            ]\n          ],\n          \"Sleeve Length\": [\n            [\n              \"Long Sleeve\",\n              0.97\n            ]\n          ],\n          \"Dress Length\": [\n            [\n              \"Knee\",\n              0.92\n            ]\n          ]\n        },\n        \"tags\": {\n          \"Sleeve Length\": [\n            [\n              \"Long Sleeve\",\n              0.97\n            ]\n          ],\n          \"Neckline\": [\n            [\n              \"Drape/Cowl\",\n              0.88\n            ]\n          ],\n          \"Dress Style\": [\n            [\n              \"Shift\",\n              1\n            ]\n          ],\n          \"Dress Length\": [\n            [\n              \"Knee Length\",\n              0.92\n            ],\n            [\n              \"Midi\",\n              0.92\n            ]\n          ]\n        },\n        \"productType\": [\n          \"Dress\",\n          0.9\n        ],\n        \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n        \"location\": [\n          141,\n          0,\n          320,\n          305\n        ]\n      }\n    ],\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n  }\n}"},"url":"https://vuetag.madstreetden.com/api/v1/feedback","description":"This API receives feedback from the user for reponses given by the tag API.\n\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nfeedback     |  dict     |   Json with the structure the same as the response returned by the tag API, but with corrected data.          |     Mandatory\ncorrelation_key     |  string     |   correlation key to be sent back in the response           |     Mandatory\nuser_id  |  string  | (optional) unique user_id of user sending feedback  | Optional"},"response":[],"_postman_id":"7d03dffd-30c1-4dd9-8405-695d6df03553"},{"name":"Fetch Reviewed API - Get Reviewed mad_ids","id":"a49559a2-9ff4-41b8-95f7-0a328688ac6c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434dsdsad\"\n}"},"url":"https://vuetag.madstreetden.com/api/v1/fetch_reviewed","description":"This API returns all mad_ids (unique identifiers for a product), for which feedbacks were provided by a user. The API accepts the following parameters -\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory"},"response":[],"_postman_id":"a49559a2-9ff4-41b8-95f7-0a328688ac6c"},{"name":"Fetch Tag API - Get corrected QA Tags","id":"73915b7d-5f61-49c4-9ece-799367fd226c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"ef850e2451bc49738254b6b6bc63008fdsdsd\",\n  \"mad_id\": \"B7BD9C9C-57C5-453B-9FB6-8A73B8C54217\"\n}"},"url":"https://vuetag.madstreetden.com/api/v1/fetch_tag","description":"This API returns corrected visual attributes (tags) for the given mad_id. The API accepts the following parameters -\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nmad_id     |  string     |   Unique identifier for a product for which the corrected tags are sought       |     Mandatory"},"response":[],"_postman_id":"73915b7d-5f61-49c4-9ece-799367fd226c"},{"name":"Async put_tag API","id":"cc7dcd42-481a-4e10-954a-5f68cb464952","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434dsad\",\n  \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://vuetag.madstreetden.com/api/v1/put_tag","description":"`put_tag` is an asynchronous API that accepts requests with input image (image_url or binary image or product metadata). The corresponding `get_tag` API returns visual attributes (tags) for the given input image url or binary image or product_metadata. \n\nThe `put_tag` API accepts requests in the following modes - \n\nMode 1. Put tag request for a image / image_url / product_metadata. This generates and sends back in `mad_id` in the repsponse, that can be used with the `get_tag` API to return tags later.\n\nMode 2. (Not supported currently) - Accept a batch input of images that will be tagged asynchronously. This will generate and return a list of mad_ids.\n\nThe API accepts the following parameters -\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nimage_url     |  string     |   url of the image to be attributed          |     Conditionally Mandatory\nimage     |  file     |   the image to be attributed as a binary          |     Conditionally Mandatory\ncorrelation key     |  string     |   client correlation key to be sent back in the response          |     Optional\nextras  |  dict    |  Extra fields that might need to be passed. This can include metadata fields that should be agreed to be received by the API.  | Optional\nextras->metadata_1  |  string    |  Value for metadata field 'metadata_1'  | Optional\n\nNote 1: image_url and image are conditionally mandatory for mode 1 - one of the two are necessary. If product_metadata is being passed in the API which has the image_url, then the API can be customized to use it.\n\nNote 2: The category field takes a standard set of values for the categories supported - `Dresses, Tops, Outerwear, Pants, Skirts, Shorts, Footwear, Bags`. These values are easily customizable to accept client category fields.\n\nSample (Json) Input Format - \n```\n{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"image_url\": \"http://dieseldamtest.chalco.net/Test_Image_madstreetden/00SBHI_0GARN.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```\n\nOutput (Json) format - \n```\n{\n    \"mad_id\": \"00SBHI0GARN\",\n    \"image_url\": \"http://dieseldamtest.chalco.net/Test_Image_madstreetden/00SBHI_0GARN.jpg\",\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```"},"response":[{"id":"050c7b8d-e5f8-4ec2-ba68-bedd0894d3bc","name":"Tag - Success - Product Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434dsad\",\n  \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://vuetag.madstreetden.com/api/v1/put_tag","description":"`put_tag` is an asynchronous API that accepts requests with input image (image_url or binary image or product metadata). The corresponding `get_tag` API returns visual attributes (tags) for the given input image url or binary image or product_metadata. \n\nThe `put_tag` API accepts requests in the following modes - \n\nMode 1. Put tag request for a image / image_url / product_metadata. This generates and sends back in `mad_id` in the repsponse, that can be used with the `get_tag` API to return tags later.\n\nMode 2. (Not supported currently) - Accept a batch input of images that will be tagged asynchronously. This will generate and return a list of mad_ids.\n\nThe API accepts the following parameters -\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nimage_url     |  string     |   url of the image to be attributed          |     Conditionally Mandatory\nimage     |  file     |   the image to be attributed as a binary          |     Conditionally Mandatory\ncorrelation key     |  string     |   client correlation key to be sent back in the response          |     Optional\nextras  |  dict    |  Extra fields that might need to be passed. This can include metadata fields that should be agreed to be received by the API.  | Optional\nextras->metadata_1  |  string    |  Value for metadata field 'metadata_1'  | Optional\n\nNote 1: image_url and image are conditionally mandatory for mode 1 - one of the two are necessary. If product_metadata is being passed in the API which has the image_url, then the API can be customized to use it.\n\nNote 2: The category field takes a standard set of values for the categories supported - `Dresses, Tops, Outerwear, Pants, Skirts, Shorts, Footwear, Bags`. These values are easily customizable to accept client category fields.\n\nSample (Json) Input Format - \n```\n{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"image_url\": \"http://dieseldamtest.chalco.net/Test_Image_madstreetden/00SBHI_0GARN.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```\n\nOutput (Json) format - \n```\n{\n    \"mad_id\": \"00SBHI0GARN\",\n    \"image_url\": \"http://dieseldamtest.chalco.net/Test_Image_madstreetden/00SBHI_0GARN.jpg\",\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,\n    \"upload_time\": 0.125,\n    \"image_type\": [\n        \"Blurred\"\n    ],\n    \"data\": [\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"productType\": [\n                \"Dress\",\n                0.9\n            ],\n            \"location\": [\n                141,\n                0,\n                320,\n                305\n            ],\n            \"tags\": {\n                \"Dress Length\": [\n                    [\n                        \"Knee Length\",\n                        0.92\n                    ],\n                    [\n                        \"Midi\",\n                        0.92\n                    ]\n                ],\n                \"Dress Style\": [\n                    [\n                        \"Sheath\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Drape/Cowl\",\n                        0.88\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Dress Length\": [\n                    [\n                        \"Knee\",\n                        0.92\n                    ]\n                ],\n                \"Dress Type\": [\n                    [\n                        \"Sheath\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Cowl\",\n                        0.88\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Plain-Solids\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Green\",\n                        0.98\n                    ]\n                ]\n            }\n        }\n    ]\n}"},{"id":"10ffd616-48d1-423a-9341-458bb40c711b","name":"Tag - Success - With category passed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434dsad\",\n  \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://vuetag.madstreetden.com/api/v1/put_tag","description":"`put_tag` is an asynchronous API that accepts requests with input image (image_url or binary image or product metadata). The corresponding `get_tag` API returns visual attributes (tags) for the given input image url or binary image or product_metadata. \n\nThe `put_tag` API accepts requests in the following modes - \n\nMode 1. Put tag request for a image / image_url / product_metadata. This generates and sends back in `mad_id` in the repsponse, that can be used with the `get_tag` API to return tags later.\n\nMode 2. (Not supported currently) - Accept a batch input of images that will be tagged asynchronously. This will generate and return a list of mad_ids.\n\nThe API accepts the following parameters -\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nimage_url     |  string     |   url of the image to be attributed          |     Conditionally Mandatory\nimage     |  file     |   the image to be attributed as a binary          |     Conditionally Mandatory\ncorrelation key     |  string     |   client correlation key to be sent back in the response          |     Optional\nextras  |  dict    |  Extra fields that might need to be passed. This can include metadata fields that should be agreed to be received by the API.  | Optional\nextras->metadata_1  |  string    |  Value for metadata field 'metadata_1'  | Optional\n\nNote 1: image_url and image are conditionally mandatory for mode 1 - one of the two are necessary. If product_metadata is being passed in the API which has the image_url, then the API can be customized to use it.\n\nNote 2: The category field takes a standard set of values for the categories supported - `Dresses, Tops, Outerwear, Pants, Skirts, Shorts, Footwear, Bags`. These values are easily customizable to accept client category fields.\n\nSample (Json) Input Format - \n```\n{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"image_url\": \"http://dieseldamtest.chalco.net/Test_Image_madstreetden/00SBHI_0GARN.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```\n\nOutput (Json) format - \n```\n{\n    \"mad_id\": \"00SBHI0GARN\",\n    \"image_url\": \"http://dieseldamtest.chalco.net/Test_Image_madstreetden/00SBHI_0GARN.jpg\",\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,\n    \"upload_time\": 0.125,\n    \"image_type\": [\n        \"Busy\"\n    ],\n    \"data\": [\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"productType\": [\n                \"Top\",\n                0.9\n            ],\n            \"location\": [\n                204,\n                71,\n                432,\n                406\n            ],\n            \"tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off the Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Waist\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Hip\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ], \n                    [   \n                        \"Black\",\n                        0.02   \n                    ]\n                ]\n            }\n        }\n    ]\n}"},{"id":"148c5bfe-408f-4e5c-8499-b49e065974c6","name":"Tag - Success - No product found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434dsad\",\n  \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://vuetag.madstreetden.com/api/v1/put_tag","description":"`put_tag` is an asynchronous API that accepts requests with input image (image_url or binary image or product metadata). The corresponding `get_tag` API returns visual attributes (tags) for the given input image url or binary image or product_metadata. \n\nThe `put_tag` API accepts requests in the following modes - \n\nMode 1. Put tag request for a image / image_url / product_metadata. This generates and sends back in `mad_id` in the repsponse, that can be used with the `get_tag` API to return tags later.\n\nMode 2. (Not supported currently) - Accept a batch input of images that will be tagged asynchronously. This will generate and return a list of mad_ids.\n\nThe API accepts the following parameters -\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nimage_url     |  string     |   url of the image to be attributed          |     Conditionally Mandatory\nimage     |  file     |   the image to be attributed as a binary          |     Conditionally Mandatory\ncorrelation key     |  string     |   client correlation key to be sent back in the response          |     Optional\nextras  |  dict    |  Extra fields that might need to be passed. This can include metadata fields that should be agreed to be received by the API.  | Optional\nextras->metadata_1  |  string    |  Value for metadata field 'metadata_1'  | Optional\n\nNote 1: image_url and image are conditionally mandatory for mode 1 - one of the two are necessary. If product_metadata is being passed in the API which has the image_url, then the API can be customized to use it.\n\nNote 2: The category field takes a standard set of values for the categories supported - `Dresses, Tops, Outerwear, Pants, Skirts, Shorts, Footwear, Bags`. These values are easily customizable to accept client category fields.\n\nSample (Json) Input Format - \n```\n{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"image_url\": \"http://dieseldamtest.chalco.net/Test_Image_madstreetden/00SBHI_0GARN.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```\n\nOutput (Json) format - \n```\n{\n    \"mad_id\": \"00SBHI0GARN\",\n    \"image_url\": \"http://dieseldamtest.chalco.net/Test_Image_madstreetden/00SBHI_0GARN.jpg\",\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"9d30dd51b436428fb922db76285a324c\",\n    \"mad_id\": \"ffcad6aa66b441dd896fc27de3f94656\",\n    \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n    \"message\": \"Image Tagged Successfully - No Product Found\",\n    \"processing_time\": 0.429,\n    \"upload_time\": 0.125,\n    \"image_type\": [],\n    \"data\": []\n}"},{"id":"4a32e013-1117-48ab-adf8-045d56d0a413","name":"Tag - Success - Multiple products found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-mock-response-name","value":"Tag - Success - Multiple products found"},{"key":"x-api-key","value":"2f4d55295060493ea9915aefc9b6c5fc"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n\t\"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n\t\"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,\n    \"upload_time\": 0.125,\n    \"image_type\": [\n        \"Busy\"\n    ],\n    \"data\": [\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"productType\": [\n                \"Top\",\n                0.9\n            ],\n            \"location\": [\n                204,\n                71,\n                432,\n                406\n            ],\n            \"tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off the Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Waist\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Hip\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ],\n                    [\n                        \"Black\",\n                        0.02\n                    ]\n                ]\n            }\n        },\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_2\",\n            \"category\": [\n                \"Skirt\",\n                0.9\n            ],\n            \"location\": [\n                202,\n                284,\n                373,\n                700\n            ],\n            \"tags\": {\n                \"Skirt Style\": [\n                    [\n                        \"A-Line\",\n                        0.92\n                    ]\n                ],\n                \"Skirt Length\": [\n                    [\n                        \"Midi\",\n                        0.84\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripes-Vertical\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Blue\",\n                        0.93\n                    ],\n                    [\n                        \"White\",\n                        0.07\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Skirt Style\": [\n                    [\n                        \"A-Line\",\n                        0.92\n                    ]\n                ],\n                \"Skirt Length\": [\n                    [\n                        \"Calf\",\n                        0.84\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripes-Vertical\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Blue\",\n                        0.93\n                    ],\n                    [\n                        \"White\",\n                        0.07\n                    ]\n                ]\n            }\n        },\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_3\",\n            \"category\": [\n                \"Footwear\",\n                0.8\n            ],\n            \"location\": [\n                211,\n                711,\n                316,\n                812\n            ],\n            \"tags\": {\n                \"Footwear Type\": [\n                    [\n                        \"Heels & Pumps\",\n                        0.89\n                    ]\n                ],\n                \"Heel Height\": [\n                    [\n                        \"High\",\n                        0.85\n                    ]\n                ],\n                \"Heel Type\": [\n                    \"Stilleto\",\n                    0.78\n                ],\n                \"Toe Type\": [\n                    [\n                        \"Open\",\n                        0.76\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Peach\",\n                        0.93\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Footwear Type\": [\n                    [\n                        \"Heels & Pumps\",\n                        0.89\n                    ]\n                ],\n                \"Heel Height\": [\n                    [\n                        \"High\",\n                        0.85\n                    ]\n                ],\n                \"Heel Type\": [\n                    \"Stilleto\",\n                    0.78\n                ],\n                \"Toe Type\": [\n                    [\n                        \"Peep\",\n                        0.76\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Peach\",\n                        0.93\n                    ]\n                ]\n            }\n        }\n    ]\n}"},{"id":"61bee631-a9ef-4fcc-acd3-7d77e3bd95ab","name":"Tag - Success - With category passed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-mock-response-name","value":"Tag - Success - With category passed"},{"key":"x-api-key","value":"2f4d55295060493ea9915aefc9b6c5fc"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n\t\"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n\t\"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n\t\"category\": \"Top\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,\n    \"upload_time\": 0.125,\n    \"image_type\": [\n        \"Busy\"\n    ],\n    \"data\": [\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"productType\": [\n                \"Top\",\n                0.9\n            ],\n            \"location\": [\n                204,\n                71,\n                432,\n                406\n            ],\n            \"tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off the Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Waist\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Hip\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ], \n                    [   \n                        \"Black\",\n                        0.02   \n                    ]\n                ]\n            }\n        }\n    ]\n}"},{"id":"78553de8-df60-43cc-ac12-08c2e0c871c2","name":"Tag - Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"af8958d2-2fc8-4579-81ae-b660d2e5229b","name":"Tag - Success - No product found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-mock-response-name","value":"Tag - Success - No product found"},{"key":"x-api-key","value":"2f4d55295060493ea9915aefc9b6c5fc"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n\t\"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n\t\"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"9d30dd51b436428fb922db76285a324c\",\n    \"mad_id\": \"ffcad6aa66b441dd896fc27de3f94656\",\n    \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n    \"message\": \"Image Tagged Successfully - No Product Found\",\n    \"processing_time\": 0.429,\n    \"upload_time\": 0.125,\n    \"image_type\": [],\n    \"data\": []\n}"},{"id":"bb7e6beb-cd36-4b23-b100-c0d1d49272a2","name":"Tag - Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434dsad\",\n  \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://vuetag.madstreetden.com/api/v1/put_tag","description":"`put_tag` is an asynchronous API that accepts requests with input image (image_url or binary image or product metadata). The corresponding `get_tag` API returns visual attributes (tags) for the given input image url or binary image or product_metadata. \n\nThe `put_tag` API accepts requests in the following modes - \n\nMode 1. Put tag request for a image / image_url / product_metadata. This generates and sends back in `mad_id` in the repsponse, that can be used with the `get_tag` API to return tags later.\n\nMode 2. (Not supported currently) - Accept a batch input of images that will be tagged asynchronously. This will generate and return a list of mad_ids.\n\nThe API accepts the following parameters -\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nimage_url     |  string     |   url of the image to be attributed          |     Conditionally Mandatory\nimage     |  file     |   the image to be attributed as a binary          |     Conditionally Mandatory\ncorrelation key     |  string     |   client correlation key to be sent back in the response          |     Optional\nextras  |  dict    |  Extra fields that might need to be passed. This can include metadata fields that should be agreed to be received by the API.  | Optional\nextras->metadata_1  |  string    |  Value for metadata field 'metadata_1'  | Optional\n\nNote 1: image_url and image are conditionally mandatory for mode 1 - one of the two are necessary. If product_metadata is being passed in the API which has the image_url, then the API can be customized to use it.\n\nNote 2: The category field takes a standard set of values for the categories supported - `Dresses, Tops, Outerwear, Pants, Skirts, Shorts, Footwear, Bags`. These values are easily customizable to accept client category fields.\n\nSample (Json) Input Format - \n```\n{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"image_url\": \"http://dieseldamtest.chalco.net/Test_Image_madstreetden/00SBHI_0GARN.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```\n\nOutput (Json) format - \n```\n{\n    \"mad_id\": \"00SBHI0GARN\",\n    \"image_url\": \"http://dieseldamtest.chalco.net/Test_Image_madstreetden/00SBHI_0GARN.jpg\",\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d9dec0a9-59e2-4402-b60b-d2051098c160","name":"Tag - Image Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-mock-response-name","value":"Tag - Image Error","type":"text"},{"key":"x-api-key","value":"2f4d55295060493ea9915aefc9b6c5fc","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n\t\"image_url\": \"https://foo.bar\",\n\t\"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"9d30dd51b436428fb922db76285a324c\",\n    \"mad_id\": \"723acf5f396247fab7d5133d2766a97f\",\n    \"image_url\": \"https://foo.bar\",\n    \"message\": \"Image Error\",\n    \"processing_time\": 0,\n    \"upload_time\": 0.05,\n    \"data\": null\n}"},{"id":"ecaa2540-624d-4684-9cd7-637b9bfe886c","name":"Tag - Image Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434dsad\",\n  \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://vuetag.madstreetden.com/api/v1/put_tag","description":"`put_tag` is an asynchronous API that accepts requests with input image (image_url or binary image or product metadata). The corresponding `get_tag` API returns visual attributes (tags) for the given input image url or binary image or product_metadata. \n\nThe `put_tag` API accepts requests in the following modes - \n\nMode 1. Put tag request for a image / image_url / product_metadata. This generates and sends back in `mad_id` in the repsponse, that can be used with the `get_tag` API to return tags later.\n\nMode 2. (Not supported currently) - Accept a batch input of images that will be tagged asynchronously. This will generate and return a list of mad_ids.\n\nThe API accepts the following parameters -\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nimage_url     |  string     |   url of the image to be attributed          |     Conditionally Mandatory\nimage     |  file     |   the image to be attributed as a binary          |     Conditionally Mandatory\ncorrelation key     |  string     |   client correlation key to be sent back in the response          |     Optional\nextras  |  dict    |  Extra fields that might need to be passed. This can include metadata fields that should be agreed to be received by the API.  | Optional\nextras->metadata_1  |  string    |  Value for metadata field 'metadata_1'  | Optional\n\nNote 1: image_url and image are conditionally mandatory for mode 1 - one of the two are necessary. If product_metadata is being passed in the API which has the image_url, then the API can be customized to use it.\n\nNote 2: The category field takes a standard set of values for the categories supported - `Dresses, Tops, Outerwear, Pants, Skirts, Shorts, Footwear, Bags`. These values are easily customizable to accept client category fields.\n\nSample (Json) Input Format - \n```\n{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"image_url\": \"http://dieseldamtest.chalco.net/Test_Image_madstreetden/00SBHI_0GARN.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```\n\nOutput (Json) format - \n```\n{\n    \"mad_id\": \"00SBHI0GARN\",\n    \"image_url\": \"http://dieseldamtest.chalco.net/Test_Image_madstreetden/00SBHI_0GARN.jpg\",\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"9d30dd51b436428fb922db76285a324c\",\n    \"mad_id\": \"723acf5f396247fab7d5133d2766a97f\",\n    \"image_url\": \"https://foo.bar\",\n    \"message\": \"Image Error\",\n    \"processing_time\": 0,\n    \"upload_time\": 0.05,\n    \"data\": null\n}"},{"id":"ef878333-7136-42f7-bee6-2bd6b7a1ffc6","name":"Tag - Success - Product Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-mock-response-name","value":"Tag - Success - Product Found","type":"text"},{"key":"x-api-key","value":"2f4d55295060493ea9915aefc9b6c5fc","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n\t\"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n\t\"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,\n    \"upload_time\": 0.125,\n    \"image_type\": [\n        \"Blurred\"\n    ],\n    \"data\": [\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"productType\": [\n                \"Dress\",\n                0.9\n            ],\n            \"location\": [\n                141,\n                0,\n                320,\n                305\n            ],\n            \"tags\": {\n                \"Dress Length\": [\n                    [\n                        \"Knee Length\",\n                        0.92\n                    ],\n                    [\n                        \"Midi\",\n                        0.92\n                    ]\n                ],\n                \"Dress Style\": [\n                    [\n                        \"Sheath\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Drape/Cowl\",\n                        0.88\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Dress Length\": [\n                    [\n                        \"Knee\",\n                        0.92\n                    ]\n                ],\n                \"Dress Type\": [\n                    [\n                        \"Sheath\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Cowl\",\n                        0.88\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Plain-Solids\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Green\",\n                        0.98\n                    ]\n                ]\n            }\n        }\n    ]\n}"},{"id":"fb008e1f-f801-4e74-870b-d6055149e93b","name":"Tag - Success - Multiple products found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434dsad\",\n  \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://vuetag.madstreetden.com/api/v1/put_tag","description":"`put_tag` is an asynchronous API that accepts requests with input image (image_url or binary image or product metadata). The corresponding `get_tag` API returns visual attributes (tags) for the given input image url or binary image or product_metadata. \n\nThe `put_tag` API accepts requests in the following modes - \n\nMode 1. Put tag request for a image / image_url / product_metadata. This generates and sends back in `mad_id` in the repsponse, that can be used with the `get_tag` API to return tags later.\n\nMode 2. (Not supported currently) - Accept a batch input of images that will be tagged asynchronously. This will generate and return a list of mad_ids.\n\nThe API accepts the following parameters -\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nimage_url     |  string     |   url of the image to be attributed          |     Conditionally Mandatory\nimage     |  file     |   the image to be attributed as a binary          |     Conditionally Mandatory\ncorrelation key     |  string     |   client correlation key to be sent back in the response          |     Optional\nextras  |  dict    |  Extra fields that might need to be passed. This can include metadata fields that should be agreed to be received by the API.  | Optional\nextras->metadata_1  |  string    |  Value for metadata field 'metadata_1'  | Optional\n\nNote 1: image_url and image are conditionally mandatory for mode 1 - one of the two are necessary. If product_metadata is being passed in the API which has the image_url, then the API can be customized to use it.\n\nNote 2: The category field takes a standard set of values for the categories supported - `Dresses, Tops, Outerwear, Pants, Skirts, Shorts, Footwear, Bags`. These values are easily customizable to accept client category fields.\n\nSample (Json) Input Format - \n```\n{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"image_url\": \"http://dieseldamtest.chalco.net/Test_Image_madstreetden/00SBHI_0GARN.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```\n\nOutput (Json) format - \n```\n{\n    \"mad_id\": \"00SBHI0GARN\",\n    \"image_url\": \"http://dieseldamtest.chalco.net/Test_Image_madstreetden/00SBHI_0GARN.jpg\",\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,\n    \"upload_time\": 0.125,\n    \"image_type\": [\n        \"Busy\"\n    ],\n    \"data\": [\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"productType\": [\n                \"Top\",\n                0.9\n            ],\n            \"location\": [\n                204,\n                71,\n                432,\n                406\n            ],\n            \"tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off the Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Waist\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Hip\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ],\n                    [\n                        \"Black\",\n                        0.02\n                    ]\n                ]\n            }\n        },\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_2\",\n            \"category\": [\n                \"Skirt\",\n                0.9\n            ],\n            \"location\": [\n                202,\n                284,\n                373,\n                700\n            ],\n            \"tags\": {\n                \"Skirt Style\": [\n                    [\n                        \"A-Line\",\n                        0.92\n                    ]\n                ],\n                \"Skirt Length\": [\n                    [\n                        \"Midi\",\n                        0.84\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripes-Vertical\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Blue\",\n                        0.93\n                    ],\n                    [\n                        \"White\",\n                        0.07\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Skirt Style\": [\n                    [\n                        \"A-Line\",\n                        0.92\n                    ]\n                ],\n                \"Skirt Length\": [\n                    [\n                        \"Calf\",\n                        0.84\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripes-Vertical\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Blue\",\n                        0.93\n                    ],\n                    [\n                        \"White\",\n                        0.07\n                    ]\n                ]\n            }\n        },\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_3\",\n            \"category\": [\n                \"Footwear\",\n                0.8\n            ],\n            \"location\": [\n                211,\n                711,\n                316,\n                812\n            ],\n            \"tags\": {\n                \"Footwear Type\": [\n                    [\n                        \"Heels & Pumps\",\n                        0.89\n                    ]\n                ],\n                \"Heel Height\": [\n                    [\n                        \"High\",\n                        0.85\n                    ]\n                ],\n                \"Heel Type\": [\n                    \"Stilleto\",\n                    0.78\n                ],\n                \"Toe Type\": [\n                    [\n                        \"Open\",\n                        0.76\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Peach\",\n                        0.93\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Footwear Type\": [\n                    [\n                        \"Heels & Pumps\",\n                        0.89\n                    ]\n                ],\n                \"Heel Height\": [\n                    [\n                        \"High\",\n                        0.85\n                    ]\n                ],\n                \"Heel Type\": [\n                    \"Stilleto\",\n                    0.78\n                ],\n                \"Toe Type\": [\n                    [\n                        \"Peep\",\n                        0.76\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Peach\",\n                        0.93\n                    ]\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"cc7dcd42-481a-4e10-954a-5f68cb464952"},{"name":"Async get_tag API","id":"011bc441-369c-4fe0-8738-85db89fbcd4c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434dsdasd\",\n  \"mad_id\" : \"144cfa468bd74b6889e9bee143ff4762\"\n}"},"url":"https://vuetag.madstreetden.com/api/v1/get_tag","description":"`put_tag` is an asynchronous API that accepts requests with input image (image_url or binary image or product metadata). The corresponding `get_tag` API returns visual attributes (tags) for the given input image url or binary image or product_metadata. \n\nThe `get_tag` API accepts the following parameters - \n\nThe API accepts the following parameters -\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nmad_id     |  string     |   mad_id returned by the put_tag API  |     Mandatory\nextras  |  dict    |  (optional) extra additional fields that might need to be passed.  | Optional\n\nSample (Json) Input Format - \n```\n{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```\n\nOutput (Json) format - \n```\n{\n    \"correlation_key\": \"Correlation key passed is returned as is\",  \n    \"mad_id\": \"Unique mad_id generated by VueTag\",\n    \"image_url\": \"Image URL passed in the API\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,  # Time taken for image attribution\n    \"upload_time\": 0.125, # Time taken for image download\n    \"image_type\": [\n        \"Clean\"\n    ],\n    \"data\": [  # data is a list - one element for each object found in the image\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"category\": [\n                \"Top\",  # Category of the object\n              0.9    # Each attribute (tag) extracted from the image has a confidence value\n            ], \n            \"location\": [\n                204, 71, 432, 406  # location of the object\n      ],\n            \"tags\": {  # Tags for the object, which (optionally) are mapped to the client tags values \n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {  # Tags for the object, with tag values as defined by VueTag\n                \"Top Type\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ], \n                    [   \n                        \"Black\",\n                        0.02   \n                    ]\n                ]\n            }\n        }\n    ]\n}\n```"},"response":[{"id":"0ef4f500-3220-4e1f-8cf7-119e0b6f6c33","name":"Tag - Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434dsdasd\",\n  \"mad_id\" : \"144cfa468bd74b6889e9bee143ff4762\"\n}"},"url":"https://vuetag.madstreetden.com/api/v1/get_tag","description":"`put_tag` is an asynchronous API that accepts requests with input image (image_url or binary image or product metadata). The corresponding `get_tag` API returns visual attributes (tags) for the given input image url or binary image or product_metadata. \n\nThe `get_tag` API accepts the following parameters - \n\nThe API accepts the following parameters -\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nmad_id     |  string     |   mad_id returned by the put_tag API  |     Mandatory\nextras  |  dict    |  (optional) extra additional fields that might need to be passed.  | Optional\n\nSample (Json) Input Format - \n```\n{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```\n\nOutput (Json) format - \n```\n{\n    \"correlation_key\": \"Correlation key passed is returned as is\",  \n    \"mad_id\": \"Unique mad_id generated by VueTag\",\n    \"image_url\": \"Image URL passed in the API\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,  # Time taken for image attribution\n    \"upload_time\": 0.125, # Time taken for image download\n    \"image_type\": [\n        \"Clean\"\n    ],\n    \"data\": [  # data is a list - one element for each object found in the image\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"category\": [\n                \"Top\",  # Category of the object\n              0.9    # Each attribute (tag) extracted from the image has a confidence value\n            ], \n            \"location\": [\n                204, 71, 432, 406  # location of the object\n      ],\n            \"tags\": {  # Tags for the object, which (optionally) are mapped to the client tags values \n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {  # Tags for the object, with tag values as defined by VueTag\n                \"Top Type\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ], \n                    [   \n                        \"Black\",\n                        0.02   \n                    ]\n                ]\n            }\n        }\n    ]\n}\n```"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"15f57c8a-9e10-45be-82fb-04b2cc3d0130","name":"Tag - Success - No product found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-mock-response-name","value":"Tag - Success - No product found"},{"key":"x-api-key","value":"2f4d55295060493ea9915aefc9b6c5fc"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n\t\"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n\t\"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"9d30dd51b436428fb922db76285a324c\",\n    \"mad_id\": \"ffcad6aa66b441dd896fc27de3f94656\",\n    \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n    \"message\": \"Image Tagged Successfully - No Product Found\",\n    \"processing_time\": 0.429,\n    \"upload_time\": 0.125,\n    \"image_type\": [],\n    \"data\": []\n}"},{"id":"23fee4a8-f947-4393-9242-e04685f23654","name":"Tag - Image Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-mock-response-name","value":"Tag - Image Error","type":"text"},{"key":"x-api-key","value":"2f4d55295060493ea9915aefc9b6c5fc","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n\t\"image_url\": \"https://foo.bar\",\n\t\"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"9d30dd51b436428fb922db76285a324c\",\n    \"mad_id\": \"723acf5f396247fab7d5133d2766a97f\",\n    \"image_url\": \"https://foo.bar\",\n    \"message\": \"Image Error\",\n    \"processing_time\": 0,\n    \"upload_time\": 0.05,\n    \"data\": null\n}"},{"id":"46968a21-4700-4ac2-8f39-f32ce0064703","name":"Tag - Success - No product found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434dsdasd\",\n  \"mad_id\" : \"144cfa468bd74b6889e9bee143ff4762\"\n}"},"url":"https://vuetag.madstreetden.com/api/v1/get_tag","description":"`put_tag` is an asynchronous API that accepts requests with input image (image_url or binary image or product metadata). The corresponding `get_tag` API returns visual attributes (tags) for the given input image url or binary image or product_metadata. \n\nThe `get_tag` API accepts the following parameters - \n\nThe API accepts the following parameters -\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nmad_id     |  string     |   mad_id returned by the put_tag API  |     Mandatory\nextras  |  dict    |  (optional) extra additional fields that might need to be passed.  | Optional\n\nSample (Json) Input Format - \n```\n{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```\n\nOutput (Json) format - \n```\n{\n    \"correlation_key\": \"Correlation key passed is returned as is\",  \n    \"mad_id\": \"Unique mad_id generated by VueTag\",\n    \"image_url\": \"Image URL passed in the API\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,  # Time taken for image attribution\n    \"upload_time\": 0.125, # Time taken for image download\n    \"image_type\": [\n        \"Clean\"\n    ],\n    \"data\": [  # data is a list - one element for each object found in the image\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"category\": [\n                \"Top\",  # Category of the object\n              0.9    # Each attribute (tag) extracted from the image has a confidence value\n            ], \n            \"location\": [\n                204, 71, 432, 406  # location of the object\n      ],\n            \"tags\": {  # Tags for the object, which (optionally) are mapped to the client tags values \n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {  # Tags for the object, with tag values as defined by VueTag\n                \"Top Type\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ], \n                    [   \n                        \"Black\",\n                        0.02   \n                    ]\n                ]\n            }\n        }\n    ]\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"9d30dd51b436428fb922db76285a324c\",\n    \"mad_id\": \"ffcad6aa66b441dd896fc27de3f94656\",\n    \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n    \"message\": \"Image Tagged Successfully - No Product Found\",\n    \"processing_time\": 0.429,\n    \"upload_time\": 0.125,\n    \"image_type\": [],\n    \"data\": []\n}"},{"id":"5ade95f5-8158-4254-a2cf-ed94d7d220f6","name":"Tag - Success - Product Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-mock-response-name","value":"Tag - Success - Product Found","type":"text"},{"key":"x-api-key","value":"2f4d55295060493ea9915aefc9b6c5fc","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n\t\"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n\t\"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,\n    \"upload_time\": 0.125,\n    \"image_type\": [\n        \"Blurred\"\n    ],\n    \"data\": [\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"productType\": [\n                \"Dress\",\n                0.9\n            ],\n            \"location\": [\n                141,\n                0,\n                320,\n                305\n            ],\n            \"tags\": {\n                \"Dress Length\": [\n                    [\n                        \"Knee Length\",\n                        0.92\n                    ],\n                    [\n                        \"Midi\",\n                        0.92\n                    ]\n                ],\n                \"Dress Style\": [\n                    [\n                        \"Sheath\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Drape/Cowl\",\n                        0.88\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Dress Length\": [\n                    [\n                        \"Knee\",\n                        0.92\n                    ]\n                ],\n                \"Dress Type\": [\n                    [\n                        \"Sheath\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Cowl\",\n                        0.88\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Plain-Solids\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Green\",\n                        0.98\n                    ]\n                ]\n            }\n        }\n    ]\n}"},{"id":"5eeecd52-2b9a-481c-961f-1c7b3cd1b902","name":"Tag - Image Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434dsdasd\",\n  \"mad_id\" : \"144cfa468bd74b6889e9bee143ff4762\"\n}"},"url":"https://vuetag.madstreetden.com/api/v1/get_tag","description":"`put_tag` is an asynchronous API that accepts requests with input image (image_url or binary image or product metadata). The corresponding `get_tag` API returns visual attributes (tags) for the given input image url or binary image or product_metadata. \n\nThe `get_tag` API accepts the following parameters - \n\nThe API accepts the following parameters -\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nmad_id     |  string     |   mad_id returned by the put_tag API  |     Mandatory\nextras  |  dict    |  (optional) extra additional fields that might need to be passed.  | Optional\n\nSample (Json) Input Format - \n```\n{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```\n\nOutput (Json) format - \n```\n{\n    \"correlation_key\": \"Correlation key passed is returned as is\",  \n    \"mad_id\": \"Unique mad_id generated by VueTag\",\n    \"image_url\": \"Image URL passed in the API\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,  # Time taken for image attribution\n    \"upload_time\": 0.125, # Time taken for image download\n    \"image_type\": [\n        \"Clean\"\n    ],\n    \"data\": [  # data is a list - one element for each object found in the image\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"category\": [\n                \"Top\",  # Category of the object\n              0.9    # Each attribute (tag) extracted from the image has a confidence value\n            ], \n            \"location\": [\n                204, 71, 432, 406  # location of the object\n      ],\n            \"tags\": {  # Tags for the object, which (optionally) are mapped to the client tags values \n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {  # Tags for the object, with tag values as defined by VueTag\n                \"Top Type\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ], \n                    [   \n                        \"Black\",\n                        0.02   \n                    ]\n                ]\n            }\n        }\n    ]\n}\n```"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"9d30dd51b436428fb922db76285a324c\",\n    \"mad_id\": \"723acf5f396247fab7d5133d2766a97f\",\n    \"image_url\": \"https://foo.bar\",\n    \"message\": \"Image Error\",\n    \"processing_time\": 0,\n    \"upload_time\": 0.05,\n    \"data\": null\n}"},{"id":"7ae98053-3f6e-4bf2-87f3-14ca35266bec","name":"Tag - Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7c4846c9-eff8-4ae3-b0b0-4a42b6a77d04","name":"Tag - Success - Product Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434dsdasd\",\n  \"mad_id\" : \"144cfa468bd74b6889e9bee143ff4762\"\n}"},"url":"https://vuetag.madstreetden.com/api/v1/get_tag","description":"`put_tag` is an asynchronous API that accepts requests with input image (image_url or binary image or product metadata). The corresponding `get_tag` API returns visual attributes (tags) for the given input image url or binary image or product_metadata. \n\nThe `get_tag` API accepts the following parameters - \n\nThe API accepts the following parameters -\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nmad_id     |  string     |   mad_id returned by the put_tag API  |     Mandatory\nextras  |  dict    |  (optional) extra additional fields that might need to be passed.  | Optional\n\nSample (Json) Input Format - \n```\n{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```\n\nOutput (Json) format - \n```\n{\n    \"correlation_key\": \"Correlation key passed is returned as is\",  \n    \"mad_id\": \"Unique mad_id generated by VueTag\",\n    \"image_url\": \"Image URL passed in the API\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,  # Time taken for image attribution\n    \"upload_time\": 0.125, # Time taken for image download\n    \"image_type\": [\n        \"Clean\"\n    ],\n    \"data\": [  # data is a list - one element for each object found in the image\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"category\": [\n                \"Top\",  # Category of the object\n              0.9    # Each attribute (tag) extracted from the image has a confidence value\n            ], \n            \"location\": [\n                204, 71, 432, 406  # location of the object\n      ],\n            \"tags\": {  # Tags for the object, which (optionally) are mapped to the client tags values \n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {  # Tags for the object, with tag values as defined by VueTag\n                \"Top Type\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ], \n                    [   \n                        \"Black\",\n                        0.02   \n                    ]\n                ]\n            }\n        }\n    ]\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,\n    \"upload_time\": 0.125,\n    \"image_type\": [\n        \"Blurred\"\n    ],\n    \"data\": [\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"productType\": [\n                \"Dress\",\n                0.9\n            ],\n            \"location\": [\n                141,\n                0,\n                320,\n                305\n            ],\n            \"tags\": {\n                \"Dress Length\": [\n                    [\n                        \"Knee Length\",\n                        0.92\n                    ],\n                    [\n                        \"Midi\",\n                        0.92\n                    ]\n                ],\n                \"Dress Style\": [\n                    [\n                        \"Sheath\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Drape/Cowl\",\n                        0.88\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Dress Length\": [\n                    [\n                        \"Knee\",\n                        0.92\n                    ]\n                ],\n                \"Dress Type\": [\n                    [\n                        \"Sheath\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Cowl\",\n                        0.88\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Plain-Solids\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Green\",\n                        0.98\n                    ]\n                ]\n            }\n        }\n    ]\n}"},{"id":"8cbb0aad-53df-4891-8669-ce3d6d42d945","name":"Tag - Success - With category passed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-mock-response-name","value":"Tag - Success - With category passed"},{"key":"x-api-key","value":"2f4d55295060493ea9915aefc9b6c5fc"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n\t\"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n\t\"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n\t\"category\": \"Top\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,\n    \"upload_time\": 0.125,\n    \"image_type\": [\n        \"Busy\"\n    ],\n    \"data\": [\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"productType\": [\n                \"Top\",\n                0.9\n            ],\n            \"location\": [\n                204,\n                71,\n                432,\n                406\n            ],\n            \"tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off the Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Waist\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Hip\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ], \n                    [   \n                        \"Black\",\n                        0.02   \n                    ]\n                ]\n            }\n        }\n    ]\n}"},{"id":"d0308c04-cb67-4fc1-9187-fa1b896a7aad","name":"Tag - Success - With category passed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434dsdasd\",\n  \"mad_id\" : \"144cfa468bd74b6889e9bee143ff4762\"\n}"},"url":"https://vuetag.madstreetden.com/api/v1/get_tag","description":"`put_tag` is an asynchronous API that accepts requests with input image (image_url or binary image or product metadata). The corresponding `get_tag` API returns visual attributes (tags) for the given input image url or binary image or product_metadata. \n\nThe `get_tag` API accepts the following parameters - \n\nThe API accepts the following parameters -\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nmad_id     |  string     |   mad_id returned by the put_tag API  |     Mandatory\nextras  |  dict    |  (optional) extra additional fields that might need to be passed.  | Optional\n\nSample (Json) Input Format - \n```\n{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```\n\nOutput (Json) format - \n```\n{\n    \"correlation_key\": \"Correlation key passed is returned as is\",  \n    \"mad_id\": \"Unique mad_id generated by VueTag\",\n    \"image_url\": \"Image URL passed in the API\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,  # Time taken for image attribution\n    \"upload_time\": 0.125, # Time taken for image download\n    \"image_type\": [\n        \"Clean\"\n    ],\n    \"data\": [  # data is a list - one element for each object found in the image\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"category\": [\n                \"Top\",  # Category of the object\n              0.9    # Each attribute (tag) extracted from the image has a confidence value\n            ], \n            \"location\": [\n                204, 71, 432, 406  # location of the object\n      ],\n            \"tags\": {  # Tags for the object, which (optionally) are mapped to the client tags values \n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {  # Tags for the object, with tag values as defined by VueTag\n                \"Top Type\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ], \n                    [   \n                        \"Black\",\n                        0.02   \n                    ]\n                ]\n            }\n        }\n    ]\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,\n    \"upload_time\": 0.125,\n    \"image_type\": [\n        \"Busy\"\n    ],\n    \"data\": [\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"productType\": [\n                \"Top\",\n                0.9\n            ],\n            \"location\": [\n                204,\n                71,\n                432,\n                406\n            ],\n            \"tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off the Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Waist\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Hip\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ], \n                    [   \n                        \"Black\",\n                        0.02   \n                    ]\n                ]\n            }\n        }\n    ]\n}"},{"id":"d5a580c7-dd7a-4568-a837-d6a8fe9e94f0","name":"Tag - Success - Multiple products found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434dsdasd\",\n  \"mad_id\" : \"144cfa468bd74b6889e9bee143ff4762\"\n}"},"url":"https://vuetag.madstreetden.com/api/v1/get_tag","description":"`put_tag` is an asynchronous API that accepts requests with input image (image_url or binary image or product metadata). The corresponding `get_tag` API returns visual attributes (tags) for the given input image url or binary image or product_metadata. \n\nThe `get_tag` API accepts the following parameters - \n\nThe API accepts the following parameters -\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nmad_id     |  string     |   mad_id returned by the put_tag API  |     Mandatory\nextras  |  dict    |  (optional) extra additional fields that might need to be passed.  | Optional\n\nSample (Json) Input Format - \n```\n{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}\n```\n\nOutput (Json) format - \n```\n{\n    \"correlation_key\": \"Correlation key passed is returned as is\",  \n    \"mad_id\": \"Unique mad_id generated by VueTag\",\n    \"image_url\": \"Image URL passed in the API\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,  # Time taken for image attribution\n    \"upload_time\": 0.125, # Time taken for image download\n    \"image_type\": [\n        \"Clean\"\n    ],\n    \"data\": [  # data is a list - one element for each object found in the image\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"category\": [\n                \"Top\",  # Category of the object\n              0.9    # Each attribute (tag) extracted from the image has a confidence value\n            ], \n            \"location\": [\n                204, 71, 432, 406  # location of the object\n      ],\n            \"tags\": {  # Tags for the object, which (optionally) are mapped to the client tags values \n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {  # Tags for the object, with tag values as defined by VueTag\n                \"Top Type\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ], \n                    [   \n                        \"Black\",\n                        0.02   \n                    ]\n                ]\n            }\n        }\n    ]\n}\n```"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,\n    \"upload_time\": 0.125,\n    \"image_type\": [\n        \"Busy\"\n    ],\n    \"data\": [\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"productType\": [\n                \"Top\",\n                0.9\n            ],\n            \"location\": [\n                204,\n                71,\n                432,\n                406\n            ],\n            \"tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off the Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Waist\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Hip\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ],\n                    [\n                        \"Black\",\n                        0.02\n                    ]\n                ]\n            }\n        },\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_2\",\n            \"category\": [\n                \"Skirt\",\n                0.9\n            ],\n            \"location\": [\n                202,\n                284,\n                373,\n                700\n            ],\n            \"tags\": {\n                \"Skirt Style\": [\n                    [\n                        \"A-Line\",\n                        0.92\n                    ]\n                ],\n                \"Skirt Length\": [\n                    [\n                        \"Midi\",\n                        0.84\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripes-Vertical\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Blue\",\n                        0.93\n                    ],\n                    [\n                        \"White\",\n                        0.07\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Skirt Style\": [\n                    [\n                        \"A-Line\",\n                        0.92\n                    ]\n                ],\n                \"Skirt Length\": [\n                    [\n                        \"Calf\",\n                        0.84\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripes-Vertical\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Blue\",\n                        0.93\n                    ],\n                    [\n                        \"White\",\n                        0.07\n                    ]\n                ]\n            }\n        },\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_3\",\n            \"category\": [\n                \"Footwear\",\n                0.8\n            ],\n            \"location\": [\n                211,\n                711,\n                316,\n                812\n            ],\n            \"tags\": {\n                \"Footwear Type\": [\n                    [\n                        \"Heels & Pumps\",\n                        0.89\n                    ]\n                ],\n                \"Heel Height\": [\n                    [\n                        \"High\",\n                        0.85\n                    ]\n                ],\n                \"Heel Type\": [\n                    \"Stilleto\",\n                    0.78\n                ],\n                \"Toe Type\": [\n                    [\n                        \"Open\",\n                        0.76\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Peach\",\n                        0.93\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Footwear Type\": [\n                    [\n                        \"Heels & Pumps\",\n                        0.89\n                    ]\n                ],\n                \"Heel Height\": [\n                    [\n                        \"High\",\n                        0.85\n                    ]\n                ],\n                \"Heel Type\": [\n                    \"Stilleto\",\n                    0.78\n                ],\n                \"Toe Type\": [\n                    [\n                        \"Peep\",\n                        0.76\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Peach\",\n                        0.93\n                    ]\n                ]\n            }\n        }\n    ]\n}"},{"id":"e278e51f-ddfc-4e42-a1e7-057177039036","name":"Tag - Success - Multiple products found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-mock-response-name","value":"Tag - Success - Multiple products found"},{"key":"x-api-key","value":"2f4d55295060493ea9915aefc9b6c5fc"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n\t\"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n\t\"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,\n    \"upload_time\": 0.125,\n    \"image_type\": [\n        \"Busy\"\n    ],\n    \"data\": [\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"productType\": [\n                \"Top\",\n                0.9\n            ],\n            \"location\": [\n                204,\n                71,\n                432,\n                406\n            ],\n            \"tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off the Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Waist\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Hip\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ],\n                    [\n                        \"Black\",\n                        0.02\n                    ]\n                ]\n            }\n        },\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_2\",\n            \"category\": [\n                \"Skirt\",\n                0.9\n            ],\n            \"location\": [\n                202,\n                284,\n                373,\n                700\n            ],\n            \"tags\": {\n                \"Skirt Style\": [\n                    [\n                        \"A-Line\",\n                        0.92\n                    ]\n                ],\n                \"Skirt Length\": [\n                    [\n                        \"Midi\",\n                        0.84\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripes-Vertical\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Blue\",\n                        0.93\n                    ],\n                    [\n                        \"White\",\n                        0.07\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Skirt Style\": [\n                    [\n                        \"A-Line\",\n                        0.92\n                    ]\n                ],\n                \"Skirt Length\": [\n                    [\n                        \"Calf\",\n                        0.84\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripes-Vertical\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Blue\",\n                        0.93\n                    ],\n                    [\n                        \"White\",\n                        0.07\n                    ]\n                ]\n            }\n        },\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_3\",\n            \"category\": [\n                \"Footwear\",\n                0.8\n            ],\n            \"location\": [\n                211,\n                711,\n                316,\n                812\n            ],\n            \"tags\": {\n                \"Footwear Type\": [\n                    [\n                        \"Heels & Pumps\",\n                        0.89\n                    ]\n                ],\n                \"Heel Height\": [\n                    [\n                        \"High\",\n                        0.85\n                    ]\n                ],\n                \"Heel Type\": [\n                    \"Stilleto\",\n                    0.78\n                ],\n                \"Toe Type\": [\n                    [\n                        \"Open\",\n                        0.76\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Peach\",\n                        0.93\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Footwear Type\": [\n                    [\n                        \"Heels & Pumps\",\n                        0.89\n                    ]\n                ],\n                \"Heel Height\": [\n                    [\n                        \"High\",\n                        0.85\n                    ]\n                ],\n                \"Heel Type\": [\n                    \"Stilleto\",\n                    0.78\n                ],\n                \"Toe Type\": [\n                    [\n                        \"Peep\",\n                        0.76\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Peach\",\n                        0.93\n                    ]\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"011bc441-369c-4fe0-8738-85db89fbcd4c"}],"id":"eaa1bd9e-8e89-48ee-ab4e-18b6437b7ae2","_postman_id":"eaa1bd9e-8e89-48ee-ab4e-18b6437b7ae2"},{"name":"Dummy API Examples","item":[{"name":"Tag API - Image Types","id":"d90810bb-3512-4165-a259-75fb81bd073f","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-mock-response-name","value":"Tag - Image Types Success"},{"key":"x-api-key","value":"ed91e96a0fb645419a6a1f3017edc3cb"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"46fffbf0a1d2ce55310555b76a23f03be5a17569dsadd\",\n  \"image_url\": [\n  \t\t{\n  \t\t\t\"url\": \"https://www.yoox.com/images/yoox80/banners/5569_12_splash_M.jpg?634485886601286852\",\n  \t\t\t\"type\": \"front\" \n  \t\t},\n  \t\t{\n  \t\t\t\"url\": \"https://www.yoox.com/images/yoox80/banners/5569_6_splash_D.jpg?634485886601286852\",\n  \t\t\t\"type\": \"back\" \n  \t\t}\n  ],\n  \"extras\" : {\n  \t\"product_id\" : [\n  \t\t\t\"38772417DV\",\n  \t\t\t\"38772417DW\"\n  \t\t]\n  },\n  \"correlation_key\": \"correlation_key_abc123\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"response":[{"id":"0b0cbfad-e694-47c2-8ca3-f1907fe9fb15","name":"Tag API - Product Found - Using Image Link 1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-mock-response-name","value":"Tag - Success - Product Found"},{"key":"x-api-key","value":"2f4d55295060493ea9915aefc9b6c5fc"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n\t\"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n\t\"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":""},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Type","value":"text/html; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 08 Feb 2018 18:35:30 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"9af-5nFpeSIrvDz2zq6Z40Fr3g\"","name":"ETag","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":""},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":""},{"key":"X-RateLimit-Reset","value":"1518114989","name":"X-RateLimit-Reset","description":""},{"key":"transfer-encoding","value":"chunked","name":"transfer-encoding","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,\n    \"upload_time\": 0.125,\n    \"image_type\": [\n        \"Blurred\"\n    ],\n    \"data\": [\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"productType\": [\n                \"Dress\",\n                0.9\n            ],\n            \"location\": [\n                141,\n                0,\n                320,\n                305\n            ],\n            \"tags\": {\n                \"Dress Length\": [\n                    [\n                        \"Knee Length\",\n                        0.92\n                    ],\n                    [\n                        \"Midi\",\n                        0.92\n                    ]\n                ],\n                \"Dress Style\": [\n                    [\n                        \"Sheath\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Drape/Cowl\",\n                        0.88\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Dress Length\": [\n                    [\n                        \"Knee\",\n                        0.92\n                    ]\n                ],\n                \"Dress Type\": [\n                    [\n                        \"Sheath\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Cowl\",\n                        0.88\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Plain-Solids\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Green\",\n                        0.98\n                    ]\n                ]\n                \"Title: [\n                  [\n                    \"Fit and Flare Dress\"\n                  ]\n                ]\n                \"Description: [\n                  [\n                    \"This is a Fit and Flare Dress that is light and breezy. Paried with an open-toe shoe, this is the perfect and light summer dress.\"\n                  ]\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"d90810bb-3512-4165-a259-75fb81bd073f"},{"name":"Tag API - Product Found - Using Image Link","id":"56ed5a0c-a7d0-4b30-8e54-5118e0c28808","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-mock-response-name","value":"Tag - Success - Product Found"},{"key":"x-api-key","value":"ed91e96a0fb645419a6a1f3017edc3cb"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"response":[{"id":"315741c6-ef02-4ee4-90c7-fc52ac01f5c0","name":"Tag API - Product Found - Using Image Link 1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-mock-response-name","value":"Tag - Success - Product Found"},{"key":"x-api-key","value":"2f4d55295060493ea9915aefc9b6c5fc"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n\t\"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n\t\"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":""},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Type","value":"text/html; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 08 Feb 2018 18:35:30 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"9af-5nFpeSIrvDz2zq6Z40Fr3g\"","name":"ETag","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":""},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":""},{"key":"X-RateLimit-Reset","value":"1518114989","name":"X-RateLimit-Reset","description":""},{"key":"transfer-encoding","value":"chunked","name":"transfer-encoding","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,\n    \"upload_time\": 0.125,\n    \"image_type\": [\n        \"Blurred\"\n    ],\n    \"data\": [\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"productType\": [\n                \"Dress\",\n                0.9\n            ],\n            \"location\": [\n                141,\n                0,\n                320,\n                305\n            ],\n            \"tags\": {\n                \"Dress Length\": [\n                    [\n                        \"Knee Length\",\n                        0.92\n                    ],\n                    [\n                        \"Midi\",\n                        0.92\n                    ]\n                ],\n                \"Dress Style\": [\n                    [\n                        \"Sheath\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Drape/Cowl\",\n                        0.88\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Dress Length\": [\n                    [\n                        \"Knee\",\n                        0.92\n                    ]\n                ],\n                \"Dress Type\": [\n                    [\n                        \"Sheath\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Cowl\",\n                        0.88\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Plain-Solids\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Green\",\n                        0.98\n                    ]\n                ]\n                \"Title: [\n                  [\n                    \"Fit and Flare Dress\"\n                  ]\n                ]\n                \"Description: [\n                  [\n                    \"This is a Fit and Flare Dress that is light and breezy. Paried with an open-toe shoe, this is the perfect and light summer dress.\"\n                  ]\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"56ed5a0c-a7d0-4b30-8e54-5118e0c28808"},{"name":"Tag API - Product Found - Multiple Objects - Using Image Link","id":"0b5aa365-62d2-40d0-88ef-c9edddc8cf1a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-mock-response-name","value":"Tag - Success - Multiple products found"},{"key":"x-api-key","value":"ed91e96a0fb645419a6a1f3017edc3cb"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"response":[{"id":"24e25a53-ab8e-4de0-b409-b3cd492dffb4","name":"Tag API - Product Found - Multiple Objects - Using Image Link","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-mock-response-name","value":"Tag - Success - Multiple products found"},{"key":"x-api-key","value":"2f4d55295060493ea9915aefc9b6c5fc"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n\t\"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n\t\"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n\t\"category\": \"Top\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":""},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Type","value":"text/html; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 08 Feb 2018 18:38:50 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"18c8-kNw1s/c49FuvtQ1L69WWcQ\"","name":"ETag","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":""},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":""},{"key":"X-RateLimit-Reset","value":"1518115153","name":"X-RateLimit-Reset","description":""},{"key":"transfer-encoding","value":"chunked","name":"transfer-encoding","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,\n    \"upload_time\": 0.125,\n    \"image_type\": [\n        \"Busy\"\n    ],\n    \"data\": [\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"productType\": [\n                \"Top\",\n                0.9\n            ],\n            \"location\": [\n                204,\n                71,\n                432,\n                406\n            ],\n            \"tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off the Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Waist\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Hip\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ],\n                    [\n                        \"Black\",\n                        0.02\n                    ]\n                ]\n            }\n        },\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_2\",\n            \"category\": [\n                \"Skirt\",\n                0.9\n            ],\n            \"location\": [\n                202,\n                284,\n                373,\n                700\n            ],\n            \"tags\": {\n                \"Skirt Style\": [\n                    [\n                        \"A-Line\",\n                        0.92\n                    ]\n                ],\n                \"Skirt Length\": [\n                    [\n                        \"Midi\",\n                        0.84\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripes-Vertical\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Blue\",\n                        0.93\n                    ],\n                    [\n                        \"White\",\n                        0.07\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Skirt Style\": [\n                    [\n                        \"A-Line\",\n                        0.92\n                    ]\n                ],\n                \"Skirt Length\": [\n                    [\n                        \"Calf\",\n                        0.84\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripes-Vertical\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Blue\",\n                        0.93\n                    ],\n                    [\n                        \"White\",\n                        0.07\n                    ]\n                ]\n            }\n        },\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_3\",\n            \"category\": [\n                \"Footwear\",\n                0.8\n            ],\n            \"location\": [\n                211,\n                711,\n                316,\n                812\n            ],\n            \"tags\": {\n                \"Footwear Type\": [\n                    [\n                        \"Heels & Pumps\",\n                        0.89\n                    ]\n                ],\n                \"Heel Height\": [\n                    [\n                        \"High\",\n                        0.85\n                    ]\n                ],\n                \"Heel Type\": [\n                    \"Stilleto\",\n                    0.78\n                ],\n                \"Toe Type\": [\n                    [\n                        \"Open\",\n                        0.76\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Peach\",\n                        0.93\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Footwear Type\": [\n                    [\n                        \"Heels & Pumps\",\n                        0.89\n                    ]\n                ],\n                \"Heel Height\": [\n                    [\n                        \"High\",\n                        0.85\n                    ]\n                ],\n                \"Heel Type\": [\n                    \"Stilleto\",\n                    0.78\n                ],\n                \"Toe Type\": [\n                    [\n                        \"Peep\",\n                        0.76\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Peach\",\n                        0.93\n                    ]\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"0b5aa365-62d2-40d0-88ef-c9edddc8cf1a"},{"name":"Tag API - Product Found - Multiple Objects - Using Image Binary","id":"bdac1d1f-6d65-411e-99ff-e342483df361","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"x-mock-response-name","value":"Tag - Success - Multiple products found"},{"key":"x-api-key","value":"ed91e96a0fb645419a6a1f3017edc3cb"}],"body":{"mode":"formdata","formdata":[{"key":"api_key","value":"3ff2fa395a884b838fcc5d586ab78434\",","type":"text"},{"key":"image_url","value":"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg","type":"text"},{"key":"correlation_key","value":"d1d61d5f28064151b4b00aabe657f625","type":"text"}]},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"response":[{"id":"a40de107-b79a-46ed-9855-3d25f745df15","name":"Tag API - Product Found - Multiple Objects - Using Image Binary","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"x-mock-response-name","value":"Tag - Success - Multiple products found","disabled":false},{"key":"x-api-key","value":"2f4d55295060493ea9915aefc9b6c5fc","disabled":false}],"body":{"mode":"formdata","formdata":[{"key":"api_key","value":"3ff2fa395a884b838fcc5d586ab78434\",","type":"text"},{"key":"image_url","value":"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg","type":"text"},{"key":"correlation_key","value":"d1d61d5f28064151b4b00aabe657f625","type":"text"}]},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":""},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Type","value":"text/html; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 08 Feb 2018 18:57:15 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"18c8-kNw1s/c49FuvtQ1L69WWcQ\"","name":"ETag","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":""},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":""},{"key":"X-RateLimit-Reset","value":"1518116295","name":"X-RateLimit-Reset","description":""},{"key":"transfer-encoding","value":"chunked","name":"transfer-encoding","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,\n    \"upload_time\": 0.125,\n    \"image_type\": [\n        \"Busy\"\n    ],\n    \"data\": [\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"productType\": [\n                \"Top\",\n                0.9\n            ],\n            \"location\": [\n                204,\n                71,\n                432,\n                406\n            ],\n            \"tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off the Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Waist\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Hip\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ],\n                    [\n                        \"Black\",\n                        0.02\n                    ]\n                ]\n            }\n        },\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_2\",\n            \"category\": [\n                \"Skirt\",\n                0.9\n            ],\n            \"location\": [\n                202,\n                284,\n                373,\n                700\n            ],\n            \"tags\": {\n                \"Skirt Style\": [\n                    [\n                        \"A-Line\",\n                        0.92\n                    ]\n                ],\n                \"Skirt Length\": [\n                    [\n                        \"Midi\",\n                        0.84\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripes-Vertical\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Blue\",\n                        0.93\n                    ],\n                    [\n                        \"White\",\n                        0.07\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Skirt Style\": [\n                    [\n                        \"A-Line\",\n                        0.92\n                    ]\n                ],\n                \"Skirt Length\": [\n                    [\n                        \"Calf\",\n                        0.84\n                    ]\n                ],\n                \"Pattern\": [\n                    [\n                        \"Stripes-Vertical\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Blue\",\n                        0.93\n                    ],\n                    [\n                        \"White\",\n                        0.07\n                    ]\n                ]\n            }\n        },\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_3\",\n            \"category\": [\n                \"Footwear\",\n                0.8\n            ],\n            \"location\": [\n                211,\n                711,\n                316,\n                812\n            ],\n            \"tags\": {\n                \"Footwear Type\": [\n                    [\n                        \"Heels & Pumps\",\n                        0.89\n                    ]\n                ],\n                \"Heel Height\": [\n                    [\n                        \"High\",\n                        0.85\n                    ]\n                ],\n                \"Heel Type\": [\n                    \"Stilleto\",\n                    0.78\n                ],\n                \"Toe Type\": [\n                    [\n                        \"Open\",\n                        0.76\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Peach\",\n                        0.93\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Footwear Type\": [\n                    [\n                        \"Heels & Pumps\",\n                        0.89\n                    ]\n                ],\n                \"Heel Height\": [\n                    [\n                        \"High\",\n                        0.85\n                    ]\n                ],\n                \"Heel Type\": [\n                    \"Stilleto\",\n                    0.78\n                ],\n                \"Toe Type\": [\n                    [\n                        \"Peep\",\n                        0.76\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"Peach\",\n                        0.93\n                    ]\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"bdac1d1f-6d65-411e-99ff-e342483df361"},{"name":"Tag API - Product Found - With Image Link and Category","id":"9370cdb5-f83b-4e12-8596-a555fd1408a3","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"ed91e96a0fb645419a6a1f3017edc3cb"},{"key":"x-mock-response-name","value":"Tag - Success - With category passed"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n  \"category\": \"Top\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"response":[{"id":"503eb22b-8fc5-4cb8-990d-97ad90b25dcc","name":"Tag API - With Image Link and Category - Product Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"2f4d55295060493ea9915aefc9b6c5fc"},{"key":"x-mock-response-name","value":"Tag - Success - With category passed"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n\t\"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n\t\"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n\t\"category\": \"Top\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":""},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Type","value":"text/html; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 08 Feb 2018 18:39:10 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"a64-6GN4hcvIKGlDE454/bJFPg\"","name":"ETag","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":""},{"key":"X-RateLimit-Remaining","value":"57","name":"X-RateLimit-Remaining","description":""},{"key":"X-RateLimit-Reset","value":"1518115153","name":"X-RateLimit-Reset","description":""},{"key":"transfer-encoding","value":"chunked","name":"transfer-encoding","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\",\n    \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n    \"image_url\": \"https://cdn.cliqueinc.com/posts/201262/10-amazing-outfit-ideas-created-by-you-on-instagram-1914044-1474655190.600x0c.jpg\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,\n    \"upload_time\": 0.125,\n    \"image_type\": [\n        \"Busy\"\n    ],\n    \"data\": [\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"productType\": [\n                \"Top\",\n                0.9\n            ],\n            \"location\": [\n                204,\n                71,\n                432,\n                406\n            ],\n            \"tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off the Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Waist\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {\n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Neckline\": [\n                    [\n                        \"Off Shoulder\",\n                        0.88\n                    ]\n                ],\n                \"Top Length\": [\n                    [\n                        \"Hip\",\n                        0.92\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ], \n                    [   \n                        \"Black\",\n                        0.02   \n                    ]\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"9370cdb5-f83b-4e12-8596-a555fd1408a3"},{"name":"Tag API - With mad_id to get updated tags","id":"f2504064-e072-4d32-a85d-b879591f4e53","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-mock-response-name","value":"Tag - Success - Product Found"},{"key":"x-api-key","value":"ed91e96a0fb645419a6a1f3017edc3cb"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"mad_id\": \"144cfa468bd74b6889e9bee143ff4762\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"response":[],"_postman_id":"f2504064-e072-4d32-a85d-b879591f4e53"},{"name":"Tag API - No Product Found","id":"231bdf7e-17ee-4889-a143-207ea8184098","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"ed91e96a0fb645419a6a1f3017edc3cb"},{"key":"x-mock-response-name","value":"Tag - Success - No product found"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag","description":"This API returns visual attributes (tags) for the given input image url or binary image. The API accepts the following parameters -\n\n\nFields   |   Type    |    Description                |     Condition\n------   |   ----    |    -----------                |     ---------\napi_key   |  string   |   Unique api key per client  |     Mandatory\nimage_url     |  string     |   url of the image to be attributed          |     Conditionally Mandatory\nimage     |  file     |   the image to be attributed as a binary          |     Conditionally Mandatory\ncorrelation key     |  string     |   client correlation key to be sent back in the response          |     Optional\ncategory  |  string  |  (optional) category of the product to be tagged for use cases where the category is known  |  Optional\nmad_id  |  string  |  (optional) get tags for an image already tagged    |  Optional\n\nNote: image_url and image are conditionally mandatory - one of the two are necessary.\n\n\nOutput (Json) format - \n```\n{\n    \"correlation_key\": \"Correlation key passed is returned as is\",  \n    \"mad_id\": \"Unique mad_id generated by VueTag\",\n    \"image_url\": \"Image URL passed in the API\",\n    \"message\": \"Image Tagged Successfully\",\n    \"processing_time\": 1.13,  # Time taken for image attribution\n    \"upload_time\": 0.125, # Time taken for image download\n    \"image_type\": [\n        \"Clean\"\n    ],\n    \"data\": [  # data is a list - one element for each object found in the image\n        {\n            \"object_id\": \"144cfa468bd74b6889e9bee143ff4762_1\",\n            \"category\": [\n                \"Top\",  # Category of the object\n              0.9    # Each attribute (tag) extracted from the image has a confidence value\n            ], \n            \"location\": [\n                204, 71, 432, 406  # location of the object\n      ],\n            \"tags\": {  # Tags for the object, which (optionally) are mapped to the client tags values \n                \"Top Style\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Long Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripe\",\n                        0.78\n                    ]\n                ]\n            },\n            \"msd_tags\": {  # Tags for the object, with tag values as defined by VueTag\n                \"Top Type\": [\n                    [\n                        \"Blouse\",\n                        0.82\n                    ]\n                ],\n                \"Sleeve Length\": [\n                    [\n                        \"Full Sleeve\",\n                        0.97\n                    ]\n                ],\n                \"Pattern\": [\n                    [   \n                        \"Stripes-Veritcal\",\n                        0.78\n                    ]\n                ],\n                \"Color\": [\n                    [\n                        \"White\",\n                        0.98\n                    ], \n                    [   \n                        \"Black\",\n                        0.02   \n                    ]\n                ]\n            }\n        }\n    ]\n}\n```"},"response":[{"id":"93a516cf-3afd-4963-a111-b66abd69515d","name":"Tag API - No Product Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"2f4d55295060493ea9915aefc9b6c5fc"},{"key":"x-mock-response-name","value":"Tag - Success - No product found"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n\t\"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n\t\"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":""},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"291","name":"Content-Length","description":""},{"key":"Content-Type","value":"text/html; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 08 Feb 2018 18:40:09 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"18d-BYskIOuL6b0qKg1lv6fiAA\"","name":"ETag","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":""},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":""},{"key":"X-RateLimit-Reset","value":"1518115269","name":"X-RateLimit-Reset","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"9d30dd51b436428fb922db76285a324c\",\n    \"mad_id\": \"ffcad6aa66b441dd896fc27de3f94656\",\n    \"image_url\": \"https://i.pinimg.com/736x/65/ef/52/65ef52b0ec7db57eadf70079b0d370c1--green-bodycon-dress-sweater-dresses.jpg\",\n    \"message\": \"Image Tagged Successfully - No Product Found\",\n    \"processing_time\": 0.429,\n    \"upload_time\": 0.125,\n    \"image_type\": [],\n    \"data\": []\n}"}],"_postman_id":"231bdf7e-17ee-4889-a143-207ea8184098"},{"name":"Tag API - Error - Bad Image Link ","id":"b6781369-fef1-4852-89dc-1b4bc2d9aaff","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"ed91e96a0fb645419a6a1f3017edc3cb"},{"key":"x-mock-response-name","value":"Tag - Image Error"}],"body":{"mode":"raw","raw":"{\n  \"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n  \"image_url\": \"https://foo.bar\",\n  \"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"response":[{"id":"31f1a35f-096a-4072-99b0-27af383c2ebf","name":"Tag API - Error - Bad Image Link ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"x-api-key","value":"2f4d55295060493ea9915aefc9b6c5fc","disabled":false},{"key":"x-mock-response-name","value":"Tag - Image Error","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"3ff2fa395a884b838fcc5d586ab78434\",\n\t\"image_url\": \"https://foo.bar\",\n\t\"correlation_key\": \"d1d61d5f28064151b4b00aabe657f625\"\n}"},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/api/v1/tag"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":""},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"246","name":"Content-Length","description":""},{"key":"Content-Type","value":"text/html; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 08 Feb 2018 18:40:22 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"f6-XEc9e6rsKJyAqkqDbhp4wg\"","name":"ETag","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":""},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":""},{"key":"X-RateLimit-Reset","value":"1518115269","name":"X-RateLimit-Reset","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"correlation_key\": \"9d30dd51b436428fb922db76285a324c\",\n    \"mad_id\": \"723acf5f396247fab7d5133d2766a97f\",\n    \"image_url\": \"https://foo.bar\",\n    \"message\": \"Image Error\",\n    \"processing_time\": 0,\n    \"upload_time\": 0.05,\n    \"data\": null\n}"}],"_postman_id":"b6781369-fef1-4852-89dc-1b4bc2d9aaff"},{"name":"API - Ping","id":"4bb8327f-d76c-4ca1-bf81-a979ff7bee78","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"ed91e96a0fb645419a6a1f3017edc3cb"},{"key":"x-mock-response-name","value":"API - Ping"}],"body":{"mode":"raw","raw":""},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/ping"},"response":[{"id":"8905c2a9-d029-4f89-a095-9bf54ef352e8","name":"API - Ping","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"2f4d55295060493ea9915aefc9b6c5fc"},{"key":"x-mock-response-name","value":"API - Ping"}],"body":{"mode":"raw","raw":""},"url":"https://df35626e-a909-4f45-8d4d-e79bbbb298fc.mock.pstmn.io/ping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"","name":"Access-Control-Allow-Credentials","description":""},{"key":"Access-Control-Allow-Headers","value":"","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Expose-Headers","value":"","name":"Access-Control-Expose-Headers","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"4","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 08 Feb 2018 19:13:49 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"ad-g0LzEI2xv6qPfwEHP9WiDw\"","name":"ETag","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":""},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":""},{"key":"X-RateLimit-Reset","value":"1518117163","name":"X-RateLimit-Reset","description":""}],"cookie":[],"responseTime":null,"body":"\"pong\""}],"_postman_id":"4bb8327f-d76c-4ca1-bf81-a979ff7bee78"}],"id":"4657fa2f-bf46-4588-a574-29a65a230376","description":"This folder contains a mock of the api calls. One can hit this api to get a pre-defined response to understand how the api works, and start integration.","event":[{"listen":"prerequest","script":{"id":"da235793-86e1-4f9b-9f09-ba797f5445cc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"20729766-16b1-4b48-895a-103339d16325","type":"text/javascript","exec":[""]}}],"_postman_id":"4657fa2f-bf46-4588-a574-29a65a230376"}]}