Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.api.ehunt.ai/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

POST /api/v1/get-category-tree

Authentication

Include your API Key in the request header:
X-VIP-TOKEN: your_api_key_here
If the API Key is invalid, expired, or lacks subscription permissions, an error response will be returned.
{
	"code": 200,
	"message": "OK",
	"data": {
		"0": {
			"id": "565631402af79df4",
			"label": "Jewelry",
			"children": {}
		},
		"1": {
			"id": "dddaa894234df841",
			"label": "Home & Living",
			"children": {}
		},
		"2": {
			"id": "bbb5f1f88c384526",
			"label": "Art & Collectibles",
			"children": {}
		},
		"3": {
			"id": "efe0bd2c212eceec",
			"label": "Clothing",
			"children": {}
		},
		"4": {
			"id": "60730d8d2eef8f4f",
			"label": "Craft Supplies & Tools",
			"children": {}
		},
.......
	}
}