@nordsym/apiclaw 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +50 -33
- package/README.md +22 -12
- package/SOUL.md +60 -19
- package/STATUS.md +91 -169
- package/convex/_generated/api.d.ts +6 -0
- package/convex/directCall.ts +598 -0
- package/convex/providers.ts +341 -26
- package/convex/schema.ts +87 -0
- package/convex/usage.ts +260 -0
- package/convex/waitlist.ts +55 -0
- package/data/combined-02-26.json +22102 -0
- package/data/night-expansion-02-26-06-batch2.json +1898 -0
- package/data/night-expansion-02-26-06-batch3.json +1410 -0
- package/data/night-expansion-02-26-06.json +3146 -0
- package/data/night-expansion-02-26-full.json +9726 -0
- package/data/night-expansion-02-26-v2.json +330 -0
- package/data/night-expansion-02-26.json +171 -0
- package/dist/crypto.d.ts +7 -0
- package/dist/crypto.d.ts.map +1 -0
- package/dist/crypto.js +67 -0
- package/dist/crypto.js.map +1 -0
- package/dist/execute-dynamic.d.ts +116 -0
- package/dist/execute-dynamic.d.ts.map +1 -0
- package/dist/execute-dynamic.js +456 -0
- package/dist/execute-dynamic.js.map +1 -0
- package/dist/execute.d.ts +2 -1
- package/dist/execute.d.ts.map +1 -1
- package/dist/execute.js +35 -5
- package/dist/execute.js.map +1 -1
- package/dist/index.js +33 -4
- package/dist/index.js.map +1 -1
- package/dist/registry/apis.json +2081 -3
- package/docs/PRD-customer-key-passthrough.md +184 -0
- package/landing/public/badges/available-on-apiclaw.svg +14 -0
- package/landing/scripts/generate-stats.js +75 -4
- package/landing/src/app/admin/page.tsx +1 -1
- package/landing/src/app/api/auth/magic-link/route.ts +1 -1
- package/landing/src/app/api/auth/session/route.ts +1 -1
- package/landing/src/app/api/auth/verify/route.ts +1 -1
- package/landing/src/app/api/og/route.tsx +5 -3
- package/landing/src/app/docs/page.tsx +5 -4
- package/landing/src/app/earn/page.tsx +14 -11
- package/landing/src/app/globals.css +16 -15
- package/landing/src/app/layout.tsx +2 -2
- package/landing/src/app/page.tsx +425 -254
- package/landing/src/app/providers/dashboard/[apiId]/actions/[actionId]/edit/page.tsx +600 -0
- package/landing/src/app/providers/dashboard/[apiId]/actions/new/page.tsx +583 -0
- package/landing/src/app/providers/dashboard/[apiId]/actions/page.tsx +301 -0
- package/landing/src/app/providers/dashboard/[apiId]/direct-call/page.tsx +659 -0
- package/landing/src/app/providers/dashboard/[apiId]/page.tsx +381 -0
- package/landing/src/app/providers/dashboard/[apiId]/test/page.tsx +418 -0
- package/landing/src/app/providers/dashboard/layout.tsx +292 -0
- package/landing/src/app/providers/dashboard/page.tsx +353 -290
- package/landing/src/app/providers/register/page.tsx +87 -10
- package/landing/src/components/AiClientDropdown.tsx +85 -0
- package/landing/src/components/ConfigHelperModal.tsx +113 -0
- package/landing/src/components/HeroTabs.tsx +187 -0
- package/landing/src/components/ShareIntegrationModal.tsx +198 -0
- package/landing/src/hooks/useDashboardData.ts +53 -1
- package/landing/src/lib/apis.json +46554 -174
- package/landing/src/lib/convex-client.ts +22 -3
- package/landing/src/lib/stats.json +4 -4
- package/landing/tsconfig.tsbuildinfo +1 -1
- package/night-expansion-02-26-06-batch2.py +368 -0
- package/night-expansion-02-26-06-batch3.py +299 -0
- package/night-expansion-02-26-06.py +756 -0
- package/package.json +1 -1
- package/scripts/bulk-add-public-apis-v2.py +418 -0
- package/scripts/night-expansion-02-26-v2.py +296 -0
- package/scripts/night-expansion-02-26.py +890 -0
- package/scripts/seed-complete-api.js +181 -0
- package/scripts/seed-demo-api.sh +44 -0
- package/src/crypto.ts +75 -0
- package/src/execute-dynamic.ts +589 -0
- package/src/execute.ts +41 -5
- package/src/index.ts +38 -4
- package/src/registry/apis.json +2081 -3
|
@@ -0,0 +1,1898 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "openmrs",
|
|
4
|
+
"name": "OpenMRS",
|
|
5
|
+
"description": "Open source medical records",
|
|
6
|
+
"category": "Healthcare",
|
|
7
|
+
"link": "https://wiki.openmrs.org/display/docs/REST+Web+Services+API+For+Clients",
|
|
8
|
+
"auth": "apiKey"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "hapi-fhir",
|
|
12
|
+
"name": "HAPI FHIR",
|
|
13
|
+
"description": "Healthcare interoperability",
|
|
14
|
+
"category": "Healthcare",
|
|
15
|
+
"link": "https://hapifhir.io/",
|
|
16
|
+
"auth": "None"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "drugbank",
|
|
20
|
+
"name": "DrugBank",
|
|
21
|
+
"description": "Drug information database",
|
|
22
|
+
"category": "Healthcare",
|
|
23
|
+
"link": "https://docs.drugbank.com/v1/",
|
|
24
|
+
"auth": "apiKey"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "rxnorm",
|
|
28
|
+
"name": "RxNorm",
|
|
29
|
+
"description": "Drug naming standards",
|
|
30
|
+
"category": "Healthcare",
|
|
31
|
+
"link": "https://lhncbc.nlm.nih.gov/RxNav/APIs/",
|
|
32
|
+
"auth": "None"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "openfda-drug",
|
|
36
|
+
"name": "OpenFDA Drug",
|
|
37
|
+
"description": "FDA drug data",
|
|
38
|
+
"category": "Healthcare",
|
|
39
|
+
"link": "https://open.fda.gov/apis/drug/",
|
|
40
|
+
"auth": "None"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "clinicaltrials-gov",
|
|
44
|
+
"name": "ClinicalTrials.gov",
|
|
45
|
+
"description": "Clinical trial data",
|
|
46
|
+
"category": "Healthcare",
|
|
47
|
+
"link": "https://clinicaltrials.gov/api/",
|
|
48
|
+
"auth": "None"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "biodigital",
|
|
52
|
+
"name": "BioDigital",
|
|
53
|
+
"description": "3D human anatomy",
|
|
54
|
+
"category": "Healthcare",
|
|
55
|
+
"link": "https://developer.biodigital.com/",
|
|
56
|
+
"auth": "apiKey"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "medlineplus",
|
|
60
|
+
"name": "MedlinePlus",
|
|
61
|
+
"description": "Health information",
|
|
62
|
+
"category": "Healthcare",
|
|
63
|
+
"link": "https://medlineplus.gov/webservices.html",
|
|
64
|
+
"auth": "None"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": "shippo",
|
|
68
|
+
"name": "Shippo",
|
|
69
|
+
"description": "Multi-carrier shipping",
|
|
70
|
+
"category": "Shipping",
|
|
71
|
+
"link": "https://goshippo.com/docs/",
|
|
72
|
+
"auth": "apiKey"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "easypost",
|
|
76
|
+
"name": "EasyPost",
|
|
77
|
+
"description": "Shipping API",
|
|
78
|
+
"category": "Shipping",
|
|
79
|
+
"link": "https://www.easypost.com/docs/api",
|
|
80
|
+
"auth": "apiKey"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "shipstation",
|
|
84
|
+
"name": "Shipstation",
|
|
85
|
+
"description": "Order management",
|
|
86
|
+
"category": "Shipping",
|
|
87
|
+
"link": "https://www.shipstation.com/docs/api/",
|
|
88
|
+
"auth": "apiKey"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "postnord",
|
|
92
|
+
"name": "PostNord",
|
|
93
|
+
"description": "Nordic postal service",
|
|
94
|
+
"category": "Shipping",
|
|
95
|
+
"link": "https://developer.postnord.com/",
|
|
96
|
+
"auth": "apiKey"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "deutsche-post",
|
|
100
|
+
"name": "Deutsche Post",
|
|
101
|
+
"description": "German postal service",
|
|
102
|
+
"category": "Shipping",
|
|
103
|
+
"link": "https://developer.dhl.com/",
|
|
104
|
+
"auth": "apiKey"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": "royal-mail",
|
|
108
|
+
"name": "Royal Mail",
|
|
109
|
+
"description": "UK postal service",
|
|
110
|
+
"category": "Shipping",
|
|
111
|
+
"link": "https://developer.royalmail.com/",
|
|
112
|
+
"auth": "apiKey"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "australia-post",
|
|
116
|
+
"name": "Australia Post",
|
|
117
|
+
"description": "Australian postal",
|
|
118
|
+
"category": "Shipping",
|
|
119
|
+
"link": "https://developers.auspost.com.au/",
|
|
120
|
+
"auth": "apiKey"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "usps",
|
|
124
|
+
"name": "USPS",
|
|
125
|
+
"description": "US Postal Service",
|
|
126
|
+
"category": "Shipping",
|
|
127
|
+
"link": "https://www.usps.com/business/web-tools-apis/",
|
|
128
|
+
"auth": "apiKey"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": "pitney-bowes",
|
|
132
|
+
"name": "Pitney Bowes",
|
|
133
|
+
"description": "Shipping and mailing",
|
|
134
|
+
"category": "Shipping",
|
|
135
|
+
"link": "https://shipping360.pitneybowes.com/api/",
|
|
136
|
+
"auth": "apiKey"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": "freightos",
|
|
140
|
+
"name": "Freightos",
|
|
141
|
+
"description": "Freight rates",
|
|
142
|
+
"category": "Shipping",
|
|
143
|
+
"link": "https://www.freightos.com/freight-api/",
|
|
144
|
+
"auth": "apiKey"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"id": "greenhouse",
|
|
148
|
+
"name": "Greenhouse",
|
|
149
|
+
"description": "Recruiting software",
|
|
150
|
+
"category": "HR",
|
|
151
|
+
"link": "https://developers.greenhouse.io/",
|
|
152
|
+
"auth": "apiKey"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"id": "lever",
|
|
156
|
+
"name": "Lever",
|
|
157
|
+
"description": "Recruiting platform",
|
|
158
|
+
"category": "HR",
|
|
159
|
+
"link": "https://hire.lever.co/developer/documentation",
|
|
160
|
+
"auth": "apiKey"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "workable",
|
|
164
|
+
"name": "Workable",
|
|
165
|
+
"description": "Recruiting software",
|
|
166
|
+
"category": "HR",
|
|
167
|
+
"link": "https://workable.readme.io/reference",
|
|
168
|
+
"auth": "apiKey"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "bamboohr",
|
|
172
|
+
"name": "BambooHR",
|
|
173
|
+
"description": "HR software",
|
|
174
|
+
"category": "HR",
|
|
175
|
+
"link": "https://documentation.bamboohr.com/reference",
|
|
176
|
+
"auth": "apiKey"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"id": "gusto",
|
|
180
|
+
"name": "Gusto",
|
|
181
|
+
"description": "Payroll and benefits",
|
|
182
|
+
"category": "HR",
|
|
183
|
+
"link": "https://docs.gusto.com/",
|
|
184
|
+
"auth": "OAuth"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"id": "rippling",
|
|
188
|
+
"name": "Rippling",
|
|
189
|
+
"description": "HR platform",
|
|
190
|
+
"category": "HR",
|
|
191
|
+
"link": "https://developer.rippling.com/",
|
|
192
|
+
"auth": "OAuth"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "personio",
|
|
196
|
+
"name": "Personio",
|
|
197
|
+
"description": "HR management",
|
|
198
|
+
"category": "HR",
|
|
199
|
+
"link": "https://developer.personio.de/reference",
|
|
200
|
+
"auth": "apiKey"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"id": "hibob",
|
|
204
|
+
"name": "HiBob",
|
|
205
|
+
"description": "HR platform",
|
|
206
|
+
"category": "HR",
|
|
207
|
+
"link": "https://apidocs.hibob.com/",
|
|
208
|
+
"auth": "apiKey"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"id": "namely",
|
|
212
|
+
"name": "Namely",
|
|
213
|
+
"description": "HR software",
|
|
214
|
+
"category": "HR",
|
|
215
|
+
"link": "https://developers.namely.com/",
|
|
216
|
+
"auth": "OAuth"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": "zenefits",
|
|
220
|
+
"name": "Zenefits",
|
|
221
|
+
"description": "HR platform",
|
|
222
|
+
"category": "HR",
|
|
223
|
+
"link": "https://developers.zenefits.com/",
|
|
224
|
+
"auth": "OAuth"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"id": "docusign",
|
|
228
|
+
"name": "DocuSign",
|
|
229
|
+
"description": "Electronic signatures",
|
|
230
|
+
"category": "Legal",
|
|
231
|
+
"link": "https://developers.docusign.com/",
|
|
232
|
+
"auth": "OAuth"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"id": "hellosign",
|
|
236
|
+
"name": "HelloSign",
|
|
237
|
+
"description": "E-signatures",
|
|
238
|
+
"category": "Legal",
|
|
239
|
+
"link": "https://developers.hellosign.com/",
|
|
240
|
+
"auth": "apiKey"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"id": "ironclad",
|
|
244
|
+
"name": "Ironclad",
|
|
245
|
+
"description": "Contract management",
|
|
246
|
+
"category": "Legal",
|
|
247
|
+
"link": "https://developer.ironcladapp.com/",
|
|
248
|
+
"auth": "OAuth"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"id": "contractworks",
|
|
252
|
+
"name": "ContractWorks",
|
|
253
|
+
"description": "Contract management",
|
|
254
|
+
"category": "Legal",
|
|
255
|
+
"link": "https://www.contractworks.com/api",
|
|
256
|
+
"auth": "apiKey"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"id": "clio",
|
|
260
|
+
"name": "Clio",
|
|
261
|
+
"description": "Legal practice management",
|
|
262
|
+
"category": "Legal",
|
|
263
|
+
"link": "https://developers.clio.com/",
|
|
264
|
+
"auth": "OAuth"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"id": "gdpr-api",
|
|
268
|
+
"name": "GDPR API",
|
|
269
|
+
"description": "GDPR compliance",
|
|
270
|
+
"category": "Legal",
|
|
271
|
+
"link": "https://gdpr-info.eu/",
|
|
272
|
+
"auth": "None"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"id": "vanta",
|
|
276
|
+
"name": "Vanta",
|
|
277
|
+
"description": "Compliance automation",
|
|
278
|
+
"category": "Security",
|
|
279
|
+
"link": "https://www.vanta.com/api",
|
|
280
|
+
"auth": "apiKey"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"id": "drata",
|
|
284
|
+
"name": "Drata",
|
|
285
|
+
"description": "Compliance platform",
|
|
286
|
+
"category": "Security",
|
|
287
|
+
"link": "https://drata.com/platform/api",
|
|
288
|
+
"auth": "apiKey"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"id": "onetrust",
|
|
292
|
+
"name": "OneTrust",
|
|
293
|
+
"description": "Privacy management",
|
|
294
|
+
"category": "Legal",
|
|
295
|
+
"link": "https://developer.onetrust.com/",
|
|
296
|
+
"auth": "OAuth"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"id": "zendesk",
|
|
300
|
+
"name": "Zendesk",
|
|
301
|
+
"description": "Customer service",
|
|
302
|
+
"category": "Support",
|
|
303
|
+
"link": "https://developer.zendesk.com/",
|
|
304
|
+
"auth": "OAuth"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"id": "freshdesk",
|
|
308
|
+
"name": "Freshdesk",
|
|
309
|
+
"description": "Help desk software",
|
|
310
|
+
"category": "Support",
|
|
311
|
+
"link": "https://developers.freshdesk.com/",
|
|
312
|
+
"auth": "apiKey"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"id": "intercom",
|
|
316
|
+
"name": "Intercom",
|
|
317
|
+
"description": "Customer messaging",
|
|
318
|
+
"category": "Support",
|
|
319
|
+
"link": "https://developers.intercom.com/",
|
|
320
|
+
"auth": "OAuth"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"id": "helpscout",
|
|
324
|
+
"name": "Helpscout",
|
|
325
|
+
"description": "Customer support",
|
|
326
|
+
"category": "Support",
|
|
327
|
+
"link": "https://developer.helpscout.com/",
|
|
328
|
+
"auth": "OAuth"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"id": "crisp",
|
|
332
|
+
"name": "Crisp",
|
|
333
|
+
"description": "Customer messaging",
|
|
334
|
+
"category": "Support",
|
|
335
|
+
"link": "https://docs.crisp.chat/api/v1/",
|
|
336
|
+
"auth": "apiKey"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"id": "drift",
|
|
340
|
+
"name": "Drift",
|
|
341
|
+
"description": "Conversational marketing",
|
|
342
|
+
"category": "Marketing",
|
|
343
|
+
"link": "https://devdocs.drift.com/",
|
|
344
|
+
"auth": "OAuth"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"id": "tawk-to",
|
|
348
|
+
"name": "Tawk.to",
|
|
349
|
+
"description": "Live chat",
|
|
350
|
+
"category": "Support",
|
|
351
|
+
"link": "https://developer.tawk.to/",
|
|
352
|
+
"auth": "apiKey"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"id": "livechat",
|
|
356
|
+
"name": "LiveChat",
|
|
357
|
+
"description": "Live chat software",
|
|
358
|
+
"category": "Support",
|
|
359
|
+
"link": "https://developers.livechat.com/",
|
|
360
|
+
"auth": "OAuth"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"id": "kustomer",
|
|
364
|
+
"name": "Kustomer",
|
|
365
|
+
"description": "Customer service",
|
|
366
|
+
"category": "Support",
|
|
367
|
+
"link": "https://developer.kustomer.com/",
|
|
368
|
+
"auth": "apiKey"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"id": "gorgias",
|
|
372
|
+
"name": "Gorgias",
|
|
373
|
+
"description": "E-commerce support",
|
|
374
|
+
"category": "Support",
|
|
375
|
+
"link": "https://developers.gorgias.com/",
|
|
376
|
+
"auth": "apiKey"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"id": "hubspot",
|
|
380
|
+
"name": "HubSpot",
|
|
381
|
+
"description": "Marketing platform",
|
|
382
|
+
"category": "Marketing",
|
|
383
|
+
"link": "https://developers.hubspot.com/",
|
|
384
|
+
"auth": "OAuth"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"id": "marketo",
|
|
388
|
+
"name": "Marketo",
|
|
389
|
+
"description": "Marketing automation",
|
|
390
|
+
"category": "Marketing",
|
|
391
|
+
"link": "https://developers.marketo.com/",
|
|
392
|
+
"auth": "OAuth"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"id": "pardot",
|
|
396
|
+
"name": "Pardot",
|
|
397
|
+
"description": "B2B marketing",
|
|
398
|
+
"category": "Marketing",
|
|
399
|
+
"link": "https://developer.salesforce.com/docs/marketing/pardot/",
|
|
400
|
+
"auth": "OAuth"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"id": "activecampaign",
|
|
404
|
+
"name": "ActiveCampaign",
|
|
405
|
+
"description": "Email marketing",
|
|
406
|
+
"category": "Marketing",
|
|
407
|
+
"link": "https://developers.activecampaign.com/",
|
|
408
|
+
"auth": "apiKey"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"id": "klaviyo",
|
|
412
|
+
"name": "Klaviyo",
|
|
413
|
+
"description": "E-commerce marketing",
|
|
414
|
+
"category": "Marketing",
|
|
415
|
+
"link": "https://developers.klaviyo.com/",
|
|
416
|
+
"auth": "apiKey"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"id": "braze",
|
|
420
|
+
"name": "Braze",
|
|
421
|
+
"description": "Customer engagement",
|
|
422
|
+
"category": "Marketing",
|
|
423
|
+
"link": "https://www.braze.com/docs/api/",
|
|
424
|
+
"auth": "apiKey"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"id": "iterable",
|
|
428
|
+
"name": "Iterable",
|
|
429
|
+
"description": "Cross-channel marketing",
|
|
430
|
+
"category": "Marketing",
|
|
431
|
+
"link": "https://api.iterable.com/api/docs",
|
|
432
|
+
"auth": "apiKey"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"id": "customer-io",
|
|
436
|
+
"name": "Customer.io",
|
|
437
|
+
"description": "Messaging automation",
|
|
438
|
+
"category": "Marketing",
|
|
439
|
+
"link": "https://customer.io/docs/api/",
|
|
440
|
+
"auth": "apiKey"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"id": "drip",
|
|
444
|
+
"name": "Drip",
|
|
445
|
+
"description": "E-commerce CRM",
|
|
446
|
+
"category": "Marketing",
|
|
447
|
+
"link": "https://developer.drip.com/",
|
|
448
|
+
"auth": "OAuth"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"id": "omnisend",
|
|
452
|
+
"name": "Omnisend",
|
|
453
|
+
"description": "E-commerce marketing",
|
|
454
|
+
"category": "Marketing",
|
|
455
|
+
"link": "https://api-docs.omnisend.com/",
|
|
456
|
+
"auth": "apiKey"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"id": "quickbooks",
|
|
460
|
+
"name": "QuickBooks",
|
|
461
|
+
"description": "Accounting software",
|
|
462
|
+
"category": "Finance",
|
|
463
|
+
"link": "https://developer.intuit.com/app/developer/qbo/docs/",
|
|
464
|
+
"auth": "OAuth"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"id": "xero",
|
|
468
|
+
"name": "Xero",
|
|
469
|
+
"description": "Accounting platform",
|
|
470
|
+
"category": "Finance",
|
|
471
|
+
"link": "https://developer.xero.com/",
|
|
472
|
+
"auth": "OAuth"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"id": "freshbooks",
|
|
476
|
+
"name": "FreshBooks",
|
|
477
|
+
"description": "Invoicing software",
|
|
478
|
+
"category": "Finance",
|
|
479
|
+
"link": "https://www.freshbooks.com/api/",
|
|
480
|
+
"auth": "OAuth"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"id": "wave",
|
|
484
|
+
"name": "Wave",
|
|
485
|
+
"description": "Small business accounting",
|
|
486
|
+
"category": "Finance",
|
|
487
|
+
"link": "https://developer.waveapps.com/",
|
|
488
|
+
"auth": "OAuth"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"id": "sage",
|
|
492
|
+
"name": "Sage",
|
|
493
|
+
"description": "Accounting software",
|
|
494
|
+
"category": "Finance",
|
|
495
|
+
"link": "https://developer.sage.com/",
|
|
496
|
+
"auth": "OAuth"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"id": "invoice-ninja",
|
|
500
|
+
"name": "Invoice Ninja",
|
|
501
|
+
"description": "Invoicing platform",
|
|
502
|
+
"category": "Finance",
|
|
503
|
+
"link": "https://invoice-ninja.readthedocs.io/",
|
|
504
|
+
"auth": "apiKey"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"id": "harvest",
|
|
508
|
+
"name": "Harvest",
|
|
509
|
+
"description": "Time tracking",
|
|
510
|
+
"category": "Productivity",
|
|
511
|
+
"link": "https://help.getharvest.com/api-v2/",
|
|
512
|
+
"auth": "OAuth"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"id": "chargebee",
|
|
516
|
+
"name": "Chargebee",
|
|
517
|
+
"description": "Subscription billing",
|
|
518
|
+
"category": "Finance",
|
|
519
|
+
"link": "https://www.chargebee.com/docs/2.0/api_v2.html",
|
|
520
|
+
"auth": "apiKey"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"id": "recurly",
|
|
524
|
+
"name": "Recurly",
|
|
525
|
+
"description": "Subscription management",
|
|
526
|
+
"category": "Finance",
|
|
527
|
+
"link": "https://developers.recurly.com/",
|
|
528
|
+
"auth": "apiKey"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"id": "salesforce-api",
|
|
532
|
+
"name": "Salesforce API",
|
|
533
|
+
"description": "CRM platform",
|
|
534
|
+
"category": "Business",
|
|
535
|
+
"link": "https://developer.salesforce.com/docs/apis",
|
|
536
|
+
"auth": "OAuth"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"id": "pipedrive",
|
|
540
|
+
"name": "Pipedrive",
|
|
541
|
+
"description": "Sales CRM",
|
|
542
|
+
"category": "Business",
|
|
543
|
+
"link": "https://developers.pipedrive.com/",
|
|
544
|
+
"auth": "OAuth"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"id": "zoho-crm",
|
|
548
|
+
"name": "Zoho CRM",
|
|
549
|
+
"description": "CRM platform",
|
|
550
|
+
"category": "Business",
|
|
551
|
+
"link": "https://www.zoho.com/crm/developer/docs/api/",
|
|
552
|
+
"auth": "OAuth"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"id": "close",
|
|
556
|
+
"name": "Close",
|
|
557
|
+
"description": "Sales CRM",
|
|
558
|
+
"category": "Business",
|
|
559
|
+
"link": "https://developer.close.com/",
|
|
560
|
+
"auth": "apiKey"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"id": "copper",
|
|
564
|
+
"name": "Copper",
|
|
565
|
+
"description": "Google CRM",
|
|
566
|
+
"category": "Business",
|
|
567
|
+
"link": "https://developer.copper.com/",
|
|
568
|
+
"auth": "apiKey"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"id": "insightly",
|
|
572
|
+
"name": "Insightly",
|
|
573
|
+
"description": "CRM and project",
|
|
574
|
+
"category": "Business",
|
|
575
|
+
"link": "https://api.insight.ly/v3.1/Help",
|
|
576
|
+
"auth": "apiKey"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"id": "nimble",
|
|
580
|
+
"name": "Nimble",
|
|
581
|
+
"description": "Social CRM",
|
|
582
|
+
"category": "Business",
|
|
583
|
+
"link": "https://nimble.com/api/",
|
|
584
|
+
"auth": "apiKey"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"id": "freshsales",
|
|
588
|
+
"name": "Freshsales",
|
|
589
|
+
"description": "Sales CRM",
|
|
590
|
+
"category": "Business",
|
|
591
|
+
"link": "https://developers.freshsales.io/",
|
|
592
|
+
"auth": "apiKey"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"id": "monday-com",
|
|
596
|
+
"name": "Monday.com",
|
|
597
|
+
"description": "Work OS",
|
|
598
|
+
"category": "Productivity",
|
|
599
|
+
"link": "https://developer.monday.com/",
|
|
600
|
+
"auth": "apiKey"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"id": "clickup",
|
|
604
|
+
"name": "ClickUp",
|
|
605
|
+
"description": "Project management",
|
|
606
|
+
"category": "Productivity",
|
|
607
|
+
"link": "https://clickup.com/api",
|
|
608
|
+
"auth": "OAuth"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"id": "supabase",
|
|
612
|
+
"name": "Supabase",
|
|
613
|
+
"description": "Open source Firebase",
|
|
614
|
+
"category": "Database",
|
|
615
|
+
"link": "https://supabase.com/docs/reference/",
|
|
616
|
+
"auth": "apiKey"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"id": "firebase",
|
|
620
|
+
"name": "Firebase",
|
|
621
|
+
"description": "App development platform",
|
|
622
|
+
"category": "Database",
|
|
623
|
+
"link": "https://firebase.google.com/docs/reference",
|
|
624
|
+
"auth": "apiKey"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"id": "planetscale",
|
|
628
|
+
"name": "PlanetScale",
|
|
629
|
+
"description": "Serverless MySQL",
|
|
630
|
+
"category": "Database",
|
|
631
|
+
"link": "https://planetscale.com/docs/api/",
|
|
632
|
+
"auth": "apiKey"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"id": "fauna",
|
|
636
|
+
"name": "Fauna",
|
|
637
|
+
"description": "Serverless database",
|
|
638
|
+
"category": "Database",
|
|
639
|
+
"link": "https://docs.fauna.com/fauna/current/api/",
|
|
640
|
+
"auth": "apiKey"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"id": "neon",
|
|
644
|
+
"name": "Neon",
|
|
645
|
+
"description": "Serverless Postgres",
|
|
646
|
+
"category": "Database",
|
|
647
|
+
"link": "https://neon.tech/docs/introduction/",
|
|
648
|
+
"auth": "apiKey"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"id": "cockroach-labs",
|
|
652
|
+
"name": "Cockroach Labs",
|
|
653
|
+
"description": "Distributed SQL",
|
|
654
|
+
"category": "Database",
|
|
655
|
+
"link": "https://www.cockroachlabs.com/docs/api/",
|
|
656
|
+
"auth": "apiKey"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"id": "upstash",
|
|
660
|
+
"name": "Upstash",
|
|
661
|
+
"description": "Serverless Redis",
|
|
662
|
+
"category": "Database",
|
|
663
|
+
"link": "https://docs.upstash.com/",
|
|
664
|
+
"auth": "apiKey"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"id": "astra-db",
|
|
668
|
+
"name": "Astra DB",
|
|
669
|
+
"description": "Cloud Cassandra",
|
|
670
|
+
"category": "Database",
|
|
671
|
+
"link": "https://docs.datastax.com/en/astra/docs/",
|
|
672
|
+
"auth": "apiKey"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"id": "singlestore",
|
|
676
|
+
"name": "SingleStore",
|
|
677
|
+
"description": "Real-time database",
|
|
678
|
+
"category": "Database",
|
|
679
|
+
"link": "https://docs.singlestore.com/",
|
|
680
|
+
"auth": "apiKey"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"id": "datadog",
|
|
684
|
+
"name": "Datadog",
|
|
685
|
+
"description": "Monitoring platform",
|
|
686
|
+
"category": "DevOps",
|
|
687
|
+
"link": "https://docs.datadoghq.com/api/",
|
|
688
|
+
"auth": "apiKey"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"id": "new-relic",
|
|
692
|
+
"name": "New Relic",
|
|
693
|
+
"description": "Observability platform",
|
|
694
|
+
"category": "DevOps",
|
|
695
|
+
"link": "https://docs.newrelic.com/docs/apis/",
|
|
696
|
+
"auth": "apiKey"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"id": "sentry",
|
|
700
|
+
"name": "Sentry",
|
|
701
|
+
"description": "Error tracking",
|
|
702
|
+
"category": "DevOps",
|
|
703
|
+
"link": "https://docs.sentry.io/api/",
|
|
704
|
+
"auth": "apiKey"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"id": "pagerduty",
|
|
708
|
+
"name": "PagerDuty",
|
|
709
|
+
"description": "Incident response",
|
|
710
|
+
"category": "DevOps",
|
|
711
|
+
"link": "https://developer.pagerduty.com/",
|
|
712
|
+
"auth": "apiKey"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"id": "grafana-cloud",
|
|
716
|
+
"name": "Grafana Cloud",
|
|
717
|
+
"description": "Monitoring stack",
|
|
718
|
+
"category": "DevOps",
|
|
719
|
+
"link": "https://grafana.com/docs/grafana-cloud/api/",
|
|
720
|
+
"auth": "apiKey"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"id": "splunk",
|
|
724
|
+
"name": "Splunk",
|
|
725
|
+
"description": "Data platform",
|
|
726
|
+
"category": "DevOps",
|
|
727
|
+
"link": "https://dev.splunk.com/",
|
|
728
|
+
"auth": "apiKey"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"id": "logrocket",
|
|
732
|
+
"name": "LogRocket",
|
|
733
|
+
"description": "Frontend monitoring",
|
|
734
|
+
"category": "DevOps",
|
|
735
|
+
"link": "https://docs.logrocket.com/",
|
|
736
|
+
"auth": "apiKey"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"id": "rollbar",
|
|
740
|
+
"name": "Rollbar",
|
|
741
|
+
"description": "Error tracking",
|
|
742
|
+
"category": "DevOps",
|
|
743
|
+
"link": "https://docs.rollbar.com/",
|
|
744
|
+
"auth": "apiKey"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"id": "bugsnag",
|
|
748
|
+
"name": "Bugsnag",
|
|
749
|
+
"description": "Error monitoring",
|
|
750
|
+
"category": "DevOps",
|
|
751
|
+
"link": "https://bugsnagapiv2.docs.apiary.io/",
|
|
752
|
+
"auth": "apiKey"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"id": "airbrake",
|
|
756
|
+
"name": "Airbrake",
|
|
757
|
+
"description": "Error monitoring",
|
|
758
|
+
"category": "DevOps",
|
|
759
|
+
"link": "https://airbrake.io/docs/api/",
|
|
760
|
+
"auth": "apiKey"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"id": "cloudflare-stream",
|
|
764
|
+
"name": "Cloudflare Stream",
|
|
765
|
+
"description": "Video streaming",
|
|
766
|
+
"category": "Video",
|
|
767
|
+
"link": "https://developers.cloudflare.com/stream/",
|
|
768
|
+
"auth": "apiKey"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"id": "mux",
|
|
772
|
+
"name": "Mux",
|
|
773
|
+
"description": "Video infrastructure",
|
|
774
|
+
"category": "Video",
|
|
775
|
+
"link": "https://docs.mux.com/",
|
|
776
|
+
"auth": "apiKey"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"id": "wistia",
|
|
780
|
+
"name": "Wistia",
|
|
781
|
+
"description": "Video hosting",
|
|
782
|
+
"category": "Video",
|
|
783
|
+
"link": "https://wistia.com/support/developers",
|
|
784
|
+
"auth": "apiKey"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"id": "brightcove",
|
|
788
|
+
"name": "Brightcove",
|
|
789
|
+
"description": "Video technology",
|
|
790
|
+
"category": "Video",
|
|
791
|
+
"link": "https://apis.support.brightcove.com/",
|
|
792
|
+
"auth": "OAuth"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"id": "jw-player",
|
|
796
|
+
"name": "JW Player",
|
|
797
|
+
"description": "Video player",
|
|
798
|
+
"category": "Video",
|
|
799
|
+
"link": "https://developer.jwplayer.com/",
|
|
800
|
+
"auth": "apiKey"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"id": "kaltura",
|
|
804
|
+
"name": "Kaltura",
|
|
805
|
+
"description": "Video platform",
|
|
806
|
+
"category": "Video",
|
|
807
|
+
"link": "https://developer.kaltura.com/",
|
|
808
|
+
"auth": "apiKey"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"id": "api-video",
|
|
812
|
+
"name": "api.video",
|
|
813
|
+
"description": "Video API",
|
|
814
|
+
"category": "Video",
|
|
815
|
+
"link": "https://docs.api.video/",
|
|
816
|
+
"auth": "apiKey"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"id": "ziggeo",
|
|
820
|
+
"name": "Ziggeo",
|
|
821
|
+
"description": "Video recording",
|
|
822
|
+
"category": "Video",
|
|
823
|
+
"link": "https://ziggeo.com/docs/",
|
|
824
|
+
"auth": "apiKey"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"id": "agora",
|
|
828
|
+
"name": "Agora",
|
|
829
|
+
"description": "Real-time engagement",
|
|
830
|
+
"category": "Video",
|
|
831
|
+
"link": "https://docs.agora.io/",
|
|
832
|
+
"auth": "apiKey"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"id": "typeform",
|
|
836
|
+
"name": "Typeform",
|
|
837
|
+
"description": "Online forms",
|
|
838
|
+
"category": "Productivity",
|
|
839
|
+
"link": "https://developer.typeform.com/",
|
|
840
|
+
"auth": "OAuth"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"id": "surveymonkey",
|
|
844
|
+
"name": "SurveyMonkey",
|
|
845
|
+
"description": "Survey platform",
|
|
846
|
+
"category": "Productivity",
|
|
847
|
+
"link": "https://developer.surveymonkey.com/",
|
|
848
|
+
"auth": "OAuth"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"id": "google-forms",
|
|
852
|
+
"name": "Google Forms",
|
|
853
|
+
"description": "Forms builder",
|
|
854
|
+
"category": "Productivity",
|
|
855
|
+
"link": "https://developers.google.com/forms/api",
|
|
856
|
+
"auth": "OAuth"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"id": "tally",
|
|
860
|
+
"name": "Tally",
|
|
861
|
+
"description": "Form builder",
|
|
862
|
+
"category": "Productivity",
|
|
863
|
+
"link": "https://tally.so/help/webhooks",
|
|
864
|
+
"auth": "apiKey"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"id": "paperform",
|
|
868
|
+
"name": "Paperform",
|
|
869
|
+
"description": "Online forms",
|
|
870
|
+
"category": "Productivity",
|
|
871
|
+
"link": "https://paperform.co/help/articles/api-overview/",
|
|
872
|
+
"auth": "apiKey"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"id": "formstack",
|
|
876
|
+
"name": "Formstack",
|
|
877
|
+
"description": "Form builder",
|
|
878
|
+
"category": "Productivity",
|
|
879
|
+
"link": "https://developers.formstack.com/",
|
|
880
|
+
"auth": "OAuth"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"id": "cognito-forms",
|
|
884
|
+
"name": "Cognito Forms",
|
|
885
|
+
"description": "Form builder",
|
|
886
|
+
"category": "Productivity",
|
|
887
|
+
"link": "https://www.cognitoforms.com/api",
|
|
888
|
+
"auth": "apiKey"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"id": "wufoo",
|
|
892
|
+
"name": "Wufoo",
|
|
893
|
+
"description": "Online forms",
|
|
894
|
+
"category": "Productivity",
|
|
895
|
+
"link": "https://wufoo.github.io/docs/",
|
|
896
|
+
"auth": "apiKey"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"id": "formbricks",
|
|
900
|
+
"name": "Formbricks",
|
|
901
|
+
"description": "Open source surveys",
|
|
902
|
+
"category": "Productivity",
|
|
903
|
+
"link": "https://formbricks.com/docs/api",
|
|
904
|
+
"auth": "apiKey"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"id": "qualtrics",
|
|
908
|
+
"name": "Qualtrics",
|
|
909
|
+
"description": "Experience management",
|
|
910
|
+
"category": "Productivity",
|
|
911
|
+
"link": "https://api.qualtrics.com/",
|
|
912
|
+
"auth": "apiKey"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"id": "calendly",
|
|
916
|
+
"name": "Calendly",
|
|
917
|
+
"description": "Scheduling automation",
|
|
918
|
+
"category": "Productivity",
|
|
919
|
+
"link": "https://developer.calendly.com/",
|
|
920
|
+
"auth": "OAuth"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"id": "cal-com",
|
|
924
|
+
"name": "Cal.com",
|
|
925
|
+
"description": "Open source scheduling",
|
|
926
|
+
"category": "Productivity",
|
|
927
|
+
"link": "https://cal.com/docs/api",
|
|
928
|
+
"auth": "apiKey"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"id": "cronofy",
|
|
932
|
+
"name": "Cronofy",
|
|
933
|
+
"description": "Calendar API",
|
|
934
|
+
"category": "Productivity",
|
|
935
|
+
"link": "https://docs.cronofy.com/",
|
|
936
|
+
"auth": "OAuth"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"id": "nylas",
|
|
940
|
+
"name": "Nylas",
|
|
941
|
+
"description": "Communications platform",
|
|
942
|
+
"category": "Productivity",
|
|
943
|
+
"link": "https://developer.nylas.com/",
|
|
944
|
+
"auth": "OAuth"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"id": "acuity-scheduling",
|
|
948
|
+
"name": "Acuity Scheduling",
|
|
949
|
+
"description": "Appointment scheduling",
|
|
950
|
+
"category": "Productivity",
|
|
951
|
+
"link": "https://developers.acuityscheduling.com/",
|
|
952
|
+
"auth": "OAuth"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"id": "doodle",
|
|
956
|
+
"name": "Doodle",
|
|
957
|
+
"description": "Meeting scheduling",
|
|
958
|
+
"category": "Productivity",
|
|
959
|
+
"link": "https://doodle.com/api",
|
|
960
|
+
"auth": "OAuth"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"id": "simplybook",
|
|
964
|
+
"name": "SimplyBook",
|
|
965
|
+
"description": "Booking system",
|
|
966
|
+
"category": "Productivity",
|
|
967
|
+
"link": "https://simplybook.me/api/developer",
|
|
968
|
+
"auth": "apiKey"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"id": "youcanbook-me",
|
|
972
|
+
"name": "YouCanBook.me",
|
|
973
|
+
"description": "Booking pages",
|
|
974
|
+
"category": "Productivity",
|
|
975
|
+
"link": "https://api.youcanbook.me/",
|
|
976
|
+
"auth": "apiKey"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"id": "appointlet",
|
|
980
|
+
"name": "Appointlet",
|
|
981
|
+
"description": "Scheduling software",
|
|
982
|
+
"category": "Productivity",
|
|
983
|
+
"link": "https://developers.appointlet.com/",
|
|
984
|
+
"auth": "apiKey"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"id": "setmore",
|
|
988
|
+
"name": "Setmore",
|
|
989
|
+
"description": "Appointment scheduling",
|
|
990
|
+
"category": "Productivity",
|
|
991
|
+
"link": "https://setmore.com/api",
|
|
992
|
+
"auth": "apiKey"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"id": "hootsuite",
|
|
996
|
+
"name": "Hootsuite",
|
|
997
|
+
"description": "Social media management",
|
|
998
|
+
"category": "Social",
|
|
999
|
+
"link": "https://developer.hootsuite.com/",
|
|
1000
|
+
"auth": "OAuth"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"id": "sprout-social",
|
|
1004
|
+
"name": "Sprout Social",
|
|
1005
|
+
"description": "Social management",
|
|
1006
|
+
"category": "Social",
|
|
1007
|
+
"link": "https://developers.sproutsocial.com/",
|
|
1008
|
+
"auth": "OAuth"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"id": "later",
|
|
1012
|
+
"name": "Later",
|
|
1013
|
+
"description": "Social scheduling",
|
|
1014
|
+
"category": "Social",
|
|
1015
|
+
"link": "https://developers.later.com/",
|
|
1016
|
+
"auth": "OAuth"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"id": "sprinklr",
|
|
1020
|
+
"name": "Sprinklr",
|
|
1021
|
+
"description": "CXM platform",
|
|
1022
|
+
"category": "Social",
|
|
1023
|
+
"link": "https://developer.sprinklr.com/",
|
|
1024
|
+
"auth": "OAuth"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"id": "agorapulse",
|
|
1028
|
+
"name": "Agorapulse",
|
|
1029
|
+
"description": "Social media tool",
|
|
1030
|
+
"category": "Social",
|
|
1031
|
+
"link": "https://api.agorapulse.com/",
|
|
1032
|
+
"auth": "OAuth"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"id": "socialbee",
|
|
1036
|
+
"name": "SocialBee",
|
|
1037
|
+
"description": "Social scheduling",
|
|
1038
|
+
"category": "Social",
|
|
1039
|
+
"link": "https://socialbee.com/api/",
|
|
1040
|
+
"auth": "apiKey"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"id": "publer",
|
|
1044
|
+
"name": "Publer",
|
|
1045
|
+
"description": "Social scheduling",
|
|
1046
|
+
"category": "Social",
|
|
1047
|
+
"link": "https://publer.io/api/",
|
|
1048
|
+
"auth": "apiKey"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"id": "loomly",
|
|
1052
|
+
"name": "Loomly",
|
|
1053
|
+
"description": "Brand success platform",
|
|
1054
|
+
"category": "Social",
|
|
1055
|
+
"link": "https://www.loomly.com/api",
|
|
1056
|
+
"auth": "apiKey"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"id": "sendible",
|
|
1060
|
+
"name": "Sendible",
|
|
1061
|
+
"description": "Social management",
|
|
1062
|
+
"category": "Social",
|
|
1063
|
+
"link": "https://sendible.com/api",
|
|
1064
|
+
"auth": "OAuth"
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"id": "coschedule",
|
|
1068
|
+
"name": "CoSchedule",
|
|
1069
|
+
"description": "Marketing calendar",
|
|
1070
|
+
"category": "Marketing",
|
|
1071
|
+
"link": "https://coschedule.com/api",
|
|
1072
|
+
"auth": "apiKey"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"id": "shipbob",
|
|
1076
|
+
"name": "Shipbob",
|
|
1077
|
+
"description": "Fulfillment platform",
|
|
1078
|
+
"category": "E-commerce",
|
|
1079
|
+
"link": "https://developer.shipbob.com/",
|
|
1080
|
+
"auth": "OAuth"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"id": "printful",
|
|
1084
|
+
"name": "Printful",
|
|
1085
|
+
"description": "Print on demand",
|
|
1086
|
+
"category": "E-commerce",
|
|
1087
|
+
"link": "https://developers.printful.com/",
|
|
1088
|
+
"auth": "OAuth"
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"id": "printify",
|
|
1092
|
+
"name": "Printify",
|
|
1093
|
+
"description": "Print on demand",
|
|
1094
|
+
"category": "E-commerce",
|
|
1095
|
+
"link": "https://developers.printify.com/",
|
|
1096
|
+
"auth": "OAuth"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"id": "gooten",
|
|
1100
|
+
"name": "Gooten",
|
|
1101
|
+
"description": "Print on demand",
|
|
1102
|
+
"category": "E-commerce",
|
|
1103
|
+
"link": "https://www.gooten.com/api/",
|
|
1104
|
+
"auth": "apiKey"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"id": "oberlo",
|
|
1108
|
+
"name": "Oberlo",
|
|
1109
|
+
"description": "Dropshipping",
|
|
1110
|
+
"category": "E-commerce",
|
|
1111
|
+
"link": "https://www.oberlo.com/api",
|
|
1112
|
+
"auth": "OAuth"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"id": "spocket",
|
|
1116
|
+
"name": "Spocket",
|
|
1117
|
+
"description": "Dropshipping",
|
|
1118
|
+
"category": "E-commerce",
|
|
1119
|
+
"link": "https://www.spocket.co/api",
|
|
1120
|
+
"auth": "apiKey"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"id": "shipengine",
|
|
1124
|
+
"name": "ShipEngine",
|
|
1125
|
+
"description": "Shipping API",
|
|
1126
|
+
"category": "Shipping",
|
|
1127
|
+
"link": "https://shipengine.github.io/shipengine-openapi/",
|
|
1128
|
+
"auth": "apiKey"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"id": "returnly",
|
|
1132
|
+
"name": "Returnly",
|
|
1133
|
+
"description": "Returns platform",
|
|
1134
|
+
"category": "E-commerce",
|
|
1135
|
+
"link": "https://developers.returnly.com/",
|
|
1136
|
+
"auth": "apiKey"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"id": "loop-returns",
|
|
1140
|
+
"name": "Loop Returns",
|
|
1141
|
+
"description": "Returns management",
|
|
1142
|
+
"category": "E-commerce",
|
|
1143
|
+
"link": "https://developers.loopreturns.com/",
|
|
1144
|
+
"auth": "apiKey"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"id": "recharge",
|
|
1148
|
+
"name": "Recharge",
|
|
1149
|
+
"description": "Subscriptions",
|
|
1150
|
+
"category": "E-commerce",
|
|
1151
|
+
"link": "https://developer.rechargepayments.com/",
|
|
1152
|
+
"auth": "apiKey"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"id": "trustpilot",
|
|
1156
|
+
"name": "Trustpilot",
|
|
1157
|
+
"description": "Review platform",
|
|
1158
|
+
"category": "Marketing",
|
|
1159
|
+
"link": "https://documentation-apidocumentation.trustpilot.com/",
|
|
1160
|
+
"auth": "OAuth"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"id": "yotpo",
|
|
1164
|
+
"name": "Yotpo",
|
|
1165
|
+
"description": "E-commerce marketing",
|
|
1166
|
+
"category": "Marketing",
|
|
1167
|
+
"link": "https://developers.yotpo.com/",
|
|
1168
|
+
"auth": "apiKey"
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"id": "judge-me",
|
|
1172
|
+
"name": "Judge.me",
|
|
1173
|
+
"description": "Product reviews",
|
|
1174
|
+
"category": "E-commerce",
|
|
1175
|
+
"link": "https://judge.me/api",
|
|
1176
|
+
"auth": "apiKey"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"id": "bazaarvoice",
|
|
1180
|
+
"name": "Bazaarvoice",
|
|
1181
|
+
"description": "User content",
|
|
1182
|
+
"category": "Marketing",
|
|
1183
|
+
"link": "https://developer.bazaarvoice.com/",
|
|
1184
|
+
"auth": "apiKey"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"id": "powerreviews",
|
|
1188
|
+
"name": "PowerReviews",
|
|
1189
|
+
"description": "Review software",
|
|
1190
|
+
"category": "Marketing",
|
|
1191
|
+
"link": "https://www.powerreviews.com/api/",
|
|
1192
|
+
"auth": "apiKey"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"id": "stamped-io",
|
|
1196
|
+
"name": "Stamped.io",
|
|
1197
|
+
"description": "Reviews and loyalty",
|
|
1198
|
+
"category": "Marketing",
|
|
1199
|
+
"link": "https://developers.stamped.io/",
|
|
1200
|
+
"auth": "apiKey"
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"id": "loox",
|
|
1204
|
+
"name": "Loox",
|
|
1205
|
+
"description": "Photo reviews",
|
|
1206
|
+
"category": "E-commerce",
|
|
1207
|
+
"link": "https://loox.io/api",
|
|
1208
|
+
"auth": "apiKey"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"id": "reviews-io",
|
|
1212
|
+
"name": "Reviews.io",
|
|
1213
|
+
"description": "Review collection",
|
|
1214
|
+
"category": "Marketing",
|
|
1215
|
+
"link": "https://developers.reviews.io/",
|
|
1216
|
+
"auth": "apiKey"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"id": "g2",
|
|
1220
|
+
"name": "G2",
|
|
1221
|
+
"description": "Software reviews",
|
|
1222
|
+
"category": "Marketing",
|
|
1223
|
+
"link": "https://documentation.g2.com/",
|
|
1224
|
+
"auth": "apiKey"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"id": "capterra",
|
|
1228
|
+
"name": "Capterra",
|
|
1229
|
+
"description": "Software reviews",
|
|
1230
|
+
"category": "Marketing",
|
|
1231
|
+
"link": "https://www.capterra.com/api/",
|
|
1232
|
+
"auth": "apiKey"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"id": "zapier",
|
|
1236
|
+
"name": "Zapier",
|
|
1237
|
+
"description": "Workflow automation",
|
|
1238
|
+
"category": "Automation",
|
|
1239
|
+
"link": "https://platform.zapier.com/",
|
|
1240
|
+
"auth": "OAuth"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"id": "make",
|
|
1244
|
+
"name": "Make",
|
|
1245
|
+
"description": "Automation platform",
|
|
1246
|
+
"category": "Automation",
|
|
1247
|
+
"link": "https://www.make.com/en/api-documentation",
|
|
1248
|
+
"auth": "apiKey"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"id": "n8n",
|
|
1252
|
+
"name": "n8n",
|
|
1253
|
+
"description": "Workflow automation",
|
|
1254
|
+
"category": "Automation",
|
|
1255
|
+
"link": "https://docs.n8n.io/api/",
|
|
1256
|
+
"auth": "apiKey"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"id": "tray-io",
|
|
1260
|
+
"name": "Tray.io",
|
|
1261
|
+
"description": "Integration platform",
|
|
1262
|
+
"category": "Automation",
|
|
1263
|
+
"link": "https://tray.io/documentation/",
|
|
1264
|
+
"auth": "OAuth"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"id": "workato",
|
|
1268
|
+
"name": "Workato",
|
|
1269
|
+
"description": "Enterprise automation",
|
|
1270
|
+
"category": "Automation",
|
|
1271
|
+
"link": "https://docs.workato.com/api-reference/",
|
|
1272
|
+
"auth": "OAuth"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"id": "pipedream",
|
|
1276
|
+
"name": "Pipedream",
|
|
1277
|
+
"description": "Integration platform",
|
|
1278
|
+
"category": "Automation",
|
|
1279
|
+
"link": "https://pipedream.com/docs/api/",
|
|
1280
|
+
"auth": "apiKey"
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"id": "ifttt",
|
|
1284
|
+
"name": "IFTTT",
|
|
1285
|
+
"description": "Applet automation",
|
|
1286
|
+
"category": "Automation",
|
|
1287
|
+
"link": "https://ifttt.com/docs",
|
|
1288
|
+
"auth": "OAuth"
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"id": "parabola",
|
|
1292
|
+
"name": "Parabola",
|
|
1293
|
+
"description": "Data automation",
|
|
1294
|
+
"category": "Automation",
|
|
1295
|
+
"link": "https://parabola.io/api/",
|
|
1296
|
+
"auth": "apiKey"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"id": "bardeen",
|
|
1300
|
+
"name": "Bardeen",
|
|
1301
|
+
"description": "Browser automation",
|
|
1302
|
+
"category": "Automation",
|
|
1303
|
+
"link": "https://www.bardeen.ai/api",
|
|
1304
|
+
"auth": "apiKey"
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"id": "activepieces",
|
|
1308
|
+
"name": "Activepieces",
|
|
1309
|
+
"description": "Open source automation",
|
|
1310
|
+
"category": "Automation",
|
|
1311
|
+
"link": "https://www.activepieces.com/docs/api",
|
|
1312
|
+
"auth": "apiKey"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"id": "aws-textract",
|
|
1316
|
+
"name": "AWS Textract",
|
|
1317
|
+
"description": "Document analysis",
|
|
1318
|
+
"category": "AI",
|
|
1319
|
+
"link": "https://docs.aws.amazon.com/textract/",
|
|
1320
|
+
"auth": "apiKey"
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"id": "google-document-ai",
|
|
1324
|
+
"name": "Google Document AI",
|
|
1325
|
+
"description": "Document processing",
|
|
1326
|
+
"category": "AI",
|
|
1327
|
+
"link": "https://cloud.google.com/document-ai/docs/",
|
|
1328
|
+
"auth": "OAuth"
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"id": "azure-form-recognizer",
|
|
1332
|
+
"name": "Azure Form Recognizer",
|
|
1333
|
+
"description": "Form extraction",
|
|
1334
|
+
"category": "AI",
|
|
1335
|
+
"link": "https://docs.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/",
|
|
1336
|
+
"auth": "apiKey"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"id": "docparser",
|
|
1340
|
+
"name": "Docparser",
|
|
1341
|
+
"description": "Document parsing",
|
|
1342
|
+
"category": "Documents",
|
|
1343
|
+
"link": "https://dev.docparser.com/",
|
|
1344
|
+
"auth": "apiKey"
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"id": "rossum",
|
|
1348
|
+
"name": "Rossum",
|
|
1349
|
+
"description": "Document AI",
|
|
1350
|
+
"category": "AI",
|
|
1351
|
+
"link": "https://elis.rossum.ai/api/docs/",
|
|
1352
|
+
"auth": "apiKey"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"id": "hyperscience",
|
|
1356
|
+
"name": "Hyperscience",
|
|
1357
|
+
"description": "Document automation",
|
|
1358
|
+
"category": "AI",
|
|
1359
|
+
"link": "https://www.hyperscience.com/api/",
|
|
1360
|
+
"auth": "apiKey"
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"id": "klippa",
|
|
1364
|
+
"name": "Klippa",
|
|
1365
|
+
"description": "Document processing",
|
|
1366
|
+
"category": "Documents",
|
|
1367
|
+
"link": "https://docs.klippa.com/",
|
|
1368
|
+
"auth": "apiKey"
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"id": "mindee",
|
|
1372
|
+
"name": "Mindee",
|
|
1373
|
+
"description": "Document parsing",
|
|
1374
|
+
"category": "AI",
|
|
1375
|
+
"link": "https://developers.mindee.com/",
|
|
1376
|
+
"auth": "apiKey"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"id": "nanonets",
|
|
1380
|
+
"name": "Nanonets",
|
|
1381
|
+
"description": "OCR and AI",
|
|
1382
|
+
"category": "AI",
|
|
1383
|
+
"link": "https://nanonets.com/documentation/",
|
|
1384
|
+
"auth": "apiKey"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"id": "veryfi",
|
|
1388
|
+
"name": "Veryfi",
|
|
1389
|
+
"description": "Document intelligence",
|
|
1390
|
+
"category": "AI",
|
|
1391
|
+
"link": "https://www.veryfi.com/api/",
|
|
1392
|
+
"auth": "apiKey"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"id": "vonage",
|
|
1396
|
+
"name": "Vonage",
|
|
1397
|
+
"description": "Communications API",
|
|
1398
|
+
"category": "Communication",
|
|
1399
|
+
"link": "https://developer.vonage.com/",
|
|
1400
|
+
"auth": "apiKey"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"id": "plivo",
|
|
1404
|
+
"name": "Plivo",
|
|
1405
|
+
"description": "Voice and SMS",
|
|
1406
|
+
"category": "Communication",
|
|
1407
|
+
"link": "https://www.plivo.com/docs/",
|
|
1408
|
+
"auth": "apiKey"
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"id": "bandwidth",
|
|
1412
|
+
"name": "Bandwidth",
|
|
1413
|
+
"description": "Communications API",
|
|
1414
|
+
"category": "Communication",
|
|
1415
|
+
"link": "https://dev.bandwidth.com/",
|
|
1416
|
+
"auth": "apiKey"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"id": "signalwire",
|
|
1420
|
+
"name": "SignalWire",
|
|
1421
|
+
"description": "Communications platform",
|
|
1422
|
+
"category": "Communication",
|
|
1423
|
+
"link": "https://signalwire.com/docs",
|
|
1424
|
+
"auth": "apiKey"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"id": "sinch",
|
|
1428
|
+
"name": "Sinch",
|
|
1429
|
+
"description": "Messaging and voice",
|
|
1430
|
+
"category": "Communication",
|
|
1431
|
+
"link": "https://developers.sinch.com/",
|
|
1432
|
+
"auth": "apiKey"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"id": "voximplant",
|
|
1436
|
+
"name": "Voximplant",
|
|
1437
|
+
"description": "Cloud communications",
|
|
1438
|
+
"category": "Communication",
|
|
1439
|
+
"link": "https://voximplant.com/docs/",
|
|
1440
|
+
"auth": "apiKey"
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"id": "daily",
|
|
1444
|
+
"name": "Daily",
|
|
1445
|
+
"description": "Video and audio",
|
|
1446
|
+
"category": "Video",
|
|
1447
|
+
"link": "https://docs.daily.co/",
|
|
1448
|
+
"auth": "apiKey"
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"id": "livekit",
|
|
1452
|
+
"name": "Livekit",
|
|
1453
|
+
"description": "Real-time video",
|
|
1454
|
+
"category": "Video",
|
|
1455
|
+
"link": "https://docs.livekit.io/",
|
|
1456
|
+
"auth": "apiKey"
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"id": "dyte",
|
|
1460
|
+
"name": "Dyte",
|
|
1461
|
+
"description": "Video SDK",
|
|
1462
|
+
"category": "Video",
|
|
1463
|
+
"link": "https://docs.dyte.io/",
|
|
1464
|
+
"auth": "apiKey"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"id": "whereby",
|
|
1468
|
+
"name": "Whereby",
|
|
1469
|
+
"description": "Video meetings",
|
|
1470
|
+
"category": "Video",
|
|
1471
|
+
"link": "https://whereby.dev/",
|
|
1472
|
+
"auth": "apiKey"
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"id": "clearbit",
|
|
1476
|
+
"name": "Clearbit",
|
|
1477
|
+
"description": "Business intelligence",
|
|
1478
|
+
"category": "Business",
|
|
1479
|
+
"link": "https://clearbit.com/docs",
|
|
1480
|
+
"auth": "apiKey"
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"id": "zoominfo",
|
|
1484
|
+
"name": "ZoomInfo",
|
|
1485
|
+
"description": "B2B data",
|
|
1486
|
+
"category": "Business",
|
|
1487
|
+
"link": "https://developers.zoominfo.com/",
|
|
1488
|
+
"auth": "apiKey"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"id": "pipl",
|
|
1492
|
+
"name": "Pipl",
|
|
1493
|
+
"description": "People search",
|
|
1494
|
+
"category": "Business",
|
|
1495
|
+
"link": "https://pipl.com/api/",
|
|
1496
|
+
"auth": "apiKey"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"id": "apollo-io",
|
|
1500
|
+
"name": "Apollo.io",
|
|
1501
|
+
"description": "Sales intelligence",
|
|
1502
|
+
"category": "Business",
|
|
1503
|
+
"link": "https://apolloio.github.io/apollo-api-docs/",
|
|
1504
|
+
"auth": "apiKey"
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"id": "leadiq",
|
|
1508
|
+
"name": "LeadIQ",
|
|
1509
|
+
"description": "Sales prospecting",
|
|
1510
|
+
"category": "Business",
|
|
1511
|
+
"link": "https://docs.leadiq.com/",
|
|
1512
|
+
"auth": "apiKey"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"id": "lusha",
|
|
1516
|
+
"name": "Lusha",
|
|
1517
|
+
"description": "Contact data",
|
|
1518
|
+
"category": "Business",
|
|
1519
|
+
"link": "https://www.lusha.com/api/",
|
|
1520
|
+
"auth": "apiKey"
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"id": "snov-io",
|
|
1524
|
+
"name": "Snov.io",
|
|
1525
|
+
"description": "Sales automation",
|
|
1526
|
+
"category": "Marketing",
|
|
1527
|
+
"link": "https://snov.io/api",
|
|
1528
|
+
"auth": "apiKey"
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"id": "people-data-labs",
|
|
1532
|
+
"name": "People Data Labs",
|
|
1533
|
+
"description": "People data",
|
|
1534
|
+
"category": "Business",
|
|
1535
|
+
"link": "https://docs.peopledatalabs.com/",
|
|
1536
|
+
"auth": "apiKey"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"id": "yodlee",
|
|
1540
|
+
"name": "Yodlee",
|
|
1541
|
+
"description": "Financial aggregation",
|
|
1542
|
+
"category": "Finance",
|
|
1543
|
+
"link": "https://developer.yodlee.com/",
|
|
1544
|
+
"auth": "OAuth"
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"id": "mx",
|
|
1548
|
+
"name": "MX",
|
|
1549
|
+
"description": "Financial data",
|
|
1550
|
+
"category": "Finance",
|
|
1551
|
+
"link": "https://docs.mx.com/",
|
|
1552
|
+
"auth": "apiKey"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"id": "finicity",
|
|
1556
|
+
"name": "Finicity",
|
|
1557
|
+
"description": "Financial data",
|
|
1558
|
+
"category": "Finance",
|
|
1559
|
+
"link": "https://docs.finicity.com/",
|
|
1560
|
+
"auth": "apiKey"
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"id": "tink",
|
|
1564
|
+
"name": "Tink",
|
|
1565
|
+
"description": "Open banking",
|
|
1566
|
+
"category": "Finance",
|
|
1567
|
+
"link": "https://docs.tink.com/",
|
|
1568
|
+
"auth": "OAuth"
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"id": "truelayer",
|
|
1572
|
+
"name": "TrueLayer",
|
|
1573
|
+
"description": "Open banking",
|
|
1574
|
+
"category": "Finance",
|
|
1575
|
+
"link": "https://docs.truelayer.com/",
|
|
1576
|
+
"auth": "OAuth"
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"id": "yapily",
|
|
1580
|
+
"name": "Yapily",
|
|
1581
|
+
"description": "Open banking",
|
|
1582
|
+
"category": "Finance",
|
|
1583
|
+
"link": "https://docs.yapily.com/",
|
|
1584
|
+
"auth": "apiKey"
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"id": "salt-edge",
|
|
1588
|
+
"name": "Salt Edge",
|
|
1589
|
+
"description": "Financial data",
|
|
1590
|
+
"category": "Finance",
|
|
1591
|
+
"link": "https://docs.saltedge.com/",
|
|
1592
|
+
"auth": "apiKey"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"id": "belvo",
|
|
1596
|
+
"name": "Belvo",
|
|
1597
|
+
"description": "Open finance",
|
|
1598
|
+
"category": "Finance",
|
|
1599
|
+
"link": "https://developers.belvo.com/",
|
|
1600
|
+
"auth": "apiKey"
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"id": "basiq",
|
|
1604
|
+
"name": "Basiq",
|
|
1605
|
+
"description": "Financial data",
|
|
1606
|
+
"category": "Finance",
|
|
1607
|
+
"link": "https://basiq.io/api/",
|
|
1608
|
+
"auth": "apiKey"
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"id": "adyen",
|
|
1612
|
+
"name": "Adyen",
|
|
1613
|
+
"description": "Global payments",
|
|
1614
|
+
"category": "Finance",
|
|
1615
|
+
"link": "https://docs.adyen.com/",
|
|
1616
|
+
"auth": "apiKey"
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"id": "checkout-com",
|
|
1620
|
+
"name": "Checkout.com",
|
|
1621
|
+
"description": "Payment gateway",
|
|
1622
|
+
"category": "Finance",
|
|
1623
|
+
"link": "https://www.checkout.com/docs/api-reference",
|
|
1624
|
+
"auth": "apiKey"
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"id": "paddle",
|
|
1628
|
+
"name": "Paddle",
|
|
1629
|
+
"description": "SaaS payments",
|
|
1630
|
+
"category": "Finance",
|
|
1631
|
+
"link": "https://developer.paddle.com/",
|
|
1632
|
+
"auth": "apiKey"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"id": "lemonsqueezy",
|
|
1636
|
+
"name": "Lemonsqueezy",
|
|
1637
|
+
"description": "Digital product payments",
|
|
1638
|
+
"category": "Finance",
|
|
1639
|
+
"link": "https://docs.lemonsqueezy.com/api",
|
|
1640
|
+
"auth": "apiKey"
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"id": "gumroad",
|
|
1644
|
+
"name": "Gumroad",
|
|
1645
|
+
"description": "Creator payments",
|
|
1646
|
+
"category": "Finance",
|
|
1647
|
+
"link": "https://app.gumroad.com/api",
|
|
1648
|
+
"auth": "OAuth"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"id": "paystack",
|
|
1652
|
+
"name": "Paystack",
|
|
1653
|
+
"description": "African payments",
|
|
1654
|
+
"category": "Finance",
|
|
1655
|
+
"link": "https://paystack.com/docs/api/",
|
|
1656
|
+
"auth": "apiKey"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"id": "flutterwave",
|
|
1660
|
+
"name": "Flutterwave",
|
|
1661
|
+
"description": "African payments",
|
|
1662
|
+
"category": "Finance",
|
|
1663
|
+
"link": "https://developer.flutterwave.com/",
|
|
1664
|
+
"auth": "apiKey"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"id": "razorpay",
|
|
1668
|
+
"name": "Razorpay",
|
|
1669
|
+
"description": "Indian payments",
|
|
1670
|
+
"category": "Finance",
|
|
1671
|
+
"link": "https://razorpay.com/docs/api/",
|
|
1672
|
+
"auth": "apiKey"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"id": "mollie",
|
|
1676
|
+
"name": "Mollie",
|
|
1677
|
+
"description": "European payments",
|
|
1678
|
+
"category": "Finance",
|
|
1679
|
+
"link": "https://docs.mollie.com/",
|
|
1680
|
+
"auth": "apiKey"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"id": "gocardless",
|
|
1684
|
+
"name": "GoCardless",
|
|
1685
|
+
"description": "Direct debit",
|
|
1686
|
+
"category": "Finance",
|
|
1687
|
+
"link": "https://developer.gocardless.com/",
|
|
1688
|
+
"auth": "OAuth"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"id": "aws",
|
|
1692
|
+
"name": "AWS",
|
|
1693
|
+
"description": "Cloud platform",
|
|
1694
|
+
"category": "Cloud",
|
|
1695
|
+
"link": "https://docs.aws.amazon.com/",
|
|
1696
|
+
"auth": "apiKey"
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"id": "azure",
|
|
1700
|
+
"name": "Azure",
|
|
1701
|
+
"description": "Cloud platform",
|
|
1702
|
+
"category": "Cloud",
|
|
1703
|
+
"link": "https://docs.microsoft.com/en-us/rest/api/azure/",
|
|
1704
|
+
"auth": "OAuth"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"id": "google-cloud",
|
|
1708
|
+
"name": "Google Cloud",
|
|
1709
|
+
"description": "Cloud platform",
|
|
1710
|
+
"category": "Cloud",
|
|
1711
|
+
"link": "https://cloud.google.com/apis",
|
|
1712
|
+
"auth": "OAuth"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"id": "digitalocean",
|
|
1716
|
+
"name": "DigitalOcean",
|
|
1717
|
+
"description": "Cloud platform",
|
|
1718
|
+
"category": "Cloud",
|
|
1719
|
+
"link": "https://docs.digitalocean.com/reference/api/",
|
|
1720
|
+
"auth": "apiKey"
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"id": "linode",
|
|
1724
|
+
"name": "Linode",
|
|
1725
|
+
"description": "Cloud hosting",
|
|
1726
|
+
"category": "Cloud",
|
|
1727
|
+
"link": "https://www.linode.com/docs/api/",
|
|
1728
|
+
"auth": "apiKey"
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"id": "vultr",
|
|
1732
|
+
"name": "Vultr",
|
|
1733
|
+
"description": "Cloud compute",
|
|
1734
|
+
"category": "Cloud",
|
|
1735
|
+
"link": "https://www.vultr.com/api/",
|
|
1736
|
+
"auth": "apiKey"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"id": "hetzner",
|
|
1740
|
+
"name": "Hetzner",
|
|
1741
|
+
"description": "Cloud hosting",
|
|
1742
|
+
"category": "Cloud",
|
|
1743
|
+
"link": "https://docs.hetzner.cloud/",
|
|
1744
|
+
"auth": "apiKey"
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"id": "fly-io",
|
|
1748
|
+
"name": "Fly.io",
|
|
1749
|
+
"description": "App platform",
|
|
1750
|
+
"category": "Cloud",
|
|
1751
|
+
"link": "https://fly.io/docs/reference/",
|
|
1752
|
+
"auth": "apiKey"
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"id": "railway",
|
|
1756
|
+
"name": "Railway",
|
|
1757
|
+
"description": "App platform",
|
|
1758
|
+
"category": "Cloud",
|
|
1759
|
+
"link": "https://docs.railway.app/reference/",
|
|
1760
|
+
"auth": "apiKey"
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"id": "render",
|
|
1764
|
+
"name": "Render",
|
|
1765
|
+
"description": "Cloud platform",
|
|
1766
|
+
"category": "Cloud",
|
|
1767
|
+
"link": "https://render.com/docs/api",
|
|
1768
|
+
"auth": "apiKey"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"id": "cloudflare",
|
|
1772
|
+
"name": "Cloudflare",
|
|
1773
|
+
"description": "CDN and security",
|
|
1774
|
+
"category": "Infrastructure",
|
|
1775
|
+
"link": "https://api.cloudflare.com/",
|
|
1776
|
+
"auth": "apiKey"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"id": "fastly",
|
|
1780
|
+
"name": "Fastly",
|
|
1781
|
+
"description": "Edge cloud",
|
|
1782
|
+
"category": "Infrastructure",
|
|
1783
|
+
"link": "https://developer.fastly.com/",
|
|
1784
|
+
"auth": "apiKey"
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"id": "akamai",
|
|
1788
|
+
"name": "Akamai",
|
|
1789
|
+
"description": "CDN platform",
|
|
1790
|
+
"category": "Infrastructure",
|
|
1791
|
+
"link": "https://developer.akamai.com/",
|
|
1792
|
+
"auth": "OAuth"
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"id": "bunny-cdn",
|
|
1796
|
+
"name": "Bunny CDN",
|
|
1797
|
+
"description": "CDN service",
|
|
1798
|
+
"category": "Infrastructure",
|
|
1799
|
+
"link": "https://docs.bunny.net/",
|
|
1800
|
+
"auth": "apiKey"
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"id": "keycdn",
|
|
1804
|
+
"name": "KeyCDN",
|
|
1805
|
+
"description": "CDN service",
|
|
1806
|
+
"category": "Infrastructure",
|
|
1807
|
+
"link": "https://www.keycdn.com/api",
|
|
1808
|
+
"auth": "apiKey"
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"id": "stackpath",
|
|
1812
|
+
"name": "StackPath",
|
|
1813
|
+
"description": "Edge platform",
|
|
1814
|
+
"category": "Infrastructure",
|
|
1815
|
+
"link": "https://stackpath.dev/",
|
|
1816
|
+
"auth": "OAuth"
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"id": "vercel",
|
|
1820
|
+
"name": "Vercel",
|
|
1821
|
+
"description": "Frontend platform",
|
|
1822
|
+
"category": "Development",
|
|
1823
|
+
"link": "https://vercel.com/docs/api",
|
|
1824
|
+
"auth": "apiKey"
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"id": "netlify",
|
|
1828
|
+
"name": "Netlify",
|
|
1829
|
+
"description": "Web platform",
|
|
1830
|
+
"category": "Development",
|
|
1831
|
+
"link": "https://docs.netlify.com/api/get-started/",
|
|
1832
|
+
"auth": "apiKey"
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"id": "deno-deploy",
|
|
1836
|
+
"name": "Deno Deploy",
|
|
1837
|
+
"description": "Edge functions",
|
|
1838
|
+
"category": "Development",
|
|
1839
|
+
"link": "https://deno.com/deploy/docs/",
|
|
1840
|
+
"auth": "apiKey"
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"id": "lambda",
|
|
1844
|
+
"name": "Lambda",
|
|
1845
|
+
"description": "Serverless compute",
|
|
1846
|
+
"category": "Cloud",
|
|
1847
|
+
"link": "https://docs.aws.amazon.com/lambda/",
|
|
1848
|
+
"auth": "apiKey"
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"id": "affirmations",
|
|
1852
|
+
"name": "Affirmations",
|
|
1853
|
+
"description": "Positive affirmations",
|
|
1854
|
+
"category": "Entertainment",
|
|
1855
|
+
"link": "https://www.affirmations.dev/",
|
|
1856
|
+
"auth": "None"
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"id": "boredapi",
|
|
1860
|
+
"name": "BoredAPI",
|
|
1861
|
+
"description": "Random activities",
|
|
1862
|
+
"category": "Entertainment",
|
|
1863
|
+
"link": "https://www.boredapi.com/",
|
|
1864
|
+
"auth": "None"
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"id": "chuck-norris",
|
|
1868
|
+
"name": "Chuck Norris",
|
|
1869
|
+
"description": "Chuck Norris jokes",
|
|
1870
|
+
"category": "Entertainment",
|
|
1871
|
+
"link": "https://api.chucknorris.io/",
|
|
1872
|
+
"auth": "None"
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"id": "dad-jokes",
|
|
1876
|
+
"name": "Dad Jokes",
|
|
1877
|
+
"description": "Dad jokes",
|
|
1878
|
+
"category": "Entertainment",
|
|
1879
|
+
"link": "https://icanhazdadjoke.com/api",
|
|
1880
|
+
"auth": "None"
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"id": "corporate-bs",
|
|
1884
|
+
"name": "Corporate BS",
|
|
1885
|
+
"description": "Corporate buzzwords",
|
|
1886
|
+
"category": "Entertainment",
|
|
1887
|
+
"link": "https://corporatebs-generator.sameerkumar.website/",
|
|
1888
|
+
"auth": "None"
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"id": "evil-insult",
|
|
1892
|
+
"name": "Evil Insult",
|
|
1893
|
+
"description": "Random insults",
|
|
1894
|
+
"category": "Entertainment",
|
|
1895
|
+
"link": "https://evilinsult.com/api/",
|
|
1896
|
+
"auth": "None"
|
|
1897
|
+
}
|
|
1898
|
+
]
|