{
	"info": {
		"_postman_id": "d7103ddc-3102-4c78-b9ea-2e62bdab1b41",
		"name": "iDste AI Analysis API",
		"description": "Collection for testing iDste AI analysis API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "V1",
			"item": [
				{
					"name": "获取 API 接口能力",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v1/info",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v1",
								"info"
							]
						}
					},
					"response": [
						{
							"name": "获取 API 接口能力",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "https://{{ServerIP}}:23000/api/v1/info",
									"protocol": "https",
									"host": [
										"{{ServerIP}}"
									],
									"port": "23000",
									"path": [
										"api",
										"v1",
										"info"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "Werkzeug/3.1.3 Python/3.12.12"
								},
								{
									"key": "Date",
									"value": "Tue, 25 Nov 2025 20:04:17 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "152"
								},
								{
									"key": "Connection",
									"value": "close"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"modules\": [\n            \"qr_detector\",\n            \"screen_detector\",\n            \"head_detector\",\n            \"sound_compare\",\n            \"sound_detector\"\n        ]\n    },\n    \"message\": \"操作成功\",\n    \"status\": 0\n}"
						}
					]
				},
				{
					"name": "获取素材 screen_detector",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v1/files/screen_detector.png",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v1",
								"files",
								"screen_detector.png"
							]
						}
					},
					"response": []
				},
				{
					"name": "获取素材 qr_detector",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v1/files/qr_detector.png",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v1",
								"files",
								"qr_detector.png"
							]
						}
					},
					"response": []
				},
				{
					"name": "获取素材 sound_compare",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v1/files/sound_compare.wav",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v1",
								"files",
								"sound_compare.wav"
							]
						}
					},
					"response": []
				},
				{
					"name": "图片分析 screen_detector",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "app_id",
									"value": "admin",
									"type": "text"
								},
								{
									"key": "app_secret",
									"value": "774cc977feac4e9f54ab11cecfb6cb9e",
									"type": "text"
								},
								{
									"key": "modules",
									"value": "screen_detector",
									"description": "支持 screen_detector、head_detector 和 qr_detector",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/C:/Users/Sun/Desktop/2025-12-09_11_31_53_11.jpg"
								},
								{
									"key": "debug",
									"value": "1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v1/image/analyze",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v1",
								"image",
								"analyze"
							]
						},
						"description": "Analyze classroom images with AI modules"
					},
					"response": [
						{
							"name": "图片分析 screen_detector",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "app_id",
											"value": "admin",
											"type": "text"
										},
										{
											"key": "app_secret",
											"value": "774cc977feac4e9f54ab11cecfb6cb9e",
											"type": "text"
										},
										{
											"key": "modules",
											"value": "screen_detector,head_detector",
											"description": "支持 screen_detector、head_detector 和 qr_detector",
											"type": "text"
										},
										{
											"key": "file",
											"type": "file",
											"src": "/D:/Python/AI服务器/#测试/屏幕检测.jpg"
										},
										{
											"key": "debug",
											"value": "1",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "https://{{ServerIP}}:23000/api/v1/image/analyze",
									"protocol": "https",
									"host": [
										"{{ServerIP}}"
									],
									"port": "23000",
									"path": [
										"api",
										"v1",
										"image",
										"analyze"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "Werkzeug/3.1.3 Python/3.12.12"
								},
								{
									"key": "Date",
									"value": "Tue, 25 Nov 2025 20:07:32 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "613"
								},
								{
									"key": "Connection",
									"value": "close"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"head_detector\": {\n            \"count\": 1,\n            \"details\": [\n                {\n                    \"confidence\": 0.5038,\n                    \"position\": {\n                        \"x0\": 2188,\n                        \"x1\": 2224,\n                        \"y0\": 546,\n                        \"y1\": 590\n                    }\n                }\n            ]\n        },\n        \"screen_detector\": {\n            \"count\": 1,\n            \"details\": [\n                {\n                    \"confidence\": 0.9767,\n                    \"position\": {\n                        \"x0\": 1475,\n                        \"x1\": 1659,\n                        \"y0\": 242,\n                        \"y1\": 482\n                    }\n                }\n            ]\n        },\n        \"timestamp\": 1764101252\n    },\n    \"debug_urls\": {\n        \"head_detector\": \"https://127.0.0.1:23000/api/v1/debug/admin/head_detector_req_d63a1b23da374b5d83c738697c70ce46.jpg\",\n        \"screen_detector\": \"https://127.0.0.1:23000/api/v1/debug/admin/screen_detector_req_d63a1b23da374b5d83c738697c70ce46.jpg\"\n    },\n    \"message\": \"操作成功\",\n    \"request_id\": \"req_d63a1b23da374b5d83c738697c70ce46\",\n    \"status\": 0\n}"
						},
						{
							"name": "图片分析 screen_detector",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "app_id",
											"value": "admin",
											"type": "text"
										},
										{
											"key": "app_secret",
											"value": "774cc977feac4e9f54ab11cecfb6cb9e",
											"type": "text"
										},
										{
											"key": "modules",
											"value": "screen_detector",
											"description": "支持 screen_detector、head_detector 和 qr_detector",
											"type": "text"
										},
										{
											"key": "file",
											"type": "file",
											"src": "/D:/Python/AI服务器/#测试/屏幕检测.jpg"
										},
										{
											"key": "debug",
											"value": "1",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "https://{{ServerIP}}:23000/api/v1/image/analyze",
									"protocol": "https",
									"host": [
										"{{ServerIP}}"
									],
									"port": "23000",
									"path": [
										"api",
										"v1",
										"image",
										"analyze"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "Werkzeug/3.1.3 Python/3.12.12"
								},
								{
									"key": "Date",
									"value": "Tue, 25 Nov 2025 20:32:36 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "388"
								},
								{
									"key": "Connection",
									"value": "close"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"screen_detector\": {\n            \"count\": 1,\n            \"details\": [\n                {\n                    \"confidence\": 0.9767,\n                    \"position\": {\n                        \"x0\": 1475,\n                        \"x1\": 1659,\n                        \"y0\": 242,\n                        \"y1\": 482\n                    }\n                }\n            ]\n        },\n        \"timestamp\": 1764102756\n    },\n    \"debug_urls\": {\n        \"screen_detector\": \"https://192.168.0.241:23000/api/v1/debug/admin/screen_detector_req_a8949d70385243d0bce13c01bb6d15f9.jpg\"\n    },\n    \"message\": \"操作成功\",\n    \"request_id\": \"req_a8949d70385243d0bce13c01bb6d15f9\",\n    \"status\": 0\n}"
						},
						{
							"name": "Successful Response",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "app_id",
											"value": "YOUR_APP_ID",
											"type": "text"
										},
										{
											"key": "app_secret",
											"value": "YOUR_APP_SECRET",
											"type": "text"
										},
										{
											"key": "modules",
											"value": "qr_detector,head_detector",
											"type": "text"
										},
										{
											"key": "file",
											"type": "file",
											"src": "/path/to/your/classroom.jpg"
										}
									]
								},
								"url": {
									"raw": "https://127.0.0.1:23000/api/v1/image/analyze",
									"protocol": "https",
									"host": [
										"127",
										"0",
										"0",
										"1"
									],
									"port": "23000",
									"path": [
										"api",
										"v1",
										"image",
										"analyze"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"qr_detector\": [\n            {\n                \"RGB\": \"185,189,186\",\n                \"ambi\": 28,\n                \"content\": \"iDste\",\n                \"light\": 188,\n                \"rect\": {\n                    \"bottomLeft\": {\n                        \"x\": 223,\n                        \"y\": 333\n                    },\n                    \"bottomRight\": {\n                        \"x\": 392,\n                        \"y\": 333\n                    },\n                    \"topLeft\": {\n                        \"x\": 223,\n                        \"y\": 152\n                    },\n                    \"topRight\": {\n                        \"x\": 392,\n                        \"y\": 152\n                    }\n                }\n            },\n            {\n                \"RGB\": \"185,186,186\",\n                \"ambi\": 28,\n                \"content\": \"iDste\",\n                \"light\": 186,\n                \"rect\": {\n                    \"bottomLeft\": {\n                        \"x\": 1653,\n                        \"y\": 330\n                    },\n                    \"bottomRight\": {\n                        \"x\": 1823,\n                        \"y\": 330\n                    },\n                    \"topLeft\": {\n                        \"x\": 1653,\n                        \"y\": 146\n                    },\n                    \"topRight\": {\n                        \"x\": 1823,\n                        \"y\": 146\n                    }\n                }\n            }\n        ],\n        \"timestamp\": 1760963374\n    },\n    \"debug_urls\": {\n        \"qr_detector\": \"https://127.0.0.1:23000/api/v1/debug/admin/qr_detector_req_5e8596ca45a3483c8590e7a90b254210.jpg\"\n    },\n    \"message\": \"操作成功\",\n    \"request_id\": \"req_5e8596ca45a3483c8590e7a90b254210\",\n    \"status\": 0\n}"
						}
					]
				},
				{
					"name": "图片分析 head_detector",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "app_id",
									"value": "admin",
									"type": "text"
								},
								{
									"key": "app_secret",
									"value": "774cc977feac4e9f54ab11cecfb6cb9e",
									"type": "text"
								},
								{
									"key": "modules",
									"value": "head_detector",
									"description": "支持 screen_detector、head_detector 和 qr_detector",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/D:/Python/AI服务器/#测试/人数.jpg"
								},
								{
									"key": "debug",
									"value": "1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v1/image/analyze",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v1",
								"image",
								"analyze"
							]
						},
						"description": "Analyze classroom images with AI modules"
					},
					"response": [
						{
							"name": "图片分析 head_detector",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "app_id",
											"value": "admin",
											"type": "text"
										},
										{
											"key": "app_secret",
											"value": "774cc977feac4e9f54ab11cecfb6cb9e",
											"type": "text"
										},
										{
											"key": "modules",
											"value": "head_detector",
											"description": "支持 screen_detector、head_detector 和 qr_detector",
											"type": "text"
										},
										{
											"key": "file",
											"type": "file",
											"src": "/D:/Python/AI服务器/#测试/人数.jpg"
										},
										{
											"key": "debug",
											"value": "1",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "https://{{ServerIP}}:23000/api/v1/image/analyze",
									"protocol": "https",
									"host": [
										"{{ServerIP}}"
									],
									"port": "23000",
									"path": [
										"api",
										"v1",
										"image",
										"analyze"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "Werkzeug/3.1.3 Python/3.12.12"
								},
								{
									"key": "Date",
									"value": "Tue, 25 Nov 2025 20:32:07 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "1452"
								},
								{
									"key": "Connection",
									"value": "close"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"head_detector\": {\n            \"count\": 16,\n            \"details\": [\n                {\n                    \"confidence\": 0.8798,\n                    \"position\": {\n                        \"x0\": 632,\n                        \"x1\": 890,\n                        \"y0\": 703,\n                        \"y1\": 1011\n                    }\n                },\n                {\n                    \"confidence\": 0.8581,\n                    \"position\": {\n                        \"x0\": 1284,\n                        \"x1\": 1462,\n                        \"y0\": 563,\n                        \"y1\": 762\n                    }\n                },\n                {\n                    \"confidence\": 0.8519,\n                    \"position\": {\n                        \"x0\": 124,\n                        \"x1\": 297,\n                        \"y0\": 609,\n                        \"y1\": 784\n                    }\n                },\n                {\n                    \"confidence\": 0.8435,\n                    \"position\": {\n                        \"x0\": 1481,\n                        \"x1\": 1629,\n                        \"y0\": 567,\n                        \"y1\": 728\n                    }\n                },\n                {\n                    \"confidence\": 0.8415,\n                    \"position\": {\n                        \"x0\": 346,\n                        \"x1\": 530,\n                        \"y0\": 624,\n                        \"y1\": 827\n                    }\n                },\n                {\n                    \"confidence\": 0.8302,\n                    \"position\": {\n                        \"x0\": 1667,\n                        \"x1\": 1792,\n                        \"y0\": 580,\n                        \"y1\": 714\n                    }\n                },\n                {\n                    \"confidence\": 0.8162,\n                    \"position\": {\n                        \"x0\": 1147,\n                        \"x1\": 1238,\n                        \"y0\": 554,\n                        \"y1\": 659\n                    }\n                },\n                {\n                    \"confidence\": 0.8088,\n                    \"position\": {\n                        \"x0\": 667,\n                        \"x1\": 766,\n                        \"y0\": 562,\n                        \"y1\": 680\n                    }\n                },\n                {\n                    \"confidence\": 0.7777,\n                    \"position\": {\n                        \"x0\": 827,\n                        \"x1\": 885,\n                        \"y0\": 536,\n                        \"y1\": 601\n                    }\n                },\n                {\n                    \"confidence\": 0.7765,\n                    \"position\": {\n                        \"x0\": 878,\n                        \"x1\": 947,\n                        \"y0\": 555,\n                        \"y1\": 631\n                    }\n                },\n                {\n                    \"confidence\": 0.7733,\n                    \"position\": {\n                        \"x0\": 221,\n                        \"x1\": 303,\n                        \"y0\": 562,\n                        \"y1\": 642\n                    }\n                },\n                {\n                    \"confidence\": 0.7578,\n                    \"position\": {\n                        \"x0\": 494,\n                        \"x1\": 549,\n                        \"y0\": 550,\n                        \"y1\": 613\n                    }\n                },\n                {\n                    \"confidence\": 0.7093,\n                    \"position\": {\n                        \"x0\": 6,\n                        \"x1\": 85,\n                        \"y0\": 597,\n                        \"y1\": 677\n                    }\n                },\n                {\n                    \"confidence\": 0.6986,\n                    \"position\": {\n                        \"x0\": 15,\n                        \"x1\": 82,\n                        \"y0\": 557,\n                        \"y1\": 621\n                    }\n                },\n                {\n                    \"confidence\": 0.6349,\n                    \"position\": {\n                        \"x0\": 1887,\n                        \"x1\": 1920,\n                        \"y0\": 552,\n                        \"y1\": 676\n                    }\n                },\n                {\n                    \"confidence\": 0.6131,\n                    \"position\": {\n                        \"x0\": 721,\n                        \"x1\": 784,\n                        \"y0\": 545,\n                        \"y1\": 622\n                    }\n                }\n            ]\n        },\n        \"timestamp\": 1764102727\n    },\n    \"debug_urls\": {\n        \"head_detector\": \"https://192.168.0.241:23000/api/v1/debug/admin/head_detector_req_6011193420c049d88c6082fcd40351c3.jpg\"\n    },\n    \"message\": \"操作成功\",\n    \"request_id\": \"req_6011193420c049d88c6082fcd40351c3\",\n    \"status\": 0\n}"
						},
						{
							"name": "Successful Response",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "app_id",
											"value": "YOUR_APP_ID",
											"type": "text"
										},
										{
											"key": "app_secret",
											"value": "YOUR_APP_SECRET",
											"type": "text"
										},
										{
											"key": "modules",
											"value": "qr_detector,head_detector",
											"type": "text"
										},
										{
											"key": "file",
											"type": "file",
											"src": "/path/to/your/classroom.jpg"
										}
									]
								},
								"url": {
									"raw": "https://127.0.0.1:23000/api/v1/image/analyze",
									"protocol": "https",
									"host": [
										"127",
										"0",
										"0",
										"1"
									],
									"port": "23000",
									"path": [
										"api",
										"v1",
										"image",
										"analyze"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"qr_detector\": [\n            {\n                \"RGB\": \"185,189,186\",\n                \"ambi\": 28,\n                \"content\": \"iDste\",\n                \"light\": 188,\n                \"rect\": {\n                    \"bottomLeft\": {\n                        \"x\": 223,\n                        \"y\": 333\n                    },\n                    \"bottomRight\": {\n                        \"x\": 392,\n                        \"y\": 333\n                    },\n                    \"topLeft\": {\n                        \"x\": 223,\n                        \"y\": 152\n                    },\n                    \"topRight\": {\n                        \"x\": 392,\n                        \"y\": 152\n                    }\n                }\n            },\n            {\n                \"RGB\": \"185,186,186\",\n                \"ambi\": 28,\n                \"content\": \"iDste\",\n                \"light\": 186,\n                \"rect\": {\n                    \"bottomLeft\": {\n                        \"x\": 1653,\n                        \"y\": 330\n                    },\n                    \"bottomRight\": {\n                        \"x\": 1823,\n                        \"y\": 330\n                    },\n                    \"topLeft\": {\n                        \"x\": 1653,\n                        \"y\": 146\n                    },\n                    \"topRight\": {\n                        \"x\": 1823,\n                        \"y\": 146\n                    }\n                }\n            }\n        ],\n        \"timestamp\": 1760963374\n    },\n    \"debug_urls\": {\n        \"qr_detector\": \"https://127.0.0.1:23000/api/v1/debug/admin/qr_detector_req_5e8596ca45a3483c8590e7a90b254210.jpg\"\n    },\n    \"message\": \"操作成功\",\n    \"request_id\": \"req_5e8596ca45a3483c8590e7a90b254210\",\n    \"status\": 0\n}"
						},
						{
							"name": "图片分析 screen_detector",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "app_id",
											"value": "admin",
											"type": "text"
										},
										{
											"key": "app_secret",
											"value": "774cc977feac4e9f54ab11cecfb6cb9e",
											"type": "text"
										},
										{
											"key": "modules",
											"value": "screen_detector,head_detector",
											"description": "支持 screen_detector、head_detector 和 qr_detector",
											"type": "text"
										},
										{
											"key": "file",
											"type": "file",
											"src": "/D:/Python/AI服务器/#测试/屏幕检测.jpg"
										},
										{
											"key": "debug",
											"value": "1",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "https://{{ServerIP}}:23000/api/v1/image/analyze",
									"protocol": "https",
									"host": [
										"{{ServerIP}}"
									],
									"port": "23000",
									"path": [
										"api",
										"v1",
										"image",
										"analyze"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "Werkzeug/3.1.3 Python/3.12.12"
								},
								{
									"key": "Date",
									"value": "Tue, 25 Nov 2025 20:07:32 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "613"
								},
								{
									"key": "Connection",
									"value": "close"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"head_detector\": {\n            \"count\": 1,\n            \"details\": [\n                {\n                    \"confidence\": 0.5038,\n                    \"position\": {\n                        \"x0\": 2188,\n                        \"x1\": 2224,\n                        \"y0\": 546,\n                        \"y1\": 590\n                    }\n                }\n            ]\n        },\n        \"screen_detector\": {\n            \"count\": 1,\n            \"details\": [\n                {\n                    \"confidence\": 0.9767,\n                    \"position\": {\n                        \"x0\": 1475,\n                        \"x1\": 1659,\n                        \"y0\": 242,\n                        \"y1\": 482\n                    }\n                }\n            ]\n        },\n        \"timestamp\": 1764101252\n    },\n    \"debug_urls\": {\n        \"head_detector\": \"https://127.0.0.1:23000/api/v1/debug/admin/head_detector_req_d63a1b23da374b5d83c738697c70ce46.jpg\",\n        \"screen_detector\": \"https://127.0.0.1:23000/api/v1/debug/admin/screen_detector_req_d63a1b23da374b5d83c738697c70ce46.jpg\"\n    },\n    \"message\": \"操作成功\",\n    \"request_id\": \"req_d63a1b23da374b5d83c738697c70ce46\",\n    \"status\": 0\n}"
						}
					]
				},
				{
					"name": "图片分析 qr_detector",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "app_id",
									"value": "admin",
									"type": "text"
								},
								{
									"key": "app_secret",
									"value": "774cc977feac4e9f54ab11cecfb6cb9e",
									"type": "text"
								},
								{
									"key": "modules",
									"value": "qr_detector",
									"description": "支持 screen_detector、head_detector 和 qr_detector",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/D:/Python/AI服务器/#测试/二维码.jpg"
								},
								{
									"key": "debug",
									"value": "1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v1/image/analyze",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v1",
								"image",
								"analyze"
							]
						},
						"description": "Analyze classroom images with AI modules"
					},
					"response": [
						{
							"name": "图片分析 qr_detector",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "app_id",
											"value": "admin",
											"type": "text"
										},
										{
											"key": "app_secret",
											"value": "774cc977feac4e9f54ab11cecfb6cb9e",
											"type": "text"
										},
										{
											"key": "modules",
											"value": "qr_detector",
											"description": "支持 screen_detector、head_detector 和 qr_detector",
											"type": "text"
										},
										{
											"key": "file",
											"type": "file",
											"src": "/D:/Python/AI服务器/#测试/二维码.jpg"
										},
										{
											"key": "debug",
											"value": "1",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "https://{{ServerIP}}:23000/api/v1/image/analyze",
									"protocol": "https",
									"host": [
										"{{ServerIP}}"
									],
									"port": "23000",
									"path": [
										"api",
										"v1",
										"image",
										"analyze"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "Werkzeug/3.1.3 Python/3.12.12"
								},
								{
									"key": "Date",
									"value": "Tue, 25 Nov 2025 20:07:04 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "663"
								},
								{
									"key": "Connection",
									"value": "close"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"qr_detector\": [\n            {\n                \"RGB\": \"185,189,186\",\n                \"ambi\": 28,\n                \"content\": \"iDste\",\n                \"light\": 188,\n                \"rect\": {\n                    \"bottomLeft\": {\n                        \"x\": 224,\n                        \"y\": 333\n                    },\n                    \"bottomRight\": {\n                        \"x\": 393,\n                        \"y\": 334\n                    },\n                    \"topLeft\": {\n                        \"x\": 223,\n                        \"y\": 152\n                    },\n                    \"topRight\": {\n                        \"x\": 392,\n                        \"y\": 153\n                    }\n                }\n            },\n            {\n                \"RGB\": \"185,186,186\",\n                \"ambi\": 28,\n                \"content\": \"iDste\",\n                \"light\": 186,\n                \"rect\": {\n                    \"bottomLeft\": {\n                        \"x\": 1654,\n                        \"y\": 330\n                    },\n                    \"bottomRight\": {\n                        \"x\": 1824,\n                        \"y\": 331\n                    },\n                    \"topLeft\": {\n                        \"x\": 1653,\n                        \"y\": 146\n                    },\n                    \"topRight\": {\n                        \"x\": 1823,\n                        \"y\": 147\n                    }\n                }\n            }\n        ],\n        \"timestamp\": 1764101224\n    },\n    \"debug_urls\": {\n        \"qr_detector\": \"https://127.0.0.1:23000/api/v1/debug/admin/qr_detector_req_6e90e04b59e347e7a0821536352df806.jpg\"\n    },\n    \"message\": \"操作成功\",\n    \"request_id\": \"req_6e90e04b59e347e7a0821536352df806\",\n    \"status\": 0\n}"
						},
						{
							"name": "Successful Response",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "app_id",
											"value": "YOUR_APP_ID",
											"type": "text"
										},
										{
											"key": "app_secret",
											"value": "YOUR_APP_SECRET",
											"type": "text"
										},
										{
											"key": "modules",
											"value": "qr_detector,head_detector",
											"type": "text"
										},
										{
											"key": "file",
											"type": "file",
											"src": "/path/to/your/classroom.jpg"
										}
									]
								},
								"url": {
									"raw": "https://127.0.0.1:23000/api/v1/image/analyze",
									"protocol": "https",
									"host": [
										"127",
										"0",
										"0",
										"1"
									],
									"port": "23000",
									"path": [
										"api",
										"v1",
										"image",
										"analyze"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"qr_detector\": [\n            {\n                \"RGB\": \"185,189,186\",\n                \"ambi\": 28,\n                \"content\": \"iDste\",\n                \"light\": 188,\n                \"rect\": {\n                    \"bottomLeft\": {\n                        \"x\": 223,\n                        \"y\": 333\n                    },\n                    \"bottomRight\": {\n                        \"x\": 392,\n                        \"y\": 333\n                    },\n                    \"topLeft\": {\n                        \"x\": 223,\n                        \"y\": 152\n                    },\n                    \"topRight\": {\n                        \"x\": 392,\n                        \"y\": 152\n                    }\n                }\n            },\n            {\n                \"RGB\": \"185,186,186\",\n                \"ambi\": 28,\n                \"content\": \"iDste\",\n                \"light\": 186,\n                \"rect\": {\n                    \"bottomLeft\": {\n                        \"x\": 1653,\n                        \"y\": 330\n                    },\n                    \"bottomRight\": {\n                        \"x\": 1823,\n                        \"y\": 330\n                    },\n                    \"topLeft\": {\n                        \"x\": 1653,\n                        \"y\": 146\n                    },\n                    \"topRight\": {\n                        \"x\": 1823,\n                        \"y\": 146\n                    }\n                }\n            }\n        ],\n        \"timestamp\": 1760963374\n    },\n    \"debug_urls\": {\n        \"qr_detector\": \"https://127.0.0.1:23000/api/v1/debug/admin/qr_detector_req_5e8596ca45a3483c8590e7a90b254210.jpg\"\n    },\n    \"message\": \"操作成功\",\n    \"request_id\": \"req_5e8596ca45a3483c8590e7a90b254210\",\n    \"status\": 0\n}"
						}
					]
				},
				{
					"name": "音频分析 sound_compare",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "app_id",
									"value": "admin",
									"type": "text"
								},
								{
									"key": "app_secret",
									"value": "774cc977feac4e9f54ab11cecfb6cb9e",
									"type": "text"
								},
								{
									"key": "modules",
									"value": "sound_compare",
									"description": "支持 sound_compare 和 sound_detector",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/D:/Python/AI服务器/#测试/2025-10-28_22_06_47_7.wav"
								}
							]
						},
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v1/audio/analyze",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v1",
								"audio",
								"analyze"
							]
						},
						"description": "Analyze classroom audio with AI modules"
					},
					"response": [
						{
							"name": "音频分析 sound_compare",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "app_id",
											"value": "admin",
											"type": "text"
										},
										{
											"key": "app_secret",
											"value": "774cc977feac4e9f54ab11cecfb6cb9e",
											"type": "text"
										},
										{
											"key": "modules",
											"value": "sound_compare",
											"description": "支持 sound_compare 和 sound_detector",
											"type": "text"
										},
										{
											"key": "file",
											"type": "file",
											"src": "/D:/Python/AI服务器/#测试/2025-10-28_22_06_47_7.wav"
										}
									]
								},
								"url": {
									"raw": "https://{{ServerIP}}:23000/api/v1/audio/analyze",
									"protocol": "https",
									"host": [
										"{{ServerIP}}"
									],
									"port": "23000",
									"path": [
										"api",
										"v1",
										"audio",
										"analyze"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "Werkzeug/3.1.3 Python/3.12.12"
								},
								{
									"key": "Date",
									"value": "Tue, 25 Nov 2025 20:10:08 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "200"
								},
								{
									"key": "Connection",
									"value": "close"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"sound_compare\": {\n            \"max_similarity\": 0.95,\n            \"overall_similarity\": 0.78\n        },\n        \"timestamp\": 1764101408\n    },\n    \"message\": \"操作成功\",\n    \"request_id\": \"req_bf55fdc0e42443839d56644c2b928899\",\n    \"status\": 0\n}"
						},
						{
							"name": "Successful Response",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "app_id",
											"value": "YOUR_APP_ID",
											"type": "text"
										},
										{
											"key": "app_secret",
											"value": "YOUR_APP_SECRET",
											"type": "text"
										},
										{
											"key": "modules",
											"value": "sound_detector",
											"type": "text"
										},
										{
											"key": "file",
											"type": "file",
											"src": "/path/to/your/audio_sample.wav"
										}
									]
								},
								"url": {
									"raw": "https://127.0.0.1:23000/api/v1/audio/analyze",
									"protocol": "https",
									"host": [
										"127",
										"0",
										"0",
										"1"
									],
									"port": "23000",
									"path": [
										"api",
										"v1",
										"audio",
										"analyze"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"sound_compare\": {\n            \"max_similarity\": 0.91,\n            \"overall_similarity\": 0.78\n        },\n        \"timestamp\": 1761654231\n    },\n    \"message\": \"操作成功\",\n    \"request_id\": \"req_de497a094da843109c314c8bb68ac4b8\",\n    \"status\": 0\n}"
						}
					]
				},
				{
					"name": "音频分析 sound_detector",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "app_id",
									"value": "admin",
									"type": "text"
								},
								{
									"key": "app_secret",
									"value": "774cc977feac4e9f54ab11cecfb6cb9e",
									"type": "text"
								},
								{
									"key": "modules",
									"value": "sound_detector",
									"description": "支持 sound_compare 和 sound_detector",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/D:/Python/AI服务器/#测试/2025-10-28_22_11_02_11.wav"
								}
							]
						},
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v1/audio/analyze",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v1",
								"audio",
								"analyze"
							]
						},
						"description": "Analyze classroom audio with AI modules"
					},
					"response": [
						{
							"name": "音频分析 sound_detector",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "app_id",
											"value": "admin",
											"type": "text"
										},
										{
											"key": "app_secret",
											"value": "774cc977feac4e9f54ab11cecfb6cb9e",
											"type": "text"
										},
										{
											"key": "modules",
											"value": "sound_detector",
											"description": "支持 sound_compare 和 sound_detector",
											"type": "text"
										},
										{
											"key": "file",
											"type": "file",
											"src": "/D:/Python/AI服务器/#测试/2025-10-28_22_06_47_7.wav"
										}
									]
								},
								"url": {
									"raw": "https://{{ServerIP}}:23000/api/v1/audio/analyze",
									"protocol": "https",
									"host": [
										"{{ServerIP}}"
									],
									"port": "23000",
									"path": [
										"api",
										"v1",
										"audio",
										"analyze"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "Werkzeug/3.1.3 Python/3.12.12"
								},
								{
									"key": "Date",
									"value": "Tue, 25 Nov 2025 20:06:12 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "2430"
								},
								{
									"key": "Connection",
									"value": "close"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"sound_detector\": {\n            \"event_per_second\": [\n                {\n                    \"confidence\": 0.45,\n                    \"event\": \"音乐\",\n                    \"second\": 0\n                },\n                {\n                    \"confidence\": 0.54,\n                    \"event\": \"音乐\",\n                    \"second\": 1\n                },\n                {\n                    \"confidence\": 0.56,\n                    \"event\": \"音乐\",\n                    \"second\": 2\n                },\n                {\n                    \"confidence\": 0.44,\n                    \"event\": \"音乐\",\n                    \"second\": 3\n                },\n                {\n                    \"confidence\": 0.5,\n                    \"event\": \"音乐\",\n                    \"second\": 4\n                },\n                {\n                    \"confidence\": 0.49,\n                    \"event\": \"音乐\",\n                    \"second\": 5\n                },\n                {\n                    \"confidence\": 0.51,\n                    \"event\": \"音乐\",\n                    \"second\": 6\n                },\n                {\n                    \"confidence\": 0.35,\n                    \"event\": \"语音\",\n                    \"second\": 7\n                },\n                {\n                    \"confidence\": 0.48,\n                    \"event\": \"音乐\",\n                    \"second\": 8\n                },\n                {\n                    \"confidence\": 0.54,\n                    \"event\": \"音乐\",\n                    \"second\": 9\n                },\n                {\n                    \"confidence\": 0.49,\n                    \"event\": \"音乐\",\n                    \"second\": 10\n                },\n                {\n                    \"confidence\": 0.48,\n                    \"event\": \"音乐\",\n                    \"second\": 11\n                },\n                {\n                    \"confidence\": 0.51,\n                    \"event\": \"音乐\",\n                    \"second\": 12\n                },\n                {\n                    \"confidence\": 0.52,\n                    \"event\": \"音乐\",\n                    \"second\": 13\n                },\n                {\n                    \"confidence\": 0.5,\n                    \"event\": \"音乐\",\n                    \"second\": 14\n                },\n                {\n                    \"confidence\": 0.41,\n                    \"event\": \"音乐\",\n                    \"second\": 15\n                },\n                {\n                    \"confidence\": 0.46,\n                    \"event\": \"音乐\",\n                    \"second\": 16\n                },\n                {\n                    \"confidence\": 0.5,\n                    \"event\": \"音乐\",\n                    \"second\": 17\n                },\n                {\n                    \"confidence\": 0.53,\n                    \"event\": \"音乐\",\n                    \"second\": 18\n                },\n                {\n                    \"confidence\": 0.54,\n                    \"event\": \"音乐\",\n                    \"second\": 19\n                },\n                {\n                    \"confidence\": 0.41,\n                    \"event\": \"音乐\",\n                    \"second\": 20\n                },\n                {\n                    \"confidence\": 0.54,\n                    \"event\": \"音乐\",\n                    \"second\": 21\n                },\n                {\n                    \"confidence\": 0.51,\n                    \"event\": \"音乐\",\n                    \"second\": 22\n                },\n                {\n                    \"confidence\": 0.35,\n                    \"event\": \"音乐\",\n                    \"second\": 23\n                },\n                {\n                    \"confidence\": 0.55,\n                    \"event\": \"音乐\",\n                    \"second\": 24\n                },\n                {\n                    \"confidence\": 0.53,\n                    \"event\": \"音乐\",\n                    \"second\": 25\n                },\n                {\n                    \"confidence\": 0.52,\n                    \"event\": \"音乐\",\n                    \"second\": 26\n                },\n                {\n                    \"confidence\": 0.56,\n                    \"event\": \"音乐\",\n                    \"second\": 27\n                },\n                {\n                    \"confidence\": 0.49,\n                    \"event\": \"音乐\",\n                    \"second\": 28\n                },\n                {\n                    \"confidence\": 0.55,\n                    \"event\": \"音乐\",\n                    \"second\": 29\n                },\n                {\n                    \"confidence\": 0.49,\n                    \"event\": \"音乐\",\n                    \"second\": 30\n                },\n                {\n                    \"confidence\": 0.53,\n                    \"event\": \"音乐\",\n                    \"second\": 31\n                },\n                {\n                    \"confidence\": 0.53,\n                    \"event\": \"音乐\",\n                    \"second\": 32\n                },\n                {\n                    \"confidence\": 0.5,\n                    \"event\": \"音乐\",\n                    \"second\": 33\n                },\n                {\n                    \"confidence\": 0.5,\n                    \"event\": \"音乐\",\n                    \"second\": 34\n                },\n                {\n                    \"confidence\": 0.52,\n                    \"event\": \"音乐\",\n                    \"second\": 35\n                },\n                {\n                    \"confidence\": 0.49,\n                    \"event\": \"音乐\",\n                    \"second\": 36\n                },\n                {\n                    \"confidence\": 0.53,\n                    \"event\": \"音乐\",\n                    \"second\": 37\n                },\n                {\n                    \"confidence\": 0.47,\n                    \"event\": \"音乐\",\n                    \"second\": 38\n                }\n            ],\n            \"visualization_url\": \"https://127.0.0.1:23000/api/v1/analyze/admin/audio/2025-11-26/sound_detector_1764101171018_7fd7c66d.jpg\"\n        },\n        \"timestamp\": 1764101172\n    },\n    \"message\": \"操作成功\",\n    \"request_id\": \"req_9457bd5ee9334f589b5db48dc265d472\",\n    \"status\": 0\n}"
						}
					]
				}
			]
		},
		{
			"name": "V2",
			"item": [
				{
					"name": "获取 API 接口能力",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v2/info",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v2",
								"info"
							]
						}
					},
					"response": []
				},
				{
					"name": "获取素材 screen_detector",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v2/files/screen_detector.png",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v2",
								"files",
								"screen_detector.png"
							]
						}
					},
					"response": []
				},
				{
					"name": "获取素材 qr_detector",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v2/files/qr_detector.png",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v2",
								"files",
								"qr_detector.png"
							]
						}
					},
					"response": []
				},
				{
					"name": "获取素材 sound_compare",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v2/files/sound_compare.wav",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v2",
								"files",
								"sound_compare.wav"
							]
						}
					},
					"response": []
				},
				{
					"name": "图片分析 screen_detector",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "app_id",
									"value": "admin",
									"type": "text"
								},
								{
									"key": "app_secret",
									"value": "774cc977feac4e9f54ab11cecfb6cb9e",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/D:/Python/2025/AI服务器/#测试/屏幕检测2.jpg"
								},
								{
									"key": "debug",
									"value": "1",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v2/image/screen_detector",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v2",
								"image",
								"screen_detector"
							]
						},
						"description": "Analyze classroom images with AI modules"
					},
					"response": []
				},
				{
					"name": "图片分析 head_detector",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "app_id",
									"value": "admin",
									"type": "text"
								},
								{
									"key": "app_secret",
									"value": "774cc977feac4e9f54ab11cecfb6cb9e",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/D:/Python/2025/AI服务器/#测试/人数.jpg"
								},
								{
									"key": "debug",
									"value": "1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v2/image/head_detector",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v2",
								"image",
								"head_detector"
							]
						},
						"description": "Analyze classroom images with AI modules"
					},
					"response": []
				},
				{
					"name": "图片分析 qr_detector",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "app_id",
									"value": "admin",
									"type": "text"
								},
								{
									"key": "app_secret",
									"value": "774cc977feac4e9f54ab11cecfb6cb9e",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/D:/Python/2025/AI服务器/#测试/二维码.jpg"
								},
								{
									"key": "debug",
									"value": "1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v2/image/qr_detector",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v2",
								"image",
								"qr_detector"
							]
						},
						"description": "Analyze classroom images with AI modules"
					},
					"response": []
				},
				{
					"name": "图片分析  front_row_occupancy",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "app_id",
									"value": "admin",
									"type": "text"
								},
								{
									"key": "app_secret",
									"value": "774cc977feac4e9f54ab11cecfb6cb9e",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/D:/vlcsnap-2026-04-13-14h31m03s442.png"
								},
								{
									"key": "front_row_coords",
									"value": "{\"x0\":242,\"y0\":395,\"x1\":10,\"y1\":700,\"x2\":450,\"y2\":1462,\"x3\":908,\"y3\":1402}",
									"type": "text"
								},
								{
									"key": "front_row_seats",
									"value": "20",
									"type": "text"
								},
								{
									"key": "debug",
									"value": "1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v2/image/front_row_occupancy",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v2",
								"image",
								"front_row_occupancy"
							]
						},
						"description": "Analyze classroom images with AI modules"
					},
					"response": []
				},
				{
					"name": "图片分析  deskchairalign_eval",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "app_id",
									"value": "admin",
									"type": "text"
								},
								{
									"key": "app_secret",
									"value": "774cc977feac4e9f54ab11cecfb6cb9e",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/D:/Python/AI服务器/Test/classroom.jpg"
								}
							]
						},
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v2/image/deskchairalign_eval",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v2",
								"image",
								"deskchairalign_eval"
							]
						},
						"description": "Analyze classroom images with AI modules"
					},
					"response": []
				},
				{
					"name": "图片分析  cleanliness_eval",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "app_id",
									"value": "admin",
									"type": "text"
								},
								{
									"key": "app_secret",
									"value": "774cc977feac4e9f54ab11cecfb6cb9e",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/D:/Python/AI服务器/Test/classroom3.jpg"
								}
							]
						},
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v2/image/cleanliness_eval",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v2",
								"image",
								"cleanliness_eval"
							]
						},
						"description": "Analyze classroom images with AI modules"
					},
					"response": []
				},
				{
					"name": "音频分析 sound_compare",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "app_id",
									"value": "admin",
									"type": "text"
								},
								{
									"key": "app_secret",
									"value": "774cc977feac4e9f54ab11cecfb6cb9e",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/D:/Python/AI服务器/#测试/2025-10-28_22_06_47_7.wav"
								}
							]
						},
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v2/audio/sound_compare",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v2",
								"audio",
								"sound_compare"
							]
						},
						"description": "Analyze classroom audio with AI modules"
					},
					"response": []
				},
				{
					"name": "音频分析 sound_detector",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "app_id",
									"value": "admin",
									"type": "text"
								},
								{
									"key": "app_secret",
									"value": "774cc977feac4e9f54ab11cecfb6cb9e",
									"type": "text"
								},
								{
									"key": "file",
									"type": "file",
									"src": "/D:/Python/AI服务器/#测试/2025-10-28_22_11_02_11.wav"
								}
							]
						},
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v2/audio/sound_detector",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v2",
								"audio",
								"sound_detector"
							]
						},
						"description": "Analyze classroom audio with AI modules"
					},
					"response": []
				},
				{
					"name": "配置 config",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "app_id",
									"value": "admin",
									"type": "text"
								},
								{
									"key": "app_secret",
									"value": "774cc977feac4e9f54ab11cecfb6cb9e",
									"type": "text"
								},
								{
									"key": "openai_base_url",
									"value": "http://192.168.0.129:1234/v1",
									"type": "text"
								},
								{
									"key": "openai_api_key",
									"value": "sk-local",
									"type": "text"
								},
								{
									"key": "openai_model_name",
									"value": "qwen/qwen3-vl-4b",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "https://{{ServerIP}}:23000/api/v2/config",
							"protocol": "https",
							"host": [
								"{{ServerIP}}"
							],
							"port": "23000",
							"path": [
								"api",
								"v2",
								"config"
							]
						},
						"description": "Analyze classroom audio with AI modules"
					},
					"response": []
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "ServerIP",
			"value": ""
		},
		{
			"key": "ServerIP1",
			"value": ""
		}
	]
}