-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapis.postman_collection.json
More file actions
73 lines (73 loc) · 1.32 KB
/
apis.postman_collection.json
File metadata and controls
73 lines (73 loc) · 1.32 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"info": {
"_postman_id": "448e51c3-ed24-4113-8c85-a3ccb4502ecb",
"name": "apis",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "34734330"
},
"item": [
{
"name": "http://localhost:8000/upload",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"type": "file",
"src": "postman-cloud:///1ef6a864-949c-4cf0-8f36-a0b3ebe04bb5"
},
{
"key": "doc_type",
"value": "json",
"type": "text"
}
]
},
"url": {
"raw": "http://localhost:8000/upload",
"protocol": "http",
"host": [
"localhost"
],
"port": "8000",
"path": [
"upload"
]
}
},
"response": []
},
{
"name": "http://localhost:8000/chat",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "message",
"value": "advice one SUV, that has most lowest consumption.",
"type": "text"
}
]
},
"url": {
"raw": "http://localhost:8000/chat",
"protocol": "http",
"host": [
"localhost"
],
"port": "8000",
"path": [
"chat"
]
}
},
"response": []
}
]
}