{
	"info": {
		"_postman_id": "6151cd07-8e15-4337-bbcc-0e3c449bd726",
		"name": "IMAGE API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "Detect logo",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://api.talkwalker.com/api/v2/detect/images/:model?access_token={{access_token}}&image_url=http://blog.car-n-cash.com/wp-content/uploads/2015/09/logos.jpg&detect=bmw,audi",
					"protocol": "https",
					"host": [
						"api",
						"talkwalker",
						"com"
					],
					"path": [
						"api",
						"v2",
						"detect",
						"images",
						":model"
					],
					"query": [
						{
							"key": "access_token",
							"value": "{{access_token}}"
						},
						{
							"key": "image_url",
							"value": "http://blog.car-n-cash.com/wp-content/uploads/2015/09/logos.jpg"
						},
						{
							"key": "detect",
							"value": "bmw,audi"
						}
					],
					"variable": [
						{
							"key": "model",
							"value": "logo"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Detect logo by File",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "image_file",
							"type": "file",
							"src": "/C:/Users/p.gouttebel/OneDrive - Trendiction S.A/Pictures/1200-L-tesla-est-il-si-innovant-que-a.jpg"
						}
					]
				},
				"url": {
					"raw": "https://api.talkwalker.com/api/v2/detect/images/:model?access_token={{access_token}}",
					"protocol": "https",
					"host": [
						"api",
						"talkwalker",
						"com"
					],
					"path": [
						"api",
						"v2",
						"detect",
						"images",
						":model"
					],
					"query": [
						{
							"key": "access_token",
							"value": "{{access_token}}"
						}
					],
					"variable": [
						{
							"key": "model",
							"value": "logo"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Detect scene",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://api.talkwalker.com/api/v2/detect/images/:model?access_token={{access_token}}&image_url=https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Schiphol_Departures3.jpg/1280px-Schiphol_Departures3.jpg",
					"protocol": "https",
					"host": [
						"api",
						"talkwalker",
						"com"
					],
					"path": [
						"api",
						"v2",
						"detect",
						"images",
						":model"
					],
					"query": [
						{
							"key": "access_token",
							"value": "{{access_token}}"
						},
						{
							"key": "image_url",
							"value": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Schiphol_Departures3.jpg/1280px-Schiphol_Departures3.jpg"
						}
					],
					"variable": [
						{
							"key": "model",
							"value": "scene"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Detect scene by file",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "image_file",
							"type": "file",
							"src": "/C:/Users/p.gouttebel/OneDrive - Trendiction S.A/Pictures/5c9315552a0000ba024e406f.jpeg"
						}
					],
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://api.talkwalker.com/api/v2/detect/images/:model?access_token={{access_token}}",
					"protocol": "https",
					"host": [
						"api",
						"talkwalker",
						"com"
					],
					"path": [
						"api",
						"v2",
						"detect",
						"images",
						":model"
					],
					"query": [
						{
							"key": "access_token",
							"value": "{{access_token}}"
						}
					],
					"variable": [
						{
							"key": "model",
							"value": "scene"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Detect object",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://api.talkwalker.com/api/v2/detect/images/:model?access_token={{access_token}}&image_url=https://pouringmyartout.files.wordpress.com/2013/03/a-411.jpg",
					"protocol": "https",
					"host": [
						"api",
						"talkwalker",
						"com"
					],
					"path": [
						"api",
						"v2",
						"detect",
						"images",
						":model"
					],
					"query": [
						{
							"key": "access_token",
							"value": "{{access_token}}"
						},
						{
							"key": "image_url",
							"value": "https://pouringmyartout.files.wordpress.com/2013/03/a-411.jpg"
						}
					],
					"variable": [
						{
							"key": "model",
							"value": "object"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Detect object by file",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "image_file",
							"type": "file",
							"src": "/C:/Users/p.gouttebel/OneDrive - Trendiction S.A/Pictures/screen-0.jpg"
						}
					],
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://api.talkwalker.com/api/v2/detect/images/:model?access_token={{access_token}}",
					"protocol": "https",
					"host": [
						"api",
						"talkwalker",
						"com"
					],
					"path": [
						"api",
						"v2",
						"detect",
						"images",
						":model"
					],
					"query": [
						{
							"key": "access_token",
							"value": "{{access_token}}"
						}
					],
					"variable": [
						{
							"key": "model",
							"value": "object"
						}
					]
				}
			},
			"response": []
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "access_token",
			"value": ""
		}
	]
}