Skip to content

Commit

Permalink
Create kby-ai-face.postman_collection.json
Browse files Browse the repository at this point in the history
  • Loading branch information
justin200914 committed May 19, 2023
1 parent 5c5e63c commit 5c6bdaf
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions postman/kby-ai-face.postman_collection.json
Original file line number Diff line number Diff line change
@@ -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": []
}
]
}

0 comments on commit 5c6bdaf

Please sign in to comment.