From 5c6bdaff0e8154d6c6472ac9faf9158c6a6e7b47 Mon Sep 17 00:00:00 2001 From: justin200914 Date: Sat, 20 May 2023 03:00:19 +0800 Subject: [PATCH] Create kby-ai-face.postman_collection.json --- postman/kby-ai-face.postman_collection.json | 78 +++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 postman/kby-ai-face.postman_collection.json diff --git a/postman/kby-ai-face.postman_collection.json b/postman/kby-ai-face.postman_collection.json new file mode 100644 index 0000000..7fcd124 --- /dev/null +++ b/postman/kby-ai-face.postman_collection.json @@ -0,0 +1,78 @@ +{ + "info": { + "_postman_id": "1380cfbf-a6c4-41da-8470-85577d3055d4", + "name": "kby-ai-face", + "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", + "_exporter_id": "2379931" + }, + "item": [ + { + "name": "compare_face", + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "formdata", + "formdata": [ + { + "key": "file1", + "type": "file", + "src": [] + }, + { + "key": "file2", + "type": "file", + "src": [] + } + ] + }, + "url": { + "raw": "http://18.221.33.238:8081/compare_face", + "protocol": "http", + "host": [ + "18", + "221", + "33", + "238" + ], + "port": "8081", + "path": [ + "compare_face" + ] + } + }, + "response": [] + }, + { + "name": "compare_face_base64", + "request": { + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"base64_1\":\"xxx\",\r\n \"base64_2\":\"xxx\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://18.221.33.238:8081/compare_face_base64", + "protocol": "http", + "host": [ + "18", + "221", + "33", + "238" + ], + "port": "8081", + "path": [ + "compare_face_base64" + ] + } + }, + "response": [] + } + ] +} \ No newline at end of file