{
	"info": {
		"_postman_id": "fcc26f1b-e068-47d0-ad07-f06f40427e46",
		"name": "Lykdat B2B API",
		"description": "Welcome to Lykdat Business API documentation. Our API gives you access to running Image searches against your own product catalog and our very own product catalog database.\n\nFor more information about our API please visit our [official documentation page](https://apidocs.lykdat.com/)",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "Catalog Image Search",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "api_key",
							"value": "{{API_KEY}}",
							"type": "default"
						},
						{
							"key": "catalog_name",
							"value": "{{CATALOG_NAME}}",
							"type": "default"
						},
						{
							"key": "image_url",
							"value": "https://image.shutterstock.com/image-photo/two-beautiful-woman-fashion-model-260nw-1686853369.jpg",
							"type": "default"
						}
					]
				},
				"url": {
					"raw": "https://cloudapi.lykdat.com/v1/search",
					"protocol": "https",
					"host": [
						"cloudapi",
						"lykdat",
						"com"
					],
					"path": [
						"v1",
						"search"
					]
				},
				"description": "With the Search API, you can execute image searches to search for apparel products from your product catalogs. The product catalogs you want to from ought to have been created with your account"
			},
			"response": []
		},
		{
			"name": "Global Image Search",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "api_key",
							"value": "insertYourAPIKeyHere",
							"type": "default"
						},
						{
							"key": "image_url",
							"value": "https://image.shutterstock.com/image-photo/two-beautiful-woman-fashion-model-260nw-1686853369.jpg",
							"type": "default"
						}
					]
				},
				"url": {
					"raw": "https://cloudapi.lykdat.com/v1/global/search",
					"protocol": "https",
					"host": [
						"cloudapi",
						"lykdat",
						"com"
					],
					"path": [
						"v1",
						"global",
						"search"
					]
				},
				"description": "With the Global Search API, you can execute image searches to search for apparel products from Lykdat's product catalogs without the need to create your own catalog.\n\n"
			},
			"response": []
		},
		{
			"name": "Catalog Update",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "admin_api_key",
							"value": "de1ba0c4eeb07bea7edcd0675fd167a2c10db850567ae94a14d974033571d76d",
							"type": "default"
						},
						{
							"key": "catalog_name",
							"value": "{{CATALOG_NAME}}",
							"type": "default"
						},
						{
							"key": "mode",
							"value": "overwrite",
							"type": "default"
						},
						{
							"key": "import_file",
							"type": "file",
							"src": []
						}
					]
				},
				"url": {
					"raw": "https://cloudapi.lykdat.com/v1/admin/catalog/update",
					"protocol": "https",
					"host": [
						"cloudapi",
						"lykdat",
						"com"
					],
					"path": [
						"v1",
						"admin",
						"catalog",
						"update"
					]
				},
				"description": "From time to time, you may need to update your products' catalog with newer products that have been added to your stock. You may also need this to remove outdated products which you'd no longer want appearing in your search results. The Catalog update endpoint is available for this purpose."
			},
			"response": []
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "PUBLISHABLE_API_KEY",
			"value": "insertYourAPIKeyHere"
		},
		{
			"key": "CATALOG_NAME",
			"value": "ASOS Collection"
		},
		{
			"key": "ADMIN_API_KEY",
			"value": "de1ba0c4eeb07bea7edcd0675fd167a2c10db850567ae94a14d974033571d76d"
		}
	]
}