{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"ec833e02-24fc-4053-97be-76e030e4c2a2","name":"Visualizer API","description":"The Visualizer API is an REST API served by Wizart. It is the API the Wizart Visualizer app uses to communicate with the backend, so everything the Wizart Visualizer can do can be done with the API.\n\n# How to use\n\n- Click \\`Run in Postman\\` in the right top corner\n    \n- Select \\`Postman WEB\\` or your platform app\n    \n- In the top right corner of your postman app select environment \\`Visualizer API (DOCS)\\`.\n    \n- Click icon next to environment select-box and click \\`edit\\`\n    \n- Set values to environment variables\n    \n    - x-api-key - your API token from the wizart PIM app\n        \n    - Device-Token - any unique string\n        \n    - Article - any article uuid from your PIM account\n        \n    - Collection - any collection uuid from your PIM account\n        \n    - Brand - any brand uuid from your PIM account\n        \n    - Room - any room uuid. You can find it in the response of \\`/rooms\\` POST endpoint\n        \n    - apply-request-body - set values from variables above for request body\n        \n\n# Versioning\n\n⚠ **Deprecation Notice**\n\n- The **`/rooms`** **v1.0 and v1.1** endpoints will be **supported only until June 1, 2025**.\n    \n- The **`/apply`** **v1.0** endpoint will also be **supported only until June 1, 2025**.\n    \n- Please migrate to **v1.2** as soon as possible to ensure continued functionality.\n    \n\nSome resources in the API may have multiple versions, typically differing in request parameters and response structure. Below is a summary of changes introduced in each version:\n\n- **v1.0** – Initial release of the API.\n    \n- **v1.1** – The `/rooms` endpoint (v1.1) now returns more detailed data, making it more convenient for rendering in the browser. This is particularly useful for applications built with **three.js**.\n    \n- **v1.2**\n    \n    - **`/rooms`**:\n        \n        - Introduced a new **room model schema**.\n            \n        - Added endpoints for **retrieving and editing room masks**.\n            \n        - Room masks can only be updated for **uploaded interiors**. Interiors from the **Wizart Library** cannot have their masks edited.\n            \n        - Updated the **room settings** endpoint:\n            \n            - You can now change **room order** and **room visibility settings** (only for rooms from the **Wizart Library**).\n                \n            - Setting visibility to `false` does **not** exclude the room from the `/rooms` response. You should filter rooms by visibility on the client side.\n                \n    - **`/apply`**:\n        \n        - Introduced a **new request payload schema**.\n            \n        - The updated schema simplifies the process of creating rendering payloads.\n            \n        - It now allows rendering **materials not uploaded to Wizart PIM**.\n            \n\n# Authentication\n\nAuthentication is handled client side.\n\nAll API requests except /images require X-Api-Key header. Pass your API token to this header. You can find the token in your PIM account on the configuration->web page.\n\n```\n{\n  \"X-Api-Key\": \"9cbaf3243786cd7...\"\n}\n\n ```\n\nSome endpoints require an additional Device-Token header. A unique string that indentifies the end user session. This is a random uniquie string generated by API user, you can use GUID for this matters.\n\n```\n{\n  \"X-Api-Key\": \"9cbaf3243786cd7...\",\n  \"Device-Token\": \"2dfge7634586ab2...\"\n}\n\n ```","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"8942596","team":520251,"collectionId":"ec833e02-24fc-4053-97be-76e030e4c2a2","publishedId":"2sAYXCkJnt","public":true,"publicUrl":"https://docs.visualizer-api.wizart.ai","privateUrl":"https://go.postman.co/documentation/8942596-ec833e02-24fc-4053-97be-76e030e4c2a2","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"fa5961"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":"The Visualizer API is an REST API served by Wizart. It is the API the Wizart Visualizer app uses to communicate with the backend, so everything the Wizart Visualizer can do can be done with the API."},{"name":"title","value":"Visualizer API, Computer Vision API, Interior recognition"}],"appearance":{"default":"light","themes":[{"name":"dark","logo":null,"colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"fa5961"}},{"name":"light","logo":null,"colors":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"fa5961"}}]}},"version":"8.10.1","publishDate":"2025-03-06T05:56:58.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"Visualizer API, Computer Vision API, Interior recognition","description":"The Visualizer API is an REST API served by Wizart. It is the API the Wizart Visualizer app uses to communicate with the backend, so everything the Wizart Visualizer can do can be done with the API."},"logos":{"logoLight":null,"logoDark":null}},"statusCode":200},"environments":[{"name":"Visualizer API (DOCS)","id":"be315819-4fba-4b1b-a4e6-a7a378c9e3ec","owner":"8942596","values":[{"key":"Device-Token","value":"device token","enabled":true,"type":"default"},{"key":"x-api-key","value":"api key","enabled":true,"type":"default"},{"key":"Article","value":"6756965b-902c-4e95-a57a-e6189f934085","enabled":true,"type":"default"},{"key":"Collection","value":"38f4dfa6-b5e2-414d-a0dc-a8c4a80b4f37","enabled":true,"type":"default"},{"key":"Brand","value":"b96c29cf-4dd5-45e7-bfc7-763826733056","enabled":true,"type":"default"},{"key":"Room","value":"cff18b37-f768-4a63-b2a9-6268abf27c0a","enabled":true,"type":"default"},{"key":"locale","value":"en","enabled":true,"type":"default"},{"key":"page","value":"1","enabled":true,"type":"default"},{"key":"stage","value":"prod","enabled":true,"type":"default"},{"key":"server-address","value":"https://visualizer-api.wizart.ai","enabled":true,"type":"default"},{"key":"apply-request-body","value":"{\n    \"room_data\": {\n        \"room\": {\n            \"id\": \"cff18b37-f768-4a63-b2a9-6268abf27c0a\",\n            \"image_path\": \"interiors/reserved/images/fb7f6d81-22d6-41f3-91d7-91a1d46ef1ed.jpg\",\n            \"mask_name\": \"mask.png\",\n            \"walls\": [\n                {\n                    \"wall_id\": 0,\n                    \"is_active\": true,\n                    \"custom_rotation_angle\": 0,\n                    \"wallpaper\": {\n                        \"uuid\": \"d2cb5a18-cb9b-443f-b52a-5322d74bcd09\",\n                        \"application_type\": [\n                            \"wall\"\n                        ],\n                        \"type\": \"wall\",\n                        \"vendor_code\": \"WP-07\",\n                        \"sku\": \"WP-07\",\n                        \"name\": \"Wallpaper 03\",\n                        \"description\": \"\",\n                        \"is_visible\": true,\n                        \"collection_uuid\": \"8d87f38d-c3bc-447b-b2b2-cae0253897a8\",\n                        \"brand_uuid\": \"bb4792ae-5a1e-4c09-bdbf-a66b36da48a9\",\n                        \"collection\": {\n                            \"uuid\": \"8d87f38d-c3bc-447b-b2b2-cae0253897a8\",\n                            \"name\": \"Wallpapers\",\n                            \"brand_uuid\": \"bb4792ae-5a1e-4c09-bdbf-a66b36da48a9\",\n                            \"image_path\": \"pim-data/a78d0200-78ce-444b-a34a-e2fb2829d03a/covers/collections/Wallpapers_2_cover_1681132865.png\",\n                            \"is_default_cover\": false,\n                            \"order\": 88448\n                        },\n                        \"brand\": {\n                            \"uuid\": \"bb4792ae-5a1e-4c09-bdbf-a66b36da48a9\",\n                            \"name\": \"Wizart 3D\",\n                            \"country_uuid\": null,\n                            \"image_path\": \"pim-data/a78d0200-78ce-444b-a34a-e2fb2829d03a/covers/brands/Wizart_3D_cover_1663224866.png\",\n                            \"is_default_cover\": false\n                        },\n                        \"image_path\": \"pim-data/a78d0200-78ce-444b-a34a-e2fb2829d03a/12665/9905-3_preview_color.jpg\",\n                        \"product_type\": {\n                            \"uuid\": \"c2a62091-c2ed-4958-9358-538dcfa122ee\",\n                            \"code\": \"wallpaper\"\n                        },\n                        \"preview_image_path\": \"pim-data/a78d0200-78ce-444b-a34a-e2fb2829d03a/12665/9905-3_preview_color.jpg\",\n                        \"width\": 1,\n                        \"product_width\": 1,\n                        \"length\": null,\n                        \"reverse_180\": false,\n                        \"mural\": false,\n                        \"rapport_shift\": null,\n                        \"links_by_context\": null,\n                        \"link\": null,\n                        \"regular_price\": null,\n                        \"promotional_price\": null,\n                        \"currency\": \"WZT\",\n                        \"transparency\": null,\n                        \"scene_data\": {\n                            \"data\": [\n                                {\n                                    \"type\": \"laying-pattern\",\n                                    \"code\": \"no_pattern\",\n                                    \"model\": \"\",\n                                    \"is_default\": true,\n                                    \"material_maps\": {\n                                        \"color\": \"pim-data/a78d0200-78ce-444b-a34a-e2fb2829d03a/12665/d2cb5a18-cb9b-443f-b52a-5322d74bcd09/no_pattern/9905-3_color.png\",\n                                        \"normal\": \"pim-data/a78d0200-78ce-444b-a34a-e2fb2829d03a/12665/d2cb5a18-cb9b-443f-b52a-5322d74bcd09/no_pattern/9905-3_normal.png\",\n                                        \"roughness\": \"pim-data/a78d0200-78ce-444b-a34a-e2fb2829d03a/12665/d2cb5a18-cb9b-443f-b52a-5322d74bcd09/no_pattern/9905-3_roughness.png\"\n                                    },\n                                    \"image\": {\n                                        \"size\": 983778,\n                                        \"mimeType\": \"image/png\",\n                                        \"type\": \"file\",\n                                        \"width\": 752,\n                                        \"height\": 454\n                                    },\n                                    \"pattern_length\": null,\n                                    \"pattern_width\": null\n                                }\n                            ]\n                        },\n                        \"context\": null,\n                        \"currency_by_context\": null,\n                        \"availability\": \"in_stock\",\n                        \"laying_patterns\": [\n                            {\n                                \"uuid\": \"8fe66303-f571-48f8-a4a2-7c1554a2c80a\",\n                                \"laying_pattern_type\": \"no_pattern\",\n                                \"image_path\": \"pim-data/a78d0200-78ce-444b-a34a-e2fb2829d03a/12665/d2cb5a18-cb9b-443f-b52a-5322d74bcd09/no_pattern/9905-3_color.png\",\n                                \"model_path\": \"\",\n                                \"metadata\": \"{\\\"image\\\": {\\\"size\\\": 983778, \\\"mimeType\\\": \\\"image/png\\\", \\\"type\\\": \\\"file\\\", \\\"width\\\": 752, \\\"height\\\": 454}, \\\"files\\\": [\\\"9905-3_color.png\\\", \\\"9905-3_normal.png\\\", \\\"9905-3_roughness.png\\\"]}\",\n                                \"is_default\": true\n                            }\n                        ],\n                        \"default_laying_pattern\": \"no_pattern\",\n                        \"product_length\": null,\n                        \"pattern\": null\n                    }\n                },\n                {\n                    \"wall_id\": 1,\n                    \"is_active\": true,\n                    \"custom_rotation_angle\": 0,\n                    \"wallpaper\": {\n                        \"uuid\": \"d2cb5a18-cb9b-443f-b52a-5322d74bcd09\",\n                        \"application_type\": [\n                            \"wall\"\n                        ],\n                        \"type\": \"wall\",\n                        \"vendor_code\": \"WP-07\",\n                        \"sku\": \"WP-07\",\n                        \"name\": \"Wallpaper 03\",\n                        \"description\": \"\",\n                        \"is_visible\": true,\n                        \"collection_uuid\": \"8d87f38d-c3bc-447b-b2b2-cae0253897a8\",\n                        \"brand_uuid\": \"bb4792ae-5a1e-4c09-bdbf-a66b36da48a9\",\n                        \"collection\": {\n                            \"uuid\": \"8d87f38d-c3bc-447b-b2b2-cae0253897a8\",\n                            \"name\": \"Wallpapers\",\n                            \"brand_uuid\": \"bb4792ae-5a1e-4c09-bdbf-a66b36da48a9\",\n                            \"image_path\": \"pim-data/a78d0200-78ce-444b-a34a-e2fb2829d03a/covers/collections/Wallpapers_2_cover_1681132865.png\",\n                            \"is_default_cover\": false,\n                            \"order\": 88448\n                        },\n                        \"brand\": {\n                            \"uuid\": \"bb4792ae-5a1e-4c09-bdbf-a66b36da48a9\",\n                            \"name\": \"Wizart 3D\",\n                            \"country_uuid\": null,\n                            \"image_path\": \"pim-data/a78d0200-78ce-444b-a34a-e2fb2829d03a/covers/brands/Wizart_3D_cover_1663224866.png\",\n                            \"is_default_cover\": false\n                        },\n                        \"image_path\": \"pim-data/a78d0200-78ce-444b-a34a-e2fb2829d03a/12665/9905-3_preview_color.jpg\",\n                        \"product_type\": {\n                            \"uuid\": \"c2a62091-c2ed-4958-9358-538dcfa122ee\",\n                            \"code\": \"wallpaper\"\n                        },\n                        \"preview_image_path\": \"pim-data/a78d0200-78ce-444b-a34a-e2fb2829d03a/12665/9905-3_preview_color.jpg\",\n                        \"width\": 1,\n                        \"product_width\": 1,\n                        \"length\": null,\n                        \"reverse_180\": false,\n                        \"mural\": false,\n                        \"rapport_shift\": null,\n                        \"links_by_context\": null,\n                        \"link\": null,\n                        \"regular_price\": null,\n                        \"promotional_price\": null,\n                        \"currency\": \"WZT\",\n                        \"transparency\": null,\n                        \"scene_data\": {\n                            \"data\": [\n                                {\n                                    \"type\": \"laying-pattern\",\n                                    \"code\": \"no_pattern\",\n                                    \"model\": \"\",\n                                    \"is_default\": true,\n                                    \"material_maps\": {\n                                        \"color\": \"pim-data/a78d0200-78ce-444b-a34a-e2fb2829d03a/12665/d2cb5a18-cb9b-443f-b52a-5322d74bcd09/no_pattern/9905-3_color.png\",\n                                        \"normal\": \"pim-data/a78d0200-78ce-444b-a34a-e2fb2829d03a/12665/d2cb5a18-cb9b-443f-b52a-5322d74bcd09/no_pattern/9905-3_normal.png\",\n                                        \"roughness\": \"pim-data/a78d0200-78ce-444b-a34a-e2fb2829d03a/12665/d2cb5a18-cb9b-443f-b52a-5322d74bcd09/no_pattern/9905-3_roughness.png\"\n                                    },\n                                    \"image\": {\n                                        \"size\": 983778,\n                                        \"mimeType\": \"image/png\",\n                                        \"type\": \"file\",\n                                        \"width\": 752,\n                                        \"height\": 454\n                                    },\n                                    \"pattern_length\": null,\n                                    \"pattern_width\": null\n                                }\n                            ]\n                        },\n                        \"context\": null,\n                        \"currency_by_context\": null,\n                        \"availability\": \"in_stock\",\n                        \"laying_patterns\": [\n                            {\n                                \"uuid\": \"8fe66303-f571-48f8-a4a2-7c1554a2c80a\",\n                                \"laying_pattern_type\": \"no_pattern\",\n                                \"image_path\": \"pim-data/a78d0200-78ce-444b-a34a-e2fb2829d03a/12665/d2cb5a18-cb9b-443f-b52a-5322d74bcd09/no_pattern/9905-3_color.png\",\n                                \"model_path\": \"\",\n                                \"metadata\": \"{\\\"image\\\": {\\\"size\\\": 983778, \\\"mimeType\\\": \\\"image/png\\\", \\\"type\\\": \\\"file\\\", \\\"width\\\": 752, \\\"height\\\": 454}, \\\"files\\\": [\\\"9905-3_color.png\\\", \\\"9905-3_normal.png\\\", \\\"9905-3_roughness.png\\\"]}\",\n                                \"is_default\": true\n                            }\n                        ],\n                        \"default_laying_pattern\": \"no_pattern\",\n                        \"product_length\": null,\n                        \"pattern\": null\n                    }\n                }\n            ]\n        }\n    }\n}","enabled":true,"type":"default"},{"key":"image","value":"pim-data/7115847d-6f07-4aae-9ff5-508ff4d8bb92/14617/1f28dbc0-3e16-4f60-9326-017a27ec62e1/1f28dbc0-3e16-4f60-9326-017a27ec62e1_no_offset_preview_color.jpg","enabled":true,"type":"default"},{"key":"q","value":"{}","enabled":true,"type":"default"},{"key":"Room1.2","value":"3e1f66b8-c5c7-46fb-91c2-c80ca8b2c814","enabled":true,"type":"default"},{"key":"Room1.2Body","value":"{\n  \"visualization_quality\": \"4k\",\n  \"materials\": [\n    {\n      \"uuid\": \"09d58e60-dd4d-4ded-ac7b-c5500d9035f0\",\n      \"product_type\": \"wallpaper\",\n      \"width\": 0.5,\n      \"length\": 0.5,\n      \"rapport_shift\": null,\n      \"reverse_180\": false,\n      \"overlap\": null,\n      \"customized_size\": false,\n      \"repeatable\": false,\n      \"custom_rotation_angle\": 0,\n      \"native_floor_rotation_angle\": 0,\n      \"native_ceiling_rotation_angle\": 0,\n      \"maps\": {\n        \"color\": \"pim-data/a78d0200-78ce-444b-a34a-e2fb2829d03a/12665/09d58e60-dd4d-4ded-ac7b-c5500d9035f0/no_pattern/663f75bd709738f9a23376c38293f47d_one_item_color.png\"\n      }\n    }\n  ],\n  \"room_model\": {\n    \"scene_data\": {\n      \"version\": \"1.2\",\n      \"interior_meta\": {\n        \"FoV\": 39,\n        \"euler_x\": 0.04,\n        \"euler_z\": 0,\n        \"key_plane_distance\": 0.85,\n        \"key_points_type\": 1,\n        \"lighting\": [\n          [\n            0,\n            -5,\n            -12,\n            300\n          ],\n          [\n            1.2,\n            0.1,\n            -6,\n            10\n          ],\n          [\n            0,\n            -8,\n            0,\n            400\n          ],\n          [\n            -1,\n            -1,\n            -2,\n            40\n          ]\n        ]\n      },\n      \"walls\": [\n        {\n          \"wall_id\": 0,\n          \"points\": [\n            [\n              -2.255133628845215,\n              1.5773237943649292,\n              -4.716922283172607\n            ],\n            [\n              -2.2888829708099365,\n              1.578623652458191,\n              -12.838202476501465\n            ],\n            [\n              -2.255133628845215,\n              -0.8500000238418579,\n              -4.716922283172607\n            ],\n            [\n              -2.2888829708099365,\n              -0.8500000238418579,\n              -12.838202476501465\n            ]\n          ],\n          \"material_uuid\": \"09d58e60-dd4d-4ded-ac7b-c5500d9035f0\",\n          \"normal\": [\n            0.9999913573265076,\n            0,\n            -0.004155640956014395\n          ],\n          \"width\": 8.12135124206543,\n          \"height\": 2.428623676300049,\n          \"applicable\": false,\n          \"cx\": null,\n          \"cy\": null,\n          \"point_to_place_object\": null\n        },\n        {\n          \"wall_id\": 1,\n          \"points\": [\n            [\n              -2.2888829708099365,\n              1.578623652458191,\n              -12.838202476501465\n            ],\n            [\n              3.197357416152954,\n              1.578623652458191,\n              -12.838202476501465\n            ],\n            [\n              -2.2888829708099365,\n              -0.8500000238418579,\n              -12.838202476501465\n            ],\n            [\n              3.197357416152954,\n              -0.8500000238418579,\n              -12.838202476501465\n            ]\n          ],\n          \"normal\": [\n            -6.123234262925839e-17,\n            0,\n            1\n          ],\n          \"width\": 5.486240386962891,\n          \"height\": 2.428623676300049,\n          \"applicable\": true,\n          \"cx\": 52.5,\n          \"cy\": 50,\n          \"point_to_place_object\": null\n        },\n        {\n          \"wall_id\": 2,\n          \"points\": [\n            [\n              3.197357416152954,\n              1.578623652458191,\n              -12.838202476501465\n            ],\n            [\n              3.2610673904418945,\n              1.580851674079895,\n              -6.8489885330200195\n            ],\n            [\n              3.197357416152954,\n              -0.8500000238418579,\n              -12.838202476501465\n            ],\n            [\n              3.2610673904418945,\n              -0.8500000238418579,\n              -6.8489885330200195\n            ]\n          ],\n          \"normal\": [\n            -0.9999434351921082,\n            0,\n            0.010636844672262669\n          ],\n          \"width\": 5.989552974700928,\n          \"height\": 2.428623676300049,\n          \"applicable\": false,\n          \"cx\": null,\n          \"cy\": null,\n          \"point_to_place_object\": null\n        }\n      ],\n      \"floor\": {\n        \"points\": null,\n        \"applicable\": true,\n        \"cx\": 52.5,\n        \"cy\": 80\n      },\n      \"ceiling\": {\n        \"points\": [\n          [\n            -2.2888829708099365,\n            1.5773237943649292,\n            -12.838202476501465\n          ],\n          [\n            -2.2888829708099365,\n            1.5773237943649292,\n            -3.9484729766845703\n          ],\n          [\n            3.2610673904418945,\n            1.5773237943649292,\n            -3.9484729766845703\n          ],\n          [\n            3.2610673904418945,\n            1.5773237943649292,\n            -12.838202476501465\n          ]\n        ],\n        \"applicable\": true,\n        \"cx\": 52.5,\n        \"cy\": 22\n      },\n      \"scene_image_info\": null,\n      \"image_width\": 2048,\n      \"image_height\": 1536,\n      \"image_path\": \"interiors/reserved/images/ef67c8eb-eb15-4c35-a05a-50d23bf40740.jpg\",\n      \"mask_path\": \"interiors/reserved/data/ef67c8eb-eb15-4c35-a05a-50d23bf40740/mask.png\",\n      \"shadow_path\": \"interiors/reserved/data/ef67c8eb-eb15-4c35-a05a-50d23bf40740/shadow.png\"\n    },\n    \"room_name\": \"Wizart WL_v3 23\",\n    \"room_type\": 1,\n    \"interior_type\": \"kitchen\",\n    \"has_walls\": true,\n    \"has_floor\": true,\n    \"has_ceiling\": true,\n    \"id\": \"ef67c8eb-eb15-4c35-a05a-50d23bf40740\",\n    \"order\": 0,\n    \"is_visible\": true,\n    \"created_at\": \"2024-10-08T06:07:31\"\n  }\n}","enabled":true,"type":"default"},{"key":"type","value":"wall","enabled":true,"type":"default"},{"key":"device","value":"desktop","enabled":true,"type":"default"},{"key":"resize","value":"large","enabled":true,"type":"default"}],"published":true}],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/3807e78385eabbde015f3b7f3be84e541d2f07fdb13d335b90604faf9e6386c7","favicon":"https://wizart.ai/favicon.ico"},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"},{"label":"Visualizer API (DOCS)","value":"8942596-be315819-4fba-4b1b-a4e6-a7a378c9e3ec"}],"canonicalUrl":"https://docs.visualizer-api.wizart.ai/view/metadata/2sAYXCkJnt"}