-
Notifications
You must be signed in to change notification settings - Fork 2
/
postman_collection.json
48 lines (48 loc) · 1.07 KB
/
postman_collection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"info": {
"_postman_id": "d0d2b47a-7218-4ff7-a594-ef6c90f7091c",
"name": "tiktok-product-scanner",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json",
"_exporter_id": "19170200"
},
"item": [
{
"name": "Process Video",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "video",
"type": "file",
"src": "/C:/Users/kaise/OneDrive/Desktop/Codebase/Personal Projects/tiktok-product-scanner/frontend/src/assets/macbook.mp4"
}
]
},
"url": "http://localhost:8001/videos/process"
},
"response": []
},
{
"name": "Upload Video",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "video",
"type": "file",
"src": "/C:/Users/kaise/OneDrive/Desktop/Codebase/Personal Projects/tiktok-product-scanner/frontend/src/assets/macbook.mp4"
}
]
},
"url": "http://localhost:5000/upload"
},
"response": []
}
]
}