-
Notifications
You must be signed in to change notification settings - Fork 1
/
DSM.postman_collection.json
102 lines (102 loc) · 1.85 KB
/
DSM.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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"info": {
"_postman_id": "d67a9869-95c5-4056-a9f3-9aa1c0c54ab6",
"name": "Startup Hackathon",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "14056226"
},
"item": [
{
"name": "Send Data",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "audio",
"type": "file",
"src": "/D:/Projects/Startup Waali Hackathon/output.wav"
},
{
"key": "language",
"value": "English (India)",
"type": "text"
}
]
},
"url": {
"raw": "https://meetingsync123.azurewebsites.net/process_audio",
"protocol": "https",
"host": [
"meetingsync123",
"azurewebsites",
"net"
],
"path": [
"process_audio"
]
}
},
"response": []
},
{
"name": "Analyse Weekly Data",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://meetingsync123.azurewebsites.net/analyse_weekly_data",
"protocol": "https",
"host": [
"meetingsync123",
"azurewebsites",
"net"
],
"path": [
"analyse_weekly_data"
]
}
},
"response": []
},
{
"name": "Ask Question",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "question",
"value": "who is facing blockers?",
"type": "text"
}
]
},
"url": {
"raw": "https://meetingsync123.azurewebsites.net/questions",
"protocol": "https",
"host": [
"meetingsync123",
"azurewebsites",
"net"
],
"path": [
"questions"
],
"query": [
{
"key": "question",
"value": "hi",
"disabled": true
}
]
}
},
"response": []
}
]
}