FaceRecognition_Docker / FaceRecognition.json
Jainam Jain
Add file
bd35930
raw
history blame
No virus
521 Bytes
{
"info": {
"name": "FastAPI API",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "read_root",
"request": {
"url": "http://localhost:8000/",
"method": "GET"
}
},
{
"name": "verify_image",
"request": {
"url": "http://localhost:8000/verify/",
"method": "GET"
}
}
]
}