@vanmoose/mcp-server 1.0.0

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.
@@ -0,0 +1,3949 @@
1
+ /**
2
+ * Auto-generated tool definitions for @vanmoose/mcp-server
3
+ * Generated: 2026-03-17T19:05:16.421Z
4
+ * Total: 192 tools from 73 APIs
5
+ *
6
+ * DO NOT EDIT — run `npm run generate` to regenerate.
7
+ */
8
+ export const tools = [
9
+ {
10
+ "name": "vanmoose_emailverify_verify",
11
+ "title": "Verify single email (POST)",
12
+ "description": "Verify single email (POST)",
13
+ "apiId": "emailverify",
14
+ "domain": "emailverify.vanmoose.cc",
15
+ "path": "/v1/verify",
16
+ "method": "POST",
17
+ "parameters": [],
18
+ "bodyParameters": [
19
+ {
20
+ "name": "email",
21
+ "type": "string",
22
+ "description": "Email address to verify",
23
+ "required": true
24
+ }
25
+ ]
26
+ },
27
+ {
28
+ "name": "vanmoose_emailverify_bulk",
29
+ "title": "Verify multiple emails",
30
+ "description": "Verify multiple emails",
31
+ "apiId": "emailverify",
32
+ "domain": "emailverify.vanmoose.cc",
33
+ "path": "/v1/bulk",
34
+ "method": "POST",
35
+ "parameters": [],
36
+ "bodyParameters": [
37
+ {
38
+ "name": "emails",
39
+ "type": "array",
40
+ "description": "Array of email addresses",
41
+ "required": true,
42
+ "items": {
43
+ "type": "string"
44
+ }
45
+ }
46
+ ]
47
+ },
48
+ {
49
+ "name": "vanmoose_linkcheck_check",
50
+ "title": "Check URL (POST)",
51
+ "description": "Check URL (POST)",
52
+ "apiId": "linkcheck",
53
+ "domain": "linkcheck.vanmoose.cc",
54
+ "path": "/v1/check",
55
+ "method": "POST",
56
+ "parameters": [],
57
+ "bodyParameters": [
58
+ {
59
+ "name": "url",
60
+ "type": "string",
61
+ "description": "url",
62
+ "required": true
63
+ }
64
+ ]
65
+ },
66
+ {
67
+ "name": "vanmoose_linkcheck_bulk",
68
+ "title": "Check multiple URLs",
69
+ "description": "Check multiple URLs",
70
+ "apiId": "linkcheck",
71
+ "domain": "linkcheck.vanmoose.cc",
72
+ "path": "/v1/bulk",
73
+ "method": "POST",
74
+ "parameters": [],
75
+ "bodyParameters": [
76
+ {
77
+ "name": "urls",
78
+ "type": "array",
79
+ "description": "urls",
80
+ "required": true,
81
+ "items": {
82
+ "type": "string"
83
+ }
84
+ }
85
+ ]
86
+ },
87
+ {
88
+ "name": "vanmoose_linkcheck_extract",
89
+ "title": "Extract links from page",
90
+ "description": "Extract links from page",
91
+ "apiId": "linkcheck",
92
+ "domain": "linkcheck.vanmoose.cc",
93
+ "path": "/v1/extract",
94
+ "method": "GET",
95
+ "parameters": [
96
+ {
97
+ "name": "url",
98
+ "type": "string",
99
+ "description": "url",
100
+ "required": true
101
+ }
102
+ ],
103
+ "bodyParameters": []
104
+ },
105
+ {
106
+ "name": "vanmoose_linkcheck_crawl",
107
+ "title": "Crawl site for broken links",
108
+ "description": "Crawl site for broken links",
109
+ "apiId": "linkcheck",
110
+ "domain": "linkcheck.vanmoose.cc",
111
+ "path": "/v1/crawl",
112
+ "method": "POST",
113
+ "parameters": [],
114
+ "bodyParameters": [
115
+ {
116
+ "name": "url",
117
+ "type": "string",
118
+ "description": "url",
119
+ "required": true
120
+ },
121
+ {
122
+ "name": "depth",
123
+ "type": "integer",
124
+ "description": "depth",
125
+ "required": false
126
+ }
127
+ ]
128
+ },
129
+ {
130
+ "name": "vanmoose_whois_lookup",
131
+ "title": "WHOIS lookup (POST)",
132
+ "description": "WHOIS lookup (POST)",
133
+ "apiId": "whois",
134
+ "domain": "whois.vanmoose.cc",
135
+ "path": "/v1/lookup",
136
+ "method": "POST",
137
+ "parameters": [],
138
+ "bodyParameters": [
139
+ {
140
+ "name": "domain",
141
+ "type": "string",
142
+ "description": "domain",
143
+ "required": true
144
+ }
145
+ ]
146
+ },
147
+ {
148
+ "name": "vanmoose_checkcheck",
149
+ "title": "CheckCheck",
150
+ "description": "Domain availability checking with bulk support and TLD suggestions",
151
+ "apiId": "checkcheck",
152
+ "domain": "api.checkcheck.cc",
153
+ "path": "/v1",
154
+ "method": "GET",
155
+ "parameters": [
156
+ {
157
+ "name": "input",
158
+ "type": "string",
159
+ "description": "Input for CheckCheck. Check https://api.checkcheck.cc/v1/docs for parameters.",
160
+ "required": false
161
+ }
162
+ ],
163
+ "bodyParameters": []
164
+ },
165
+ {
166
+ "name": "vanmoose_ipgeo_me",
167
+ "title": "Get my IP info",
168
+ "description": "Get my IP info",
169
+ "apiId": "ipgeo",
170
+ "domain": "ipgeo.vanmoose.cc",
171
+ "path": "/v1/me",
172
+ "method": "GET",
173
+ "parameters": [],
174
+ "bodyParameters": []
175
+ },
176
+ {
177
+ "name": "vanmoose_ipgeo_lookup",
178
+ "title": "Lookup IP by query parameter",
179
+ "description": "Lookup IP by query parameter",
180
+ "apiId": "ipgeo",
181
+ "domain": "ipgeo.vanmoose.cc",
182
+ "path": "/v1/lookup",
183
+ "method": "GET",
184
+ "parameters": [
185
+ {
186
+ "name": "ip",
187
+ "type": "string",
188
+ "description": "IP address to lookup",
189
+ "required": true
190
+ }
191
+ ],
192
+ "bodyParameters": []
193
+ },
194
+ {
195
+ "name": "vanmoose_ipgeo_lookup_ip",
196
+ "title": "Lookup IP by path parameter",
197
+ "description": "Lookup IP by path parameter",
198
+ "apiId": "ipgeo",
199
+ "domain": "ipgeo.vanmoose.cc",
200
+ "path": "/v1/lookup/{ip}",
201
+ "method": "GET",
202
+ "parameters": [
203
+ {
204
+ "name": "ip",
205
+ "type": "string",
206
+ "description": "IP address to lookup",
207
+ "required": true
208
+ }
209
+ ],
210
+ "bodyParameters": []
211
+ },
212
+ {
213
+ "name": "vanmoose_ipgeo_bulk",
214
+ "title": "Bulk IP lookup",
215
+ "description": "Bulk IP lookup",
216
+ "apiId": "ipgeo",
217
+ "domain": "ipgeo.vanmoose.cc",
218
+ "path": "/v1/bulk",
219
+ "method": "POST",
220
+ "parameters": [],
221
+ "bodyParameters": [
222
+ {
223
+ "name": "ips",
224
+ "type": "array",
225
+ "description": "ips",
226
+ "required": true,
227
+ "items": {
228
+ "type": "string"
229
+ }
230
+ }
231
+ ]
232
+ },
233
+ {
234
+ "name": "vanmoose_ipgeo_validate",
235
+ "title": "Validate IP address",
236
+ "description": "Validate IP address",
237
+ "apiId": "ipgeo",
238
+ "domain": "ipgeo.vanmoose.cc",
239
+ "path": "/v1/validate",
240
+ "method": "GET",
241
+ "parameters": [
242
+ {
243
+ "name": "ip",
244
+ "type": "string",
245
+ "description": "IP address to validate",
246
+ "required": true
247
+ }
248
+ ],
249
+ "bodyParameters": []
250
+ },
251
+ {
252
+ "name": "vanmoose_ipgeo_info",
253
+ "title": "Get IP type information",
254
+ "description": "Get IP type information",
255
+ "apiId": "ipgeo",
256
+ "domain": "ipgeo.vanmoose.cc",
257
+ "path": "/v1/info",
258
+ "method": "GET",
259
+ "parameters": [
260
+ {
261
+ "name": "ip",
262
+ "type": "string",
263
+ "description": "IP address",
264
+ "required": true
265
+ }
266
+ ],
267
+ "bodyParameters": []
268
+ },
269
+ {
270
+ "name": "vanmoose_ipgeo_distance",
271
+ "title": "Calculate distance between coordinates",
272
+ "description": "Calculate distance between coordinates",
273
+ "apiId": "ipgeo",
274
+ "domain": "ipgeo.vanmoose.cc",
275
+ "path": "/v1/distance",
276
+ "method": "GET",
277
+ "parameters": [
278
+ {
279
+ "name": "lat1",
280
+ "type": "number",
281
+ "description": "First latitude",
282
+ "required": true
283
+ },
284
+ {
285
+ "name": "lon1",
286
+ "type": "number",
287
+ "description": "First longitude",
288
+ "required": true
289
+ },
290
+ {
291
+ "name": "lat2",
292
+ "type": "number",
293
+ "description": "Second latitude",
294
+ "required": true
295
+ },
296
+ {
297
+ "name": "lon2",
298
+ "type": "number",
299
+ "description": "Second longitude",
300
+ "required": true
301
+ }
302
+ ],
303
+ "bodyParameters": []
304
+ },
305
+ {
306
+ "name": "vanmoose_brandintel_analyze",
307
+ "title": "Analyze brand name",
308
+ "description": "Analyze brand name",
309
+ "apiId": "brandintel",
310
+ "domain": "brandintel.vanmoose.cc",
311
+ "path": "/v1/analyze",
312
+ "method": "GET",
313
+ "parameters": [
314
+ {
315
+ "name": "name",
316
+ "type": "string",
317
+ "description": "Brand name to analyze",
318
+ "required": true
319
+ }
320
+ ],
321
+ "bodyParameters": []
322
+ },
323
+ {
324
+ "name": "vanmoose_brandintel_compare",
325
+ "title": "Compare brand names",
326
+ "description": "Compare brand names",
327
+ "apiId": "brandintel",
328
+ "domain": "brandintel.vanmoose.cc",
329
+ "path": "/v1/compare",
330
+ "method": "POST",
331
+ "parameters": [],
332
+ "bodyParameters": [
333
+ {
334
+ "name": "names",
335
+ "type": "array",
336
+ "description": "names",
337
+ "required": false,
338
+ "items": {
339
+ "type": "string"
340
+ }
341
+ }
342
+ ]
343
+ },
344
+ {
345
+ "name": "vanmoose_brandintel_generate",
346
+ "title": "Generate brand names",
347
+ "description": "Generate brand names",
348
+ "apiId": "brandintel",
349
+ "domain": "brandintel.vanmoose.cc",
350
+ "path": "/v1/generate",
351
+ "method": "POST",
352
+ "parameters": [],
353
+ "bodyParameters": [
354
+ {
355
+ "name": "keywords",
356
+ "type": "array",
357
+ "description": "keywords",
358
+ "required": false,
359
+ "items": {
360
+ "type": "string"
361
+ }
362
+ },
363
+ {
364
+ "name": "style",
365
+ "type": "string",
366
+ "description": "style",
367
+ "required": false
368
+ }
369
+ ]
370
+ },
371
+ {
372
+ "name": "vanmoose_brandintel_bulk",
373
+ "title": "Bulk analyze",
374
+ "description": "Bulk analyze",
375
+ "apiId": "brandintel",
376
+ "domain": "brandintel.vanmoose.cc",
377
+ "path": "/v1/bulk",
378
+ "method": "POST",
379
+ "parameters": [],
380
+ "bodyParameters": [
381
+ {
382
+ "name": "names",
383
+ "type": "array",
384
+ "description": "names",
385
+ "required": false,
386
+ "items": {
387
+ "type": "string"
388
+ }
389
+ }
390
+ ]
391
+ },
392
+ {
393
+ "name": "vanmoose_nlptools_language",
394
+ "title": "Detect language",
395
+ "description": "Detect language",
396
+ "apiId": "nlptools",
397
+ "domain": "nlptools.vanmoose.cc",
398
+ "path": "/v1/language",
399
+ "method": "POST",
400
+ "parameters": [],
401
+ "bodyParameters": [
402
+ {
403
+ "name": "text",
404
+ "type": "string",
405
+ "description": "Text to analyze",
406
+ "required": true
407
+ }
408
+ ]
409
+ },
410
+ {
411
+ "name": "vanmoose_nlptools_sentiment",
412
+ "title": "Analyze sentiment",
413
+ "description": "Analyze sentiment",
414
+ "apiId": "nlptools",
415
+ "domain": "nlptools.vanmoose.cc",
416
+ "path": "/v1/sentiment",
417
+ "method": "POST",
418
+ "parameters": [],
419
+ "bodyParameters": [
420
+ {
421
+ "name": "text",
422
+ "type": "string",
423
+ "description": "Text to analyze",
424
+ "required": true
425
+ }
426
+ ]
427
+ },
428
+ {
429
+ "name": "vanmoose_nlptools_keywords",
430
+ "title": "Extract keywords",
431
+ "description": "Extract keywords",
432
+ "apiId": "nlptools",
433
+ "domain": "nlptools.vanmoose.cc",
434
+ "path": "/v1/keywords",
435
+ "method": "POST",
436
+ "parameters": [],
437
+ "bodyParameters": [
438
+ {
439
+ "name": "text",
440
+ "type": "string",
441
+ "description": "Text to analyze",
442
+ "required": true
443
+ },
444
+ {
445
+ "name": "count",
446
+ "type": "integer",
447
+ "description": "Number of keywords to extract",
448
+ "required": false
449
+ }
450
+ ]
451
+ },
452
+ {
453
+ "name": "vanmoose_nlptools_profanity",
454
+ "title": "Filter profanity",
455
+ "description": "Filter profanity",
456
+ "apiId": "nlptools",
457
+ "domain": "nlptools.vanmoose.cc",
458
+ "path": "/v1/profanity",
459
+ "method": "POST",
460
+ "parameters": [],
461
+ "bodyParameters": [
462
+ {
463
+ "name": "text",
464
+ "type": "string",
465
+ "description": "Text to filter",
466
+ "required": true
467
+ }
468
+ ]
469
+ },
470
+ {
471
+ "name": "vanmoose_nlptools_summarize",
472
+ "title": "Summarize text",
473
+ "description": "Summarize text",
474
+ "apiId": "nlptools",
475
+ "domain": "nlptools.vanmoose.cc",
476
+ "path": "/v1/summarize",
477
+ "method": "POST",
478
+ "parameters": [],
479
+ "bodyParameters": [
480
+ {
481
+ "name": "text",
482
+ "type": "string",
483
+ "description": "Text to summarize",
484
+ "required": true
485
+ },
486
+ {
487
+ "name": "sentences",
488
+ "type": "integer",
489
+ "description": "Number of sentences in summary",
490
+ "required": false
491
+ }
492
+ ]
493
+ },
494
+ {
495
+ "name": "vanmoose_nlptools_analyze",
496
+ "title": "Full text analysis",
497
+ "description": "Full text analysis",
498
+ "apiId": "nlptools",
499
+ "domain": "nlptools.vanmoose.cc",
500
+ "path": "/v1/analyze",
501
+ "method": "POST",
502
+ "parameters": [],
503
+ "bodyParameters": [
504
+ {
505
+ "name": "text",
506
+ "type": "string",
507
+ "description": "Text to analyze",
508
+ "required": true
509
+ }
510
+ ]
511
+ },
512
+ {
513
+ "name": "vanmoose_metadata_extract",
514
+ "title": "Extract metadata (POST)",
515
+ "description": "Extract metadata (POST)",
516
+ "apiId": "metadata",
517
+ "domain": "metadata.vanmoose.cc",
518
+ "path": "/v1/extract",
519
+ "method": "POST",
520
+ "parameters": [],
521
+ "bodyParameters": [
522
+ {
523
+ "name": "url",
524
+ "type": "string",
525
+ "description": "url",
526
+ "required": true
527
+ }
528
+ ]
529
+ },
530
+ {
531
+ "name": "vanmoose_sitemap_parse",
532
+ "title": "Parse sitemap",
533
+ "description": "Parse sitemap",
534
+ "apiId": "sitemap",
535
+ "domain": "sitemap.vanmoose.cc",
536
+ "path": "/v1/parse",
537
+ "method": "GET",
538
+ "parameters": [
539
+ {
540
+ "name": "url",
541
+ "type": "string",
542
+ "description": "url",
543
+ "required": true
544
+ }
545
+ ],
546
+ "bodyParameters": []
547
+ },
548
+ {
549
+ "name": "vanmoose_sitemap_discover",
550
+ "title": "Discover sitemaps",
551
+ "description": "Discover sitemaps",
552
+ "apiId": "sitemap",
553
+ "domain": "sitemap.vanmoose.cc",
554
+ "path": "/v1/discover",
555
+ "method": "GET",
556
+ "parameters": [
557
+ {
558
+ "name": "url",
559
+ "type": "string",
560
+ "description": "url",
561
+ "required": true
562
+ }
563
+ ],
564
+ "bodyParameters": []
565
+ },
566
+ {
567
+ "name": "vanmoose_sitemap_flatten",
568
+ "title": "Flatten sitemap index",
569
+ "description": "Flatten sitemap index",
570
+ "apiId": "sitemap",
571
+ "domain": "sitemap.vanmoose.cc",
572
+ "path": "/v1/flatten",
573
+ "method": "GET",
574
+ "parameters": [
575
+ {
576
+ "name": "url",
577
+ "type": "string",
578
+ "description": "url",
579
+ "required": true
580
+ }
581
+ ],
582
+ "bodyParameters": []
583
+ },
584
+ {
585
+ "name": "vanmoose_sitemap_analyze",
586
+ "title": "Analyze sitemap",
587
+ "description": "Analyze sitemap",
588
+ "apiId": "sitemap",
589
+ "domain": "sitemap.vanmoose.cc",
590
+ "path": "/v1/analyze",
591
+ "method": "GET",
592
+ "parameters": [
593
+ {
594
+ "name": "url",
595
+ "type": "string",
596
+ "description": "url",
597
+ "required": true
598
+ }
599
+ ],
600
+ "bodyParameters": []
601
+ },
602
+ {
603
+ "name": "vanmoose_unfurl_unfurl",
604
+ "title": "Unfurl URL (POST)",
605
+ "description": "Unfurl URL (POST)",
606
+ "apiId": "unfurl",
607
+ "domain": "unfurl.vanmoose.cc",
608
+ "path": "/v1/unfurl",
609
+ "method": "POST",
610
+ "parameters": [],
611
+ "bodyParameters": [
612
+ {
613
+ "name": "url",
614
+ "type": "string",
615
+ "description": "url",
616
+ "required": true
617
+ }
618
+ ]
619
+ },
620
+ {
621
+ "name": "vanmoose_unfurl_bulk",
622
+ "title": "Bulk unfurl",
623
+ "description": "Bulk unfurl",
624
+ "apiId": "unfurl",
625
+ "domain": "unfurl.vanmoose.cc",
626
+ "path": "/v1/bulk",
627
+ "method": "POST",
628
+ "parameters": [],
629
+ "bodyParameters": [
630
+ {
631
+ "name": "urls",
632
+ "type": "array",
633
+ "description": "urls",
634
+ "required": false,
635
+ "items": {
636
+ "type": "string"
637
+ }
638
+ }
639
+ ]
640
+ },
641
+ {
642
+ "name": "vanmoose_readable_extract",
643
+ "title": "Extract article (POST)",
644
+ "description": "Extract article (POST)",
645
+ "apiId": "readable",
646
+ "domain": "readable.vanmoose.cc",
647
+ "path": "/v1/extract",
648
+ "method": "POST",
649
+ "parameters": [],
650
+ "bodyParameters": [
651
+ {
652
+ "name": "url",
653
+ "type": "string",
654
+ "description": "url",
655
+ "required": true
656
+ }
657
+ ]
658
+ },
659
+ {
660
+ "name": "vanmoose_rssfeed_parse",
661
+ "title": "Parse RSS feed",
662
+ "description": "Parse RSS feed",
663
+ "apiId": "rssfeed",
664
+ "domain": "rssfeed.vanmoose.cc",
665
+ "path": "/v1/parse",
666
+ "method": "GET",
667
+ "parameters": [
668
+ {
669
+ "name": "url",
670
+ "type": "string",
671
+ "description": "Feed URL",
672
+ "required": true
673
+ }
674
+ ],
675
+ "bodyParameters": []
676
+ },
677
+ {
678
+ "name": "vanmoose_rssfeed_bulk",
679
+ "title": "Parse multiple feeds",
680
+ "description": "Parse multiple feeds",
681
+ "apiId": "rssfeed",
682
+ "domain": "rssfeed.vanmoose.cc",
683
+ "path": "/v1/bulk",
684
+ "method": "POST",
685
+ "parameters": [],
686
+ "bodyParameters": [
687
+ {
688
+ "name": "urls",
689
+ "type": "array",
690
+ "description": "urls",
691
+ "required": true,
692
+ "items": {
693
+ "type": "string"
694
+ }
695
+ }
696
+ ]
697
+ },
698
+ {
699
+ "name": "vanmoose_rssfeed_discover",
700
+ "title": "Discover feeds on website",
701
+ "description": "Discover feeds on website",
702
+ "apiId": "rssfeed",
703
+ "domain": "rssfeed.vanmoose.cc",
704
+ "path": "/v1/discover",
705
+ "method": "GET",
706
+ "parameters": [
707
+ {
708
+ "name": "url",
709
+ "type": "string",
710
+ "description": "url",
711
+ "required": true
712
+ }
713
+ ],
714
+ "bodyParameters": []
715
+ },
716
+ {
717
+ "name": "vanmoose_rssfeed_filter",
718
+ "title": "Filter feed items",
719
+ "description": "Filter feed items",
720
+ "apiId": "rssfeed",
721
+ "domain": "rssfeed.vanmoose.cc",
722
+ "path": "/v1/filter",
723
+ "method": "POST",
724
+ "parameters": [],
725
+ "bodyParameters": [
726
+ {
727
+ "name": "url",
728
+ "type": "string",
729
+ "description": "url",
730
+ "required": true
731
+ },
732
+ {
733
+ "name": "keywords",
734
+ "type": "array",
735
+ "description": "keywords",
736
+ "required": false,
737
+ "items": {
738
+ "type": "string"
739
+ }
740
+ }
741
+ ]
742
+ },
743
+ {
744
+ "name": "vanmoose_nettools_ssl_check",
745
+ "title": "Check SSL certificate",
746
+ "description": "Check SSL certificate",
747
+ "apiId": "nettools",
748
+ "domain": "nettools.vanmoose.cc",
749
+ "path": "/v1/ssl/check",
750
+ "method": "GET",
751
+ "parameters": [
752
+ {
753
+ "name": "domain",
754
+ "type": "string",
755
+ "description": "domain",
756
+ "required": true
757
+ }
758
+ ],
759
+ "bodyParameters": []
760
+ },
761
+ {
762
+ "name": "vanmoose_nettools_dns_lookup",
763
+ "title": "DNS lookup",
764
+ "description": "DNS lookup",
765
+ "apiId": "nettools",
766
+ "domain": "nettools.vanmoose.cc",
767
+ "path": "/v1/dns/lookup",
768
+ "method": "GET",
769
+ "parameters": [
770
+ {
771
+ "name": "domain",
772
+ "type": "string",
773
+ "description": "domain",
774
+ "required": true
775
+ },
776
+ {
777
+ "name": "type",
778
+ "type": "string",
779
+ "description": "type",
780
+ "required": false
781
+ }
782
+ ],
783
+ "bodyParameters": []
784
+ },
785
+ {
786
+ "name": "vanmoose_nettools_dns_all",
787
+ "title": "Get all DNS records",
788
+ "description": "Get all DNS records",
789
+ "apiId": "nettools",
790
+ "domain": "nettools.vanmoose.cc",
791
+ "path": "/v1/dns/all",
792
+ "method": "GET",
793
+ "parameters": [
794
+ {
795
+ "name": "domain",
796
+ "type": "string",
797
+ "description": "domain",
798
+ "required": true
799
+ }
800
+ ],
801
+ "bodyParameters": []
802
+ },
803
+ {
804
+ "name": "vanmoose_nettools_http_headers",
805
+ "title": "Get HTTP headers",
806
+ "description": "Get HTTP headers",
807
+ "apiId": "nettools",
808
+ "domain": "nettools.vanmoose.cc",
809
+ "path": "/v1/http/headers",
810
+ "method": "POST",
811
+ "parameters": [],
812
+ "bodyParameters": [
813
+ {
814
+ "name": "url",
815
+ "type": "string",
816
+ "description": "url",
817
+ "required": true
818
+ }
819
+ ]
820
+ },
821
+ {
822
+ "name": "vanmoose_nettools_domain_info",
823
+ "title": "Domain info",
824
+ "description": "Domain info",
825
+ "apiId": "nettools",
826
+ "domain": "nettools.vanmoose.cc",
827
+ "path": "/v1/domain/info",
828
+ "method": "GET",
829
+ "parameters": [
830
+ {
831
+ "name": "domain",
832
+ "type": "string",
833
+ "description": "domain",
834
+ "required": true
835
+ }
836
+ ],
837
+ "bodyParameters": []
838
+ },
839
+ {
840
+ "name": "vanmoose_nettools_robots",
841
+ "title": "Get robots.txt",
842
+ "description": "Get robots.txt",
843
+ "apiId": "nettools",
844
+ "domain": "nettools.vanmoose.cc",
845
+ "path": "/v1/robots",
846
+ "method": "GET",
847
+ "parameters": [
848
+ {
849
+ "name": "domain",
850
+ "type": "string",
851
+ "description": "domain",
852
+ "required": true
853
+ }
854
+ ],
855
+ "bodyParameters": []
856
+ },
857
+ {
858
+ "name": "vanmoose_changecheck_check",
859
+ "title": "Check for changes",
860
+ "description": "Check for changes",
861
+ "apiId": "changecheck",
862
+ "domain": "changecheck.vanmoose.cc",
863
+ "path": "/v1/check",
864
+ "method": "GET",
865
+ "parameters": [
866
+ {
867
+ "name": "url",
868
+ "type": "string",
869
+ "description": "url",
870
+ "required": true
871
+ }
872
+ ],
873
+ "bodyParameters": []
874
+ },
875
+ {
876
+ "name": "vanmoose_changecheck_snapshot",
877
+ "title": "Take snapshot",
878
+ "description": "Take snapshot",
879
+ "apiId": "changecheck",
880
+ "domain": "changecheck.vanmoose.cc",
881
+ "path": "/v1/snapshot",
882
+ "method": "GET",
883
+ "parameters": [
884
+ {
885
+ "name": "url",
886
+ "type": "string",
887
+ "description": "url",
888
+ "required": true
889
+ }
890
+ ],
891
+ "bodyParameters": []
892
+ },
893
+ {
894
+ "name": "vanmoose_subanalytics_analyze",
895
+ "title": "Analyze subscriptions",
896
+ "description": "Analyze subscriptions",
897
+ "apiId": "subanalytics",
898
+ "domain": "subanalytics.vanmoose.cc",
899
+ "path": "/v1/analyze",
900
+ "method": "POST",
901
+ "parameters": [],
902
+ "bodyParameters": [
903
+ {
904
+ "name": "subscriptions",
905
+ "type": "array",
906
+ "description": "subscriptions",
907
+ "required": true,
908
+ "items": {
909
+ "type": "object"
910
+ }
911
+ }
912
+ ]
913
+ },
914
+ {
915
+ "name": "vanmoose_subanalytics_savings",
916
+ "title": "Find savings",
917
+ "description": "Find savings",
918
+ "apiId": "subanalytics",
919
+ "domain": "subanalytics.vanmoose.cc",
920
+ "path": "/v1/savings",
921
+ "method": "POST",
922
+ "parameters": [],
923
+ "bodyParameters": [
924
+ {
925
+ "name": "subscriptions",
926
+ "type": "array",
927
+ "description": "subscriptions",
928
+ "required": true,
929
+ "items": {
930
+ "type": "object"
931
+ }
932
+ }
933
+ ]
934
+ },
935
+ {
936
+ "name": "vanmoose_subanalytics_compare",
937
+ "title": "Compare alternatives",
938
+ "description": "Compare alternatives",
939
+ "apiId": "subanalytics",
940
+ "domain": "subanalytics.vanmoose.cc",
941
+ "path": "/v1/compare",
942
+ "method": "POST",
943
+ "parameters": [],
944
+ "bodyParameters": [
945
+ {
946
+ "name": "service",
947
+ "type": "string",
948
+ "description": "service",
949
+ "required": true
950
+ }
951
+ ]
952
+ },
953
+ {
954
+ "name": "vanmoose_subanalytics_convert",
955
+ "title": "Convert billing period",
956
+ "description": "Convert billing period",
957
+ "apiId": "subanalytics",
958
+ "domain": "subanalytics.vanmoose.cc",
959
+ "path": "/v1/convert",
960
+ "method": "POST",
961
+ "parameters": [],
962
+ "bodyParameters": [
963
+ {
964
+ "name": "amount",
965
+ "type": "number",
966
+ "description": "amount",
967
+ "required": true
968
+ },
969
+ {
970
+ "name": "from",
971
+ "type": "string",
972
+ "description": "from",
973
+ "required": true
974
+ },
975
+ {
976
+ "name": "to",
977
+ "type": "string",
978
+ "description": "to",
979
+ "required": true
980
+ }
981
+ ]
982
+ },
983
+ {
984
+ "name": "vanmoose_socialcard_generate",
985
+ "title": "Generate social card image",
986
+ "description": "Generate social card image",
987
+ "apiId": "socialcard",
988
+ "domain": "socialcard.vanmoose.cc",
989
+ "path": "/v1/generate",
990
+ "method": "GET",
991
+ "parameters": [
992
+ {
993
+ "name": "title",
994
+ "type": "string",
995
+ "description": "Card title",
996
+ "required": true
997
+ },
998
+ {
999
+ "name": "description",
1000
+ "type": "string",
1001
+ "description": "Card description",
1002
+ "required": false
1003
+ },
1004
+ {
1005
+ "name": "siteName",
1006
+ "type": "string",
1007
+ "description": "Site name",
1008
+ "required": false
1009
+ },
1010
+ {
1011
+ "name": "theme",
1012
+ "type": "string",
1013
+ "description": "Color theme",
1014
+ "required": false
1015
+ },
1016
+ {
1017
+ "name": "platform",
1018
+ "type": "string",
1019
+ "description": "Target platform",
1020
+ "required": false
1021
+ }
1022
+ ],
1023
+ "bodyParameters": []
1024
+ },
1025
+ {
1026
+ "name": "vanmoose_socialcard_preview",
1027
+ "title": "Preview social card",
1028
+ "description": "Preview social card",
1029
+ "apiId": "socialcard",
1030
+ "domain": "socialcard.vanmoose.cc",
1031
+ "path": "/v1/preview",
1032
+ "method": "GET",
1033
+ "parameters": [
1034
+ {
1035
+ "name": "url",
1036
+ "type": "string",
1037
+ "description": "URL to preview",
1038
+ "required": true
1039
+ }
1040
+ ],
1041
+ "bodyParameters": []
1042
+ },
1043
+ {
1044
+ "name": "vanmoose_socialcard_validate",
1045
+ "title": "Validate social card metadata",
1046
+ "description": "Validate social card metadata",
1047
+ "apiId": "socialcard",
1048
+ "domain": "socialcard.vanmoose.cc",
1049
+ "path": "/v1/validate",
1050
+ "method": "GET",
1051
+ "parameters": [
1052
+ {
1053
+ "name": "url",
1054
+ "type": "string",
1055
+ "description": "URL to validate",
1056
+ "required": true
1057
+ }
1058
+ ],
1059
+ "bodyParameters": []
1060
+ },
1061
+ {
1062
+ "name": "vanmoose_socialcard_mockup",
1063
+ "title": "Generate platform mockup",
1064
+ "description": "Generate platform mockup",
1065
+ "apiId": "socialcard",
1066
+ "domain": "socialcard.vanmoose.cc",
1067
+ "path": "/v1/mockup",
1068
+ "method": "GET",
1069
+ "parameters": [
1070
+ {
1071
+ "name": "url",
1072
+ "type": "string",
1073
+ "description": "URL to mockup",
1074
+ "required": true
1075
+ }
1076
+ ],
1077
+ "bodyParameters": []
1078
+ },
1079
+ {
1080
+ "name": "vanmoose_qrcode_generate",
1081
+ "title": "Generate QR code (POST)",
1082
+ "description": "Generate QR code (POST)",
1083
+ "apiId": "qrcode",
1084
+ "domain": "qrcode.vanmoose.cc",
1085
+ "path": "/v1/generate",
1086
+ "method": "POST",
1087
+ "parameters": [],
1088
+ "bodyParameters": [
1089
+ {
1090
+ "name": "data",
1091
+ "type": "string",
1092
+ "description": "Data to encode",
1093
+ "required": true
1094
+ },
1095
+ {
1096
+ "name": "size",
1097
+ "type": "integer",
1098
+ "description": "Size in pixels",
1099
+ "required": false
1100
+ },
1101
+ {
1102
+ "name": "format",
1103
+ "type": "string",
1104
+ "description": "format",
1105
+ "required": false
1106
+ },
1107
+ {
1108
+ "name": "fg",
1109
+ "type": "string",
1110
+ "description": "Foreground color",
1111
+ "required": false
1112
+ },
1113
+ {
1114
+ "name": "bg",
1115
+ "type": "string",
1116
+ "description": "Background color",
1117
+ "required": false
1118
+ }
1119
+ ]
1120
+ },
1121
+ {
1122
+ "name": "vanmoose_thumbgrab_thumbnail",
1123
+ "title": "Get thumbnail",
1124
+ "description": "Get thumbnail",
1125
+ "apiId": "thumbgrab",
1126
+ "domain": "thumbgrab-api.vanmoose.cc",
1127
+ "path": "/v1/thumbnail",
1128
+ "method": "GET",
1129
+ "parameters": [
1130
+ {
1131
+ "name": "id",
1132
+ "type": "string",
1133
+ "description": "Video ID or URL",
1134
+ "required": true
1135
+ },
1136
+ {
1137
+ "name": "quality",
1138
+ "type": "string",
1139
+ "description": "quality",
1140
+ "required": false
1141
+ }
1142
+ ],
1143
+ "bodyParameters": []
1144
+ },
1145
+ {
1146
+ "name": "vanmoose_thumbgrab_info",
1147
+ "title": "Get all thumbnail URLs",
1148
+ "description": "Get all thumbnail URLs",
1149
+ "apiId": "thumbgrab",
1150
+ "domain": "thumbgrab-api.vanmoose.cc",
1151
+ "path": "/v1/info",
1152
+ "method": "GET",
1153
+ "parameters": [
1154
+ {
1155
+ "name": "id",
1156
+ "type": "string",
1157
+ "description": "id",
1158
+ "required": true
1159
+ }
1160
+ ],
1161
+ "bodyParameters": []
1162
+ },
1163
+ {
1164
+ "name": "vanmoose_bulkthumb_single",
1165
+ "title": "Get single thumbnail",
1166
+ "description": "Get single thumbnail",
1167
+ "apiId": "bulkthumb",
1168
+ "domain": "bulkthumb.vanmoose.cc",
1169
+ "path": "/v1/single",
1170
+ "method": "GET",
1171
+ "parameters": [
1172
+ {
1173
+ "name": "id",
1174
+ "type": "string",
1175
+ "description": "YouTube video ID",
1176
+ "required": true
1177
+ }
1178
+ ],
1179
+ "bodyParameters": []
1180
+ },
1181
+ {
1182
+ "name": "vanmoose_bulkthumb_bulk",
1183
+ "title": "Get multiple thumbnails",
1184
+ "description": "Get multiple thumbnails",
1185
+ "apiId": "bulkthumb",
1186
+ "domain": "bulkthumb.vanmoose.cc",
1187
+ "path": "/v1/bulk",
1188
+ "method": "POST",
1189
+ "parameters": [],
1190
+ "bodyParameters": [
1191
+ {
1192
+ "name": "ids",
1193
+ "type": "array",
1194
+ "description": "ids",
1195
+ "required": true,
1196
+ "items": {
1197
+ "type": "string"
1198
+ }
1199
+ }
1200
+ ]
1201
+ },
1202
+ {
1203
+ "name": "vanmoose_bulkthumb_best",
1204
+ "title": "Get best quality thumbnails",
1205
+ "description": "Get best quality thumbnails",
1206
+ "apiId": "bulkthumb",
1207
+ "domain": "bulkthumb.vanmoose.cc",
1208
+ "path": "/v1/best",
1209
+ "method": "POST",
1210
+ "parameters": [],
1211
+ "bodyParameters": [
1212
+ {
1213
+ "name": "ids",
1214
+ "type": "array",
1215
+ "description": "ids",
1216
+ "required": true,
1217
+ "items": {
1218
+ "type": "string"
1219
+ }
1220
+ }
1221
+ ]
1222
+ },
1223
+ {
1224
+ "name": "vanmoose_favicon_icon",
1225
+ "title": "Get favicon image",
1226
+ "description": "Get favicon image",
1227
+ "apiId": "favicon",
1228
+ "domain": "favicon.vanmoose.cc",
1229
+ "path": "/v1/icon",
1230
+ "method": "GET",
1231
+ "parameters": [
1232
+ {
1233
+ "name": "url",
1234
+ "type": "string",
1235
+ "description": "Website URL",
1236
+ "required": true
1237
+ },
1238
+ {
1239
+ "name": "size",
1240
+ "type": "integer",
1241
+ "description": "Preferred icon size",
1242
+ "required": false
1243
+ }
1244
+ ],
1245
+ "bodyParameters": []
1246
+ },
1247
+ {
1248
+ "name": "vanmoose_favicon_info",
1249
+ "title": "Get all favicon info",
1250
+ "description": "Get all favicon info",
1251
+ "apiId": "favicon",
1252
+ "domain": "favicon.vanmoose.cc",
1253
+ "path": "/v1/info",
1254
+ "method": "GET",
1255
+ "parameters": [
1256
+ {
1257
+ "name": "url",
1258
+ "type": "string",
1259
+ "description": "Website URL",
1260
+ "required": true
1261
+ }
1262
+ ],
1263
+ "bodyParameters": []
1264
+ },
1265
+ {
1266
+ "name": "vanmoose_barcode_generate",
1267
+ "title": "Generate barcode (POST)",
1268
+ "description": "Generate barcode (POST)",
1269
+ "apiId": "barcode",
1270
+ "domain": "barcode.vanmoose.cc",
1271
+ "path": "/v1/generate",
1272
+ "method": "POST",
1273
+ "parameters": [],
1274
+ "bodyParameters": [
1275
+ {
1276
+ "name": "data",
1277
+ "type": "string",
1278
+ "description": "Data to encode",
1279
+ "required": true
1280
+ },
1281
+ {
1282
+ "name": "type",
1283
+ "type": "string",
1284
+ "description": "Barcode type",
1285
+ "required": false
1286
+ },
1287
+ {
1288
+ "name": "format",
1289
+ "type": "string",
1290
+ "description": "format",
1291
+ "required": false
1292
+ },
1293
+ {
1294
+ "name": "width",
1295
+ "type": "integer",
1296
+ "description": "width",
1297
+ "required": false
1298
+ },
1299
+ {
1300
+ "name": "height",
1301
+ "type": "integer",
1302
+ "description": "height",
1303
+ "required": false
1304
+ }
1305
+ ]
1306
+ },
1307
+ {
1308
+ "name": "vanmoose_barcode_validate",
1309
+ "title": "Validate barcode data",
1310
+ "description": "Validate barcode data",
1311
+ "apiId": "barcode",
1312
+ "domain": "barcode.vanmoose.cc",
1313
+ "path": "/v1/validate",
1314
+ "method": "GET",
1315
+ "parameters": [
1316
+ {
1317
+ "name": "data",
1318
+ "type": "string",
1319
+ "description": "Data to validate",
1320
+ "required": true
1321
+ },
1322
+ {
1323
+ "name": "type",
1324
+ "type": "string",
1325
+ "description": "Barcode type",
1326
+ "required": true
1327
+ }
1328
+ ],
1329
+ "bodyParameters": []
1330
+ },
1331
+ {
1332
+ "name": "vanmoose_forgescore_score",
1333
+ "title": "Score a name",
1334
+ "description": "Score a name",
1335
+ "apiId": "forgescore",
1336
+ "domain": "forgescore.vanmoose.cc",
1337
+ "path": "/v1/score",
1338
+ "method": "GET",
1339
+ "parameters": [
1340
+ {
1341
+ "name": "name",
1342
+ "type": "string",
1343
+ "description": "name",
1344
+ "required": true
1345
+ }
1346
+ ],
1347
+ "bodyParameters": []
1348
+ },
1349
+ {
1350
+ "name": "vanmoose_forgescore_bulk",
1351
+ "title": "Score multiple names",
1352
+ "description": "Score multiple names",
1353
+ "apiId": "forgescore",
1354
+ "domain": "forgescore.vanmoose.cc",
1355
+ "path": "/v1/bulk",
1356
+ "method": "POST",
1357
+ "parameters": [],
1358
+ "bodyParameters": [
1359
+ {
1360
+ "name": "names",
1361
+ "type": "array",
1362
+ "description": "names",
1363
+ "required": true,
1364
+ "items": {
1365
+ "type": "string"
1366
+ }
1367
+ }
1368
+ ]
1369
+ },
1370
+ {
1371
+ "name": "vanmoose_forgescore_compare",
1372
+ "title": "Compare names",
1373
+ "description": "Compare names",
1374
+ "apiId": "forgescore",
1375
+ "domain": "forgescore.vanmoose.cc",
1376
+ "path": "/v1/compare",
1377
+ "method": "POST",
1378
+ "parameters": [],
1379
+ "bodyParameters": [
1380
+ {
1381
+ "name": "names",
1382
+ "type": "array",
1383
+ "description": "names",
1384
+ "required": true,
1385
+ "items": {
1386
+ "type": "string"
1387
+ }
1388
+ }
1389
+ ]
1390
+ },
1391
+ {
1392
+ "name": "vanmoose_emailtemplate_templates",
1393
+ "title": "List available templates",
1394
+ "description": "List available templates",
1395
+ "apiId": "emailtemplate",
1396
+ "domain": "emailtemplate.vanmoose.cc",
1397
+ "path": "/v1/templates",
1398
+ "method": "GET",
1399
+ "parameters": [],
1400
+ "bodyParameters": []
1401
+ },
1402
+ {
1403
+ "name": "vanmoose_emailtemplate_generate",
1404
+ "title": "Generate email HTML",
1405
+ "description": "Generate email HTML",
1406
+ "apiId": "emailtemplate",
1407
+ "domain": "emailtemplate.vanmoose.cc",
1408
+ "path": "/v1/generate",
1409
+ "method": "POST",
1410
+ "parameters": [],
1411
+ "bodyParameters": [
1412
+ {
1413
+ "name": "template",
1414
+ "type": "string",
1415
+ "description": "template",
1416
+ "required": true
1417
+ },
1418
+ {
1419
+ "name": "data",
1420
+ "type": "object",
1421
+ "description": "data",
1422
+ "required": false
1423
+ }
1424
+ ]
1425
+ },
1426
+ {
1427
+ "name": "vanmoose_useragent_me",
1428
+ "title": "Parse my user agent",
1429
+ "description": "Parse my user agent",
1430
+ "apiId": "useragent",
1431
+ "domain": "useragent.vanmoose.cc",
1432
+ "path": "/v1/me",
1433
+ "method": "GET",
1434
+ "parameters": [],
1435
+ "bodyParameters": []
1436
+ },
1437
+ {
1438
+ "name": "vanmoose_useragent_parse",
1439
+ "title": "Parse user agent string",
1440
+ "description": "Parse user agent string",
1441
+ "apiId": "useragent",
1442
+ "domain": "useragent.vanmoose.cc",
1443
+ "path": "/v1/parse",
1444
+ "method": "POST",
1445
+ "parameters": [],
1446
+ "bodyParameters": [
1447
+ {
1448
+ "name": "ua",
1449
+ "type": "string",
1450
+ "description": "ua",
1451
+ "required": true
1452
+ }
1453
+ ]
1454
+ },
1455
+ {
1456
+ "name": "vanmoose_colorpalette_extract",
1457
+ "title": "Extract colors from image",
1458
+ "description": "Extract colors from image",
1459
+ "apiId": "colorpalette",
1460
+ "domain": "colorpalette.vanmoose.cc",
1461
+ "path": "/v1/extract",
1462
+ "method": "GET",
1463
+ "parameters": [
1464
+ {
1465
+ "name": "url",
1466
+ "type": "string",
1467
+ "description": "Image URL",
1468
+ "required": true
1469
+ },
1470
+ {
1471
+ "name": "count",
1472
+ "type": "integer",
1473
+ "description": "Number of colors",
1474
+ "required": false
1475
+ }
1476
+ ],
1477
+ "bodyParameters": []
1478
+ },
1479
+ {
1480
+ "name": "vanmoose_colorpalette_generate",
1481
+ "title": "Generate palette from color",
1482
+ "description": "Generate palette from color",
1483
+ "apiId": "colorpalette",
1484
+ "domain": "colorpalette.vanmoose.cc",
1485
+ "path": "/v1/generate",
1486
+ "method": "GET",
1487
+ "parameters": [
1488
+ {
1489
+ "name": "color",
1490
+ "type": "string",
1491
+ "description": "Base color (hex)",
1492
+ "required": true
1493
+ },
1494
+ {
1495
+ "name": "scheme",
1496
+ "type": "string",
1497
+ "description": "scheme",
1498
+ "required": false
1499
+ }
1500
+ ],
1501
+ "bodyParameters": []
1502
+ },
1503
+ {
1504
+ "name": "vanmoose_colorpalette_contrast",
1505
+ "title": "Check contrast ratio",
1506
+ "description": "Check contrast ratio",
1507
+ "apiId": "colorpalette",
1508
+ "domain": "colorpalette.vanmoose.cc",
1509
+ "path": "/v1/contrast",
1510
+ "method": "GET",
1511
+ "parameters": [
1512
+ {
1513
+ "name": "fg",
1514
+ "type": "string",
1515
+ "description": "fg",
1516
+ "required": true
1517
+ },
1518
+ {
1519
+ "name": "bg",
1520
+ "type": "string",
1521
+ "description": "bg",
1522
+ "required": true
1523
+ }
1524
+ ],
1525
+ "bodyParameters": []
1526
+ },
1527
+ {
1528
+ "name": "vanmoose_colorpalette_convert",
1529
+ "title": "Convert color format",
1530
+ "description": "Convert color format",
1531
+ "apiId": "colorpalette",
1532
+ "domain": "colorpalette.vanmoose.cc",
1533
+ "path": "/v1/convert",
1534
+ "method": "GET",
1535
+ "parameters": [
1536
+ {
1537
+ "name": "color",
1538
+ "type": "string",
1539
+ "description": "color",
1540
+ "required": true
1541
+ }
1542
+ ],
1543
+ "bodyParameters": []
1544
+ },
1545
+ {
1546
+ "name": "vanmoose_imageinfo_analyze",
1547
+ "title": "Analyze image (POST)",
1548
+ "description": "Analyze image (POST)",
1549
+ "apiId": "imageinfo",
1550
+ "domain": "imageinfo.vanmoose.cc",
1551
+ "path": "/v1/analyze",
1552
+ "method": "POST",
1553
+ "parameters": [],
1554
+ "bodyParameters": [
1555
+ {
1556
+ "name": "url",
1557
+ "type": "string",
1558
+ "description": "url",
1559
+ "required": true
1560
+ }
1561
+ ]
1562
+ },
1563
+ {
1564
+ "name": "vanmoose_shorturl_shorten",
1565
+ "title": "Shorten URL",
1566
+ "description": "Shorten URL",
1567
+ "apiId": "shorturl",
1568
+ "domain": "shorturl.vanmoose.cc",
1569
+ "path": "/v1/shorten",
1570
+ "method": "POST",
1571
+ "parameters": [],
1572
+ "bodyParameters": [
1573
+ {
1574
+ "name": "url",
1575
+ "type": "string",
1576
+ "description": "url",
1577
+ "required": true
1578
+ },
1579
+ {
1580
+ "name": "custom",
1581
+ "type": "string",
1582
+ "description": "custom",
1583
+ "required": false
1584
+ }
1585
+ ]
1586
+ },
1587
+ {
1588
+ "name": "vanmoose_shorturl_bulk",
1589
+ "title": "Shorten multiple URLs",
1590
+ "description": "Shorten multiple URLs",
1591
+ "apiId": "shorturl",
1592
+ "domain": "shorturl.vanmoose.cc",
1593
+ "path": "/v1/bulk",
1594
+ "method": "POST",
1595
+ "parameters": [],
1596
+ "bodyParameters": [
1597
+ {
1598
+ "name": "urls",
1599
+ "type": "array",
1600
+ "description": "urls",
1601
+ "required": true,
1602
+ "items": {
1603
+ "type": "string"
1604
+ }
1605
+ }
1606
+ ]
1607
+ },
1608
+ {
1609
+ "name": "vanmoose_companylookup",
1610
+ "title": "Company Lookup",
1611
+ "description": "Company intelligence via DNS, meta tags, and logo detection",
1612
+ "apiId": "companylookup",
1613
+ "domain": "companylookup.vanmoose.cc",
1614
+ "path": "/v1",
1615
+ "method": "GET",
1616
+ "parameters": [
1617
+ {
1618
+ "name": "input",
1619
+ "type": "string",
1620
+ "description": "Input for Company Lookup. Check https://companylookup.vanmoose.cc/v1/docs for parameters.",
1621
+ "required": false
1622
+ }
1623
+ ],
1624
+ "bodyParameters": []
1625
+ },
1626
+ {
1627
+ "name": "vanmoose_breachcheck",
1628
+ "title": "Breach Check",
1629
+ "description": "Check if passwords or emails appear in known data breaches",
1630
+ "apiId": "breachcheck",
1631
+ "domain": "breachcheck.vanmoose.cc",
1632
+ "path": "/v1",
1633
+ "method": "GET",
1634
+ "parameters": [
1635
+ {
1636
+ "name": "input",
1637
+ "type": "string",
1638
+ "description": "Input for Breach Check. Check https://breachcheck.vanmoose.cc/v1/docs for parameters.",
1639
+ "required": false
1640
+ }
1641
+ ],
1642
+ "bodyParameters": []
1643
+ },
1644
+ {
1645
+ "name": "vanmoose_phonevalidate",
1646
+ "title": "Phone Validate",
1647
+ "description": "Validate, parse, and format international phone numbers",
1648
+ "apiId": "phonevalidate",
1649
+ "domain": "phonevalidate.vanmoose.cc",
1650
+ "path": "/v1",
1651
+ "method": "GET",
1652
+ "parameters": [
1653
+ {
1654
+ "name": "input",
1655
+ "type": "string",
1656
+ "description": "Input for Phone Validate. Check https://phonevalidate.vanmoose.cc/v1/docs for parameters.",
1657
+ "required": false
1658
+ }
1659
+ ],
1660
+ "bodyParameters": []
1661
+ },
1662
+ {
1663
+ "name": "vanmoose_vpndetect",
1664
+ "title": "VPN Detect",
1665
+ "description": "Detect VPN, proxy, Tor, and datacenter IP addresses",
1666
+ "apiId": "vpndetect",
1667
+ "domain": "vpndetect.vanmoose.cc",
1668
+ "path": "/v1",
1669
+ "method": "GET",
1670
+ "parameters": [
1671
+ {
1672
+ "name": "input",
1673
+ "type": "string",
1674
+ "description": "Input for VPN Detect. Check https://vpndetect.vanmoose.cc/v1/docs for parameters.",
1675
+ "required": false
1676
+ }
1677
+ ],
1678
+ "bodyParameters": []
1679
+ },
1680
+ {
1681
+ "name": "vanmoose_disposableemail",
1682
+ "title": "Disposable Email",
1683
+ "description": "Detect disposable and temporary email addresses",
1684
+ "apiId": "disposableemail",
1685
+ "domain": "disposableemail.vanmoose.cc",
1686
+ "path": "/v1",
1687
+ "method": "GET",
1688
+ "parameters": [
1689
+ {
1690
+ "name": "input",
1691
+ "type": "string",
1692
+ "description": "Input for Disposable Email. Check https://disposableemail.vanmoose.cc/v1/docs for parameters.",
1693
+ "required": false
1694
+ }
1695
+ ],
1696
+ "bodyParameters": []
1697
+ },
1698
+ {
1699
+ "name": "vanmoose_imagecompress",
1700
+ "title": "Image Compress",
1701
+ "description": "Compress images with quality control and format conversion",
1702
+ "apiId": "imagecompress",
1703
+ "domain": "imagecompress.vanmoose.cc",
1704
+ "path": "/v1",
1705
+ "method": "GET",
1706
+ "parameters": [
1707
+ {
1708
+ "name": "input",
1709
+ "type": "string",
1710
+ "description": "Input for Image Compress. Check https://imagecompress.vanmoose.cc/v1/docs for parameters.",
1711
+ "required": false
1712
+ }
1713
+ ],
1714
+ "bodyParameters": []
1715
+ },
1716
+ {
1717
+ "name": "vanmoose_imageresize",
1718
+ "title": "Image Resize",
1719
+ "description": "Resize and crop images with multiple fit modes",
1720
+ "apiId": "imageresize",
1721
+ "domain": "imageresize.vanmoose.cc",
1722
+ "path": "/v1",
1723
+ "method": "GET",
1724
+ "parameters": [
1725
+ {
1726
+ "name": "input",
1727
+ "type": "string",
1728
+ "description": "Input for Image Resize. Check https://imageresize.vanmoose.cc/v1/docs for parameters.",
1729
+ "required": false
1730
+ }
1731
+ ],
1732
+ "bodyParameters": []
1733
+ },
1734
+ {
1735
+ "name": "vanmoose_vatvalidate",
1736
+ "title": "VAT Validate",
1737
+ "description": "Validate EU VAT numbers via format check and VIES lookup",
1738
+ "apiId": "vatvalidate",
1739
+ "domain": "vatvalidate.vanmoose.cc",
1740
+ "path": "/v1",
1741
+ "method": "GET",
1742
+ "parameters": [
1743
+ {
1744
+ "name": "input",
1745
+ "type": "string",
1746
+ "description": "Input for VAT Validate. Check https://vatvalidate.vanmoose.cc/v1/docs for parameters.",
1747
+ "required": false
1748
+ }
1749
+ ],
1750
+ "bodyParameters": []
1751
+ },
1752
+ {
1753
+ "name": "vanmoose_addressverify",
1754
+ "title": "Address Verify",
1755
+ "description": "Heuristic US address verification with confidence scoring, risk flags, and suggestions",
1756
+ "apiId": "addressverify",
1757
+ "domain": "addressverify.vanmoose.cc",
1758
+ "path": "/v1",
1759
+ "method": "GET",
1760
+ "parameters": [
1761
+ {
1762
+ "name": "input",
1763
+ "type": "string",
1764
+ "description": "Input for Address Verify. Check https://addressverify.vanmoose.cc/v1/docs for parameters.",
1765
+ "required": false
1766
+ }
1767
+ ],
1768
+ "bodyParameters": []
1769
+ },
1770
+ {
1771
+ "name": "vanmoose_techstack_detect",
1772
+ "title": "Detect tech stack (POST)",
1773
+ "description": "Detect tech stack (POST)",
1774
+ "apiId": "techstack",
1775
+ "domain": "techstack.vanmoose.cc",
1776
+ "path": "/v1/detect",
1777
+ "method": "POST",
1778
+ "parameters": [],
1779
+ "bodyParameters": [
1780
+ {
1781
+ "name": "url",
1782
+ "type": "string",
1783
+ "description": "Website URL",
1784
+ "required": true
1785
+ }
1786
+ ]
1787
+ },
1788
+ {
1789
+ "name": "vanmoose_techstack_compare",
1790
+ "title": "Compare tech stacks",
1791
+ "description": "Compare tech stacks",
1792
+ "apiId": "techstack",
1793
+ "domain": "techstack.vanmoose.cc",
1794
+ "path": "/v1/compare",
1795
+ "method": "POST",
1796
+ "parameters": [],
1797
+ "bodyParameters": [
1798
+ {
1799
+ "name": "urls",
1800
+ "type": "array",
1801
+ "description": "URLs to compare",
1802
+ "required": true,
1803
+ "items": {
1804
+ "type": "string"
1805
+ }
1806
+ }
1807
+ ]
1808
+ },
1809
+ {
1810
+ "name": "vanmoose_pricewatch_extract",
1811
+ "title": "Extract price (POST)",
1812
+ "description": "Extract price (POST)",
1813
+ "apiId": "pricewatch",
1814
+ "domain": "pricewatch.vanmoose.cc",
1815
+ "path": "/v1/extract",
1816
+ "method": "POST",
1817
+ "parameters": [],
1818
+ "bodyParameters": [
1819
+ {
1820
+ "name": "url",
1821
+ "type": "string",
1822
+ "description": "Product page URL",
1823
+ "required": true
1824
+ }
1825
+ ]
1826
+ },
1827
+ {
1828
+ "name": "vanmoose_pricewatch_bulk",
1829
+ "title": "Extract prices from multiple URLs",
1830
+ "description": "Extract prices from multiple URLs",
1831
+ "apiId": "pricewatch",
1832
+ "domain": "pricewatch.vanmoose.cc",
1833
+ "path": "/v1/bulk",
1834
+ "method": "POST",
1835
+ "parameters": [],
1836
+ "bodyParameters": [
1837
+ {
1838
+ "name": "urls",
1839
+ "type": "array",
1840
+ "description": "Array of product URLs",
1841
+ "required": true,
1842
+ "items": {
1843
+ "type": "string"
1844
+ }
1845
+ }
1846
+ ]
1847
+ },
1848
+ {
1849
+ "name": "vanmoose_pricewatch_compare",
1850
+ "title": "Compare prices",
1851
+ "description": "Compare prices",
1852
+ "apiId": "pricewatch",
1853
+ "domain": "pricewatch.vanmoose.cc",
1854
+ "path": "/v1/compare",
1855
+ "method": "POST",
1856
+ "parameters": [],
1857
+ "bodyParameters": [
1858
+ {
1859
+ "name": "urls",
1860
+ "type": "array",
1861
+ "description": "URLs to compare",
1862
+ "required": true,
1863
+ "items": {
1864
+ "type": "string"
1865
+ }
1866
+ }
1867
+ ]
1868
+ },
1869
+ {
1870
+ "name": "vanmoose_pricewatch_stats",
1871
+ "title": "Price statistics",
1872
+ "description": "Price statistics",
1873
+ "apiId": "pricewatch",
1874
+ "domain": "pricewatch.vanmoose.cc",
1875
+ "path": "/v1/stats",
1876
+ "method": "POST",
1877
+ "parameters": [],
1878
+ "bodyParameters": [
1879
+ {
1880
+ "name": "urls",
1881
+ "type": "array",
1882
+ "description": "urls",
1883
+ "required": true,
1884
+ "items": {
1885
+ "type": "string"
1886
+ }
1887
+ }
1888
+ ]
1889
+ },
1890
+ {
1891
+ "name": "vanmoose_namecheck_quick",
1892
+ "title": "Quick check (10 platforms)",
1893
+ "description": "Quick check (10 platforms)",
1894
+ "apiId": "namecheck",
1895
+ "domain": "namecheck.vanmoose.cc",
1896
+ "path": "/v1/quick",
1897
+ "method": "POST",
1898
+ "parameters": [],
1899
+ "bodyParameters": [
1900
+ {
1901
+ "name": "username",
1902
+ "type": "string",
1903
+ "description": "username",
1904
+ "required": true
1905
+ }
1906
+ ]
1907
+ },
1908
+ {
1909
+ "name": "vanmoose_namecheck_check",
1910
+ "title": "Full check (50+ platforms)",
1911
+ "description": "Full check (50+ platforms)",
1912
+ "apiId": "namecheck",
1913
+ "domain": "namecheck.vanmoose.cc",
1914
+ "path": "/v1/check",
1915
+ "method": "POST",
1916
+ "parameters": [],
1917
+ "bodyParameters": [
1918
+ {
1919
+ "name": "username",
1920
+ "type": "string",
1921
+ "description": "username",
1922
+ "required": true
1923
+ },
1924
+ {
1925
+ "name": "platforms",
1926
+ "type": "array",
1927
+ "description": "platforms",
1928
+ "required": false,
1929
+ "items": {
1930
+ "type": "string"
1931
+ }
1932
+ }
1933
+ ]
1934
+ },
1935
+ {
1936
+ "name": "vanmoose_namecheck_category",
1937
+ "title": "Check by category",
1938
+ "description": "Check by category",
1939
+ "apiId": "namecheck",
1940
+ "domain": "namecheck.vanmoose.cc",
1941
+ "path": "/v1/category",
1942
+ "method": "POST",
1943
+ "parameters": [],
1944
+ "bodyParameters": [
1945
+ {
1946
+ "name": "username",
1947
+ "type": "string",
1948
+ "description": "username",
1949
+ "required": true
1950
+ },
1951
+ {
1952
+ "name": "category",
1953
+ "type": "string",
1954
+ "description": "category",
1955
+ "required": true
1956
+ }
1957
+ ]
1958
+ },
1959
+ {
1960
+ "name": "vanmoose_namecheck_platforms",
1961
+ "title": "List platforms",
1962
+ "description": "List platforms",
1963
+ "apiId": "namecheck",
1964
+ "domain": "namecheck.vanmoose.cc",
1965
+ "path": "/v1/platforms",
1966
+ "method": "GET",
1967
+ "parameters": [],
1968
+ "bodyParameters": []
1969
+ },
1970
+ {
1971
+ "name": "vanmoose_bulknamecheck_single",
1972
+ "title": "Check single username",
1973
+ "description": "Check single username",
1974
+ "apiId": "bulknamecheck",
1975
+ "domain": "bulknamecheck.vanmoose.cc",
1976
+ "path": "/v1/single",
1977
+ "method": "POST",
1978
+ "parameters": [],
1979
+ "bodyParameters": [
1980
+ {
1981
+ "name": "username",
1982
+ "type": "string",
1983
+ "description": "username",
1984
+ "required": true
1985
+ }
1986
+ ]
1987
+ },
1988
+ {
1989
+ "name": "vanmoose_bulknamecheck_bulk",
1990
+ "title": "Check multiple usernames",
1991
+ "description": "Check multiple usernames",
1992
+ "apiId": "bulknamecheck",
1993
+ "domain": "bulknamecheck.vanmoose.cc",
1994
+ "path": "/v1/bulk",
1995
+ "method": "POST",
1996
+ "parameters": [],
1997
+ "bodyParameters": [
1998
+ {
1999
+ "name": "usernames",
2000
+ "type": "array",
2001
+ "description": "usernames",
2002
+ "required": true,
2003
+ "items": {
2004
+ "type": "string"
2005
+ }
2006
+ }
2007
+ ]
2008
+ },
2009
+ {
2010
+ "name": "vanmoose_bulknamecheck_quick",
2011
+ "title": "Quick bulk check",
2012
+ "description": "Quick bulk check",
2013
+ "apiId": "bulknamecheck",
2014
+ "domain": "bulknamecheck.vanmoose.cc",
2015
+ "path": "/v1/quick",
2016
+ "method": "POST",
2017
+ "parameters": [],
2018
+ "bodyParameters": [
2019
+ {
2020
+ "name": "usernames",
2021
+ "type": "array",
2022
+ "description": "usernames",
2023
+ "required": true,
2024
+ "items": {
2025
+ "type": "string"
2026
+ }
2027
+ }
2028
+ ]
2029
+ },
2030
+ {
2031
+ "name": "vanmoose_bulknamecheck_matrix",
2032
+ "title": "Username-platform matrix",
2033
+ "description": "Username-platform matrix",
2034
+ "apiId": "bulknamecheck",
2035
+ "domain": "bulknamecheck.vanmoose.cc",
2036
+ "path": "/v1/matrix",
2037
+ "method": "POST",
2038
+ "parameters": [],
2039
+ "bodyParameters": [
2040
+ {
2041
+ "name": "usernames",
2042
+ "type": "array",
2043
+ "description": "usernames",
2044
+ "required": false,
2045
+ "items": {
2046
+ "type": "string"
2047
+ }
2048
+ },
2049
+ {
2050
+ "name": "platforms",
2051
+ "type": "array",
2052
+ "description": "platforms",
2053
+ "required": false,
2054
+ "items": {
2055
+ "type": "string"
2056
+ }
2057
+ }
2058
+ ]
2059
+ },
2060
+ {
2061
+ "name": "vanmoose_bulknamecheck_platforms",
2062
+ "title": "List platforms",
2063
+ "description": "List platforms",
2064
+ "apiId": "bulknamecheck",
2065
+ "domain": "bulknamecheck.vanmoose.cc",
2066
+ "path": "/v1/platforms",
2067
+ "method": "GET",
2068
+ "parameters": [],
2069
+ "bodyParameters": []
2070
+ },
2071
+ {
2072
+ "name": "vanmoose_lorem_generate",
2073
+ "title": "Generate Lorem Ipsum (POST)",
2074
+ "description": "Generate Lorem Ipsum (POST)",
2075
+ "apiId": "lorem",
2076
+ "domain": "lorem.vanmoose.cc",
2077
+ "path": "/v1/generate",
2078
+ "method": "POST",
2079
+ "parameters": [],
2080
+ "bodyParameters": [
2081
+ {
2082
+ "name": "paragraphs",
2083
+ "type": "integer",
2084
+ "description": "paragraphs",
2085
+ "required": false
2086
+ },
2087
+ {
2088
+ "name": "sentences",
2089
+ "type": "integer",
2090
+ "description": "sentences",
2091
+ "required": false
2092
+ },
2093
+ {
2094
+ "name": "words",
2095
+ "type": "integer",
2096
+ "description": "words",
2097
+ "required": false
2098
+ }
2099
+ ]
2100
+ },
2101
+ {
2102
+ "name": "vanmoose_slugify_slugify",
2103
+ "title": "Create slug (POST)",
2104
+ "description": "Create slug (POST)",
2105
+ "apiId": "slugify",
2106
+ "domain": "slugify.vanmoose.cc",
2107
+ "path": "/v1/slugify",
2108
+ "method": "POST",
2109
+ "parameters": [],
2110
+ "bodyParameters": [
2111
+ {
2112
+ "name": "text",
2113
+ "type": "string",
2114
+ "description": "text",
2115
+ "required": true
2116
+ },
2117
+ {
2118
+ "name": "separator",
2119
+ "type": "string",
2120
+ "description": "separator",
2121
+ "required": false
2122
+ }
2123
+ ]
2124
+ },
2125
+ {
2126
+ "name": "vanmoose_slugify_unslugify",
2127
+ "title": "Reverse slug",
2128
+ "description": "Reverse slug",
2129
+ "apiId": "slugify",
2130
+ "domain": "slugify.vanmoose.cc",
2131
+ "path": "/v1/unslugify",
2132
+ "method": "GET",
2133
+ "parameters": [
2134
+ {
2135
+ "name": "slug",
2136
+ "type": "string",
2137
+ "description": "slug",
2138
+ "required": true
2139
+ }
2140
+ ],
2141
+ "bodyParameters": []
2142
+ },
2143
+ {
2144
+ "name": "vanmoose_slugify_variants",
2145
+ "title": "Generate slug variants",
2146
+ "description": "Generate slug variants",
2147
+ "apiId": "slugify",
2148
+ "domain": "slugify.vanmoose.cc",
2149
+ "path": "/v1/variants",
2150
+ "method": "GET",
2151
+ "parameters": [
2152
+ {
2153
+ "name": "text",
2154
+ "type": "string",
2155
+ "description": "text",
2156
+ "required": true
2157
+ }
2158
+ ],
2159
+ "bodyParameters": []
2160
+ },
2161
+ {
2162
+ "name": "vanmoose_uuidgen_uuid",
2163
+ "title": "Generate UUID",
2164
+ "description": "Generate UUID",
2165
+ "apiId": "uuidgen",
2166
+ "domain": "uuidgen.vanmoose.cc",
2167
+ "path": "/v1/uuid",
2168
+ "method": "GET",
2169
+ "parameters": [
2170
+ {
2171
+ "name": "version",
2172
+ "type": "integer",
2173
+ "description": "version",
2174
+ "required": false
2175
+ },
2176
+ {
2177
+ "name": "count",
2178
+ "type": "integer",
2179
+ "description": "count",
2180
+ "required": false
2181
+ }
2182
+ ],
2183
+ "bodyParameters": []
2184
+ },
2185
+ {
2186
+ "name": "vanmoose_uuidgen_ulid",
2187
+ "title": "Generate ULID",
2188
+ "description": "Generate ULID",
2189
+ "apiId": "uuidgen",
2190
+ "domain": "uuidgen.vanmoose.cc",
2191
+ "path": "/v1/ulid",
2192
+ "method": "GET",
2193
+ "parameters": [
2194
+ {
2195
+ "name": "count",
2196
+ "type": "integer",
2197
+ "description": "count",
2198
+ "required": false
2199
+ }
2200
+ ],
2201
+ "bodyParameters": []
2202
+ },
2203
+ {
2204
+ "name": "vanmoose_uuidgen_nanoid",
2205
+ "title": "Generate NanoID",
2206
+ "description": "Generate NanoID",
2207
+ "apiId": "uuidgen",
2208
+ "domain": "uuidgen.vanmoose.cc",
2209
+ "path": "/v1/nanoid",
2210
+ "method": "GET",
2211
+ "parameters": [
2212
+ {
2213
+ "name": "size",
2214
+ "type": "integer",
2215
+ "description": "size",
2216
+ "required": false
2217
+ },
2218
+ {
2219
+ "name": "count",
2220
+ "type": "integer",
2221
+ "description": "count",
2222
+ "required": false
2223
+ }
2224
+ ],
2225
+ "bodyParameters": []
2226
+ },
2227
+ {
2228
+ "name": "vanmoose_uuidgen_shortid",
2229
+ "title": "Generate ShortID",
2230
+ "description": "Generate ShortID",
2231
+ "apiId": "uuidgen",
2232
+ "domain": "uuidgen.vanmoose.cc",
2233
+ "path": "/v1/shortid",
2234
+ "method": "GET",
2235
+ "parameters": [
2236
+ {
2237
+ "name": "count",
2238
+ "type": "integer",
2239
+ "description": "count",
2240
+ "required": false
2241
+ }
2242
+ ],
2243
+ "bodyParameters": []
2244
+ },
2245
+ {
2246
+ "name": "vanmoose_uuidgen_validate",
2247
+ "title": "Validate ID",
2248
+ "description": "Validate ID",
2249
+ "apiId": "uuidgen",
2250
+ "domain": "uuidgen.vanmoose.cc",
2251
+ "path": "/v1/validate",
2252
+ "method": "GET",
2253
+ "parameters": [
2254
+ {
2255
+ "name": "id",
2256
+ "type": "string",
2257
+ "description": "id",
2258
+ "required": true
2259
+ }
2260
+ ],
2261
+ "bodyParameters": []
2262
+ },
2263
+ {
2264
+ "name": "vanmoose_uuidgen_parse",
2265
+ "title": "Parse UUID",
2266
+ "description": "Parse UUID",
2267
+ "apiId": "uuidgen",
2268
+ "domain": "uuidgen.vanmoose.cc",
2269
+ "path": "/v1/parse",
2270
+ "method": "GET",
2271
+ "parameters": [
2272
+ {
2273
+ "name": "uuid",
2274
+ "type": "string",
2275
+ "description": "uuid",
2276
+ "required": true
2277
+ }
2278
+ ],
2279
+ "bodyParameters": []
2280
+ },
2281
+ {
2282
+ "name": "vanmoose_passwordgen_password",
2283
+ "title": "Generate password",
2284
+ "description": "Generate password",
2285
+ "apiId": "passwordgen",
2286
+ "domain": "passwordgen.vanmoose.cc",
2287
+ "path": "/v1/password",
2288
+ "method": "GET",
2289
+ "parameters": [
2290
+ {
2291
+ "name": "length",
2292
+ "type": "integer",
2293
+ "description": "length",
2294
+ "required": false
2295
+ },
2296
+ {
2297
+ "name": "uppercase",
2298
+ "type": "boolean",
2299
+ "description": "uppercase",
2300
+ "required": false
2301
+ },
2302
+ {
2303
+ "name": "numbers",
2304
+ "type": "boolean",
2305
+ "description": "numbers",
2306
+ "required": false
2307
+ },
2308
+ {
2309
+ "name": "symbols",
2310
+ "type": "boolean",
2311
+ "description": "symbols",
2312
+ "required": false
2313
+ }
2314
+ ],
2315
+ "bodyParameters": []
2316
+ },
2317
+ {
2318
+ "name": "vanmoose_passwordgen_passphrase",
2319
+ "title": "Generate passphrase",
2320
+ "description": "Generate passphrase",
2321
+ "apiId": "passwordgen",
2322
+ "domain": "passwordgen.vanmoose.cc",
2323
+ "path": "/v1/passphrase",
2324
+ "method": "GET",
2325
+ "parameters": [
2326
+ {
2327
+ "name": "words",
2328
+ "type": "integer",
2329
+ "description": "words",
2330
+ "required": false
2331
+ },
2332
+ {
2333
+ "name": "separator",
2334
+ "type": "string",
2335
+ "description": "separator",
2336
+ "required": false
2337
+ }
2338
+ ],
2339
+ "bodyParameters": []
2340
+ },
2341
+ {
2342
+ "name": "vanmoose_passwordgen_strength",
2343
+ "title": "Check password strength",
2344
+ "description": "Check password strength",
2345
+ "apiId": "passwordgen",
2346
+ "domain": "passwordgen.vanmoose.cc",
2347
+ "path": "/v1/strength",
2348
+ "method": "POST",
2349
+ "parameters": [],
2350
+ "bodyParameters": [
2351
+ {
2352
+ "name": "password",
2353
+ "type": "string",
2354
+ "description": "password",
2355
+ "required": true
2356
+ }
2357
+ ]
2358
+ },
2359
+ {
2360
+ "name": "vanmoose_colorconv_convert",
2361
+ "title": "Convert color",
2362
+ "description": "Convert color",
2363
+ "apiId": "colorconv",
2364
+ "domain": "colorconv.vanmoose.cc",
2365
+ "path": "/v1/convert",
2366
+ "method": "GET",
2367
+ "parameters": [
2368
+ {
2369
+ "name": "color",
2370
+ "type": "string",
2371
+ "description": "Color in any format",
2372
+ "required": true
2373
+ }
2374
+ ],
2375
+ "bodyParameters": []
2376
+ },
2377
+ {
2378
+ "name": "vanmoose_colorconv_harmonies",
2379
+ "title": "Generate harmonies",
2380
+ "description": "Generate harmonies",
2381
+ "apiId": "colorconv",
2382
+ "domain": "colorconv.vanmoose.cc",
2383
+ "path": "/v1/harmonies",
2384
+ "method": "GET",
2385
+ "parameters": [
2386
+ {
2387
+ "name": "color",
2388
+ "type": "string",
2389
+ "description": "color",
2390
+ "required": true
2391
+ }
2392
+ ],
2393
+ "bodyParameters": []
2394
+ },
2395
+ {
2396
+ "name": "vanmoose_colorconv_lighten",
2397
+ "title": "Lighten color",
2398
+ "description": "Lighten color",
2399
+ "apiId": "colorconv",
2400
+ "domain": "colorconv.vanmoose.cc",
2401
+ "path": "/v1/lighten",
2402
+ "method": "GET",
2403
+ "parameters": [
2404
+ {
2405
+ "name": "color",
2406
+ "type": "string",
2407
+ "description": "color",
2408
+ "required": true
2409
+ },
2410
+ {
2411
+ "name": "amount",
2412
+ "type": "number",
2413
+ "description": "amount",
2414
+ "required": false
2415
+ }
2416
+ ],
2417
+ "bodyParameters": []
2418
+ },
2419
+ {
2420
+ "name": "vanmoose_colorconv_darken",
2421
+ "title": "Darken color",
2422
+ "description": "Darken color",
2423
+ "apiId": "colorconv",
2424
+ "domain": "colorconv.vanmoose.cc",
2425
+ "path": "/v1/darken",
2426
+ "method": "GET",
2427
+ "parameters": [
2428
+ {
2429
+ "name": "color",
2430
+ "type": "string",
2431
+ "description": "color",
2432
+ "required": true
2433
+ },
2434
+ {
2435
+ "name": "amount",
2436
+ "type": "number",
2437
+ "description": "amount",
2438
+ "required": false
2439
+ }
2440
+ ],
2441
+ "bodyParameters": []
2442
+ },
2443
+ {
2444
+ "name": "vanmoose_unitconv_convert",
2445
+ "title": "Convert unit",
2446
+ "description": "Convert unit",
2447
+ "apiId": "unitconv",
2448
+ "domain": "unitconv.vanmoose.cc",
2449
+ "path": "/v1/convert",
2450
+ "method": "GET",
2451
+ "parameters": [
2452
+ {
2453
+ "name": "value",
2454
+ "type": "number",
2455
+ "description": "value",
2456
+ "required": true
2457
+ },
2458
+ {
2459
+ "name": "from",
2460
+ "type": "string",
2461
+ "description": "from",
2462
+ "required": true
2463
+ },
2464
+ {
2465
+ "name": "to",
2466
+ "type": "string",
2467
+ "description": "to",
2468
+ "required": true
2469
+ }
2470
+ ],
2471
+ "bodyParameters": []
2472
+ },
2473
+ {
2474
+ "name": "vanmoose_unitconv_convert_all",
2475
+ "title": "Convert to all units",
2476
+ "description": "Convert to all units",
2477
+ "apiId": "unitconv",
2478
+ "domain": "unitconv.vanmoose.cc",
2479
+ "path": "/v1/convert/all",
2480
+ "method": "GET",
2481
+ "parameters": [
2482
+ {
2483
+ "name": "value",
2484
+ "type": "number",
2485
+ "description": "value",
2486
+ "required": true
2487
+ },
2488
+ {
2489
+ "name": "from",
2490
+ "type": "string",
2491
+ "description": "from",
2492
+ "required": true
2493
+ }
2494
+ ],
2495
+ "bodyParameters": []
2496
+ },
2497
+ {
2498
+ "name": "vanmoose_unitconv_categories",
2499
+ "title": "List categories",
2500
+ "description": "List categories",
2501
+ "apiId": "unitconv",
2502
+ "domain": "unitconv.vanmoose.cc",
2503
+ "path": "/v1/categories",
2504
+ "method": "GET",
2505
+ "parameters": [],
2506
+ "bodyParameters": []
2507
+ },
2508
+ {
2509
+ "name": "vanmoose_timezone_convert",
2510
+ "title": "Convert time",
2511
+ "description": "Convert time",
2512
+ "apiId": "timezone",
2513
+ "domain": "timezone.vanmoose.cc",
2514
+ "path": "/v1/convert",
2515
+ "method": "GET",
2516
+ "parameters": [
2517
+ {
2518
+ "name": "time",
2519
+ "type": "string",
2520
+ "description": "time",
2521
+ "required": true
2522
+ },
2523
+ {
2524
+ "name": "from",
2525
+ "type": "string",
2526
+ "description": "from",
2527
+ "required": true
2528
+ },
2529
+ {
2530
+ "name": "to",
2531
+ "type": "string",
2532
+ "description": "to",
2533
+ "required": true
2534
+ }
2535
+ ],
2536
+ "bodyParameters": []
2537
+ },
2538
+ {
2539
+ "name": "vanmoose_timezone_list",
2540
+ "title": "List timezones",
2541
+ "description": "List timezones",
2542
+ "apiId": "timezone",
2543
+ "domain": "timezone.vanmoose.cc",
2544
+ "path": "/v1/list",
2545
+ "method": "GET",
2546
+ "parameters": [],
2547
+ "bodyParameters": []
2548
+ },
2549
+ {
2550
+ "name": "vanmoose_hashtools_hash",
2551
+ "title": "Generate hash",
2552
+ "description": "Generate hash",
2553
+ "apiId": "hashtools",
2554
+ "domain": "hashtools.vanmoose.cc",
2555
+ "path": "/v1/hash",
2556
+ "method": "POST",
2557
+ "parameters": [],
2558
+ "bodyParameters": [
2559
+ {
2560
+ "name": "data",
2561
+ "type": "string",
2562
+ "description": "data",
2563
+ "required": true
2564
+ },
2565
+ {
2566
+ "name": "algorithm",
2567
+ "type": "string",
2568
+ "description": "algorithm",
2569
+ "required": false
2570
+ }
2571
+ ]
2572
+ },
2573
+ {
2574
+ "name": "vanmoose_hashtools_hmac",
2575
+ "title": "Generate HMAC",
2576
+ "description": "Generate HMAC",
2577
+ "apiId": "hashtools",
2578
+ "domain": "hashtools.vanmoose.cc",
2579
+ "path": "/v1/hmac",
2580
+ "method": "POST",
2581
+ "parameters": [],
2582
+ "bodyParameters": [
2583
+ {
2584
+ "name": "data",
2585
+ "type": "string",
2586
+ "description": "data",
2587
+ "required": true
2588
+ },
2589
+ {
2590
+ "name": "key",
2591
+ "type": "string",
2592
+ "description": "key",
2593
+ "required": true
2594
+ },
2595
+ {
2596
+ "name": "algorithm",
2597
+ "type": "string",
2598
+ "description": "algorithm",
2599
+ "required": false
2600
+ }
2601
+ ]
2602
+ },
2603
+ {
2604
+ "name": "vanmoose_hashtools_all",
2605
+ "title": "Generate all hashes",
2606
+ "description": "Generate all hashes",
2607
+ "apiId": "hashtools",
2608
+ "domain": "hashtools.vanmoose.cc",
2609
+ "path": "/v1/all",
2610
+ "method": "POST",
2611
+ "parameters": [],
2612
+ "bodyParameters": [
2613
+ {
2614
+ "name": "data",
2615
+ "type": "string",
2616
+ "description": "data",
2617
+ "required": true
2618
+ }
2619
+ ]
2620
+ },
2621
+ {
2622
+ "name": "vanmoose_hashtools_compare",
2623
+ "title": "Compare hashes",
2624
+ "description": "Compare hashes",
2625
+ "apiId": "hashtools",
2626
+ "domain": "hashtools.vanmoose.cc",
2627
+ "path": "/v1/compare",
2628
+ "method": "POST",
2629
+ "parameters": [],
2630
+ "bodyParameters": [
2631
+ {
2632
+ "name": "hash1",
2633
+ "type": "string",
2634
+ "description": "hash1",
2635
+ "required": true
2636
+ },
2637
+ {
2638
+ "name": "hash2",
2639
+ "type": "string",
2640
+ "description": "hash2",
2641
+ "required": true
2642
+ }
2643
+ ]
2644
+ },
2645
+ {
2646
+ "name": "vanmoose_cryptotools_hash",
2647
+ "title": "Generate hash",
2648
+ "description": "Generate hash",
2649
+ "apiId": "cryptotools",
2650
+ "domain": "cryptotools.vanmoose.cc",
2651
+ "path": "/v1/hash",
2652
+ "method": "POST",
2653
+ "parameters": [],
2654
+ "bodyParameters": [
2655
+ {
2656
+ "name": "data",
2657
+ "type": "string",
2658
+ "description": "data",
2659
+ "required": true
2660
+ },
2661
+ {
2662
+ "name": "algorithm",
2663
+ "type": "string",
2664
+ "description": "algorithm",
2665
+ "required": false
2666
+ }
2667
+ ]
2668
+ },
2669
+ {
2670
+ "name": "vanmoose_cryptotools_hash_all",
2671
+ "title": "Generate all hashes",
2672
+ "description": "Generate all hashes",
2673
+ "apiId": "cryptotools",
2674
+ "domain": "cryptotools.vanmoose.cc",
2675
+ "path": "/v1/hash/all",
2676
+ "method": "POST",
2677
+ "parameters": [],
2678
+ "bodyParameters": [
2679
+ {
2680
+ "name": "data",
2681
+ "type": "string",
2682
+ "description": "data",
2683
+ "required": true
2684
+ }
2685
+ ]
2686
+ },
2687
+ {
2688
+ "name": "vanmoose_cryptotools_hash_verify",
2689
+ "title": "Verify hash",
2690
+ "description": "Verify hash",
2691
+ "apiId": "cryptotools",
2692
+ "domain": "cryptotools.vanmoose.cc",
2693
+ "path": "/v1/hash/verify",
2694
+ "method": "POST",
2695
+ "parameters": [],
2696
+ "bodyParameters": [
2697
+ {
2698
+ "name": "data",
2699
+ "type": "string",
2700
+ "description": "data",
2701
+ "required": true
2702
+ },
2703
+ {
2704
+ "name": "hash",
2705
+ "type": "string",
2706
+ "description": "hash",
2707
+ "required": true
2708
+ }
2709
+ ]
2710
+ },
2711
+ {
2712
+ "name": "vanmoose_cryptotools_uuid",
2713
+ "title": "Generate UUID",
2714
+ "description": "Generate UUID",
2715
+ "apiId": "cryptotools",
2716
+ "domain": "cryptotools.vanmoose.cc",
2717
+ "path": "/v1/uuid",
2718
+ "method": "GET",
2719
+ "parameters": [],
2720
+ "bodyParameters": []
2721
+ },
2722
+ {
2723
+ "name": "vanmoose_cryptotools_uuid_validate",
2724
+ "title": "Validate UUID",
2725
+ "description": "Validate UUID",
2726
+ "apiId": "cryptotools",
2727
+ "domain": "cryptotools.vanmoose.cc",
2728
+ "path": "/v1/uuid/validate",
2729
+ "method": "GET",
2730
+ "parameters": [
2731
+ {
2732
+ "name": "uuid",
2733
+ "type": "string",
2734
+ "description": "uuid",
2735
+ "required": true
2736
+ }
2737
+ ],
2738
+ "bodyParameters": []
2739
+ },
2740
+ {
2741
+ "name": "vanmoose_cryptotools_password",
2742
+ "title": "Generate password",
2743
+ "description": "Generate password",
2744
+ "apiId": "cryptotools",
2745
+ "domain": "cryptotools.vanmoose.cc",
2746
+ "path": "/v1/password",
2747
+ "method": "GET",
2748
+ "parameters": [
2749
+ {
2750
+ "name": "length",
2751
+ "type": "integer",
2752
+ "description": "length",
2753
+ "required": false
2754
+ }
2755
+ ],
2756
+ "bodyParameters": []
2757
+ },
2758
+ {
2759
+ "name": "vanmoose_cryptotools_password_bulk",
2760
+ "title": "Generate multiple passwords",
2761
+ "description": "Generate multiple passwords",
2762
+ "apiId": "cryptotools",
2763
+ "domain": "cryptotools.vanmoose.cc",
2764
+ "path": "/v1/password/bulk",
2765
+ "method": "GET",
2766
+ "parameters": [
2767
+ {
2768
+ "name": "count",
2769
+ "type": "integer",
2770
+ "description": "count",
2771
+ "required": false
2772
+ }
2773
+ ],
2774
+ "bodyParameters": []
2775
+ },
2776
+ {
2777
+ "name": "vanmoose_cronparser_parse",
2778
+ "title": "Parse cron (POST)",
2779
+ "description": "Parse cron (POST)",
2780
+ "apiId": "cronparser",
2781
+ "domain": "cronparser.vanmoose.cc",
2782
+ "path": "/v1/parse",
2783
+ "method": "POST",
2784
+ "parameters": [],
2785
+ "bodyParameters": [
2786
+ {
2787
+ "name": "expression",
2788
+ "type": "string",
2789
+ "description": "expression",
2790
+ "required": true
2791
+ }
2792
+ ]
2793
+ },
2794
+ {
2795
+ "name": "vanmoose_cronparser_next",
2796
+ "title": "Get next execution times",
2797
+ "description": "Get next execution times",
2798
+ "apiId": "cronparser",
2799
+ "domain": "cronparser.vanmoose.cc",
2800
+ "path": "/v1/next",
2801
+ "method": "GET",
2802
+ "parameters": [
2803
+ {
2804
+ "name": "expression",
2805
+ "type": "string",
2806
+ "description": "expression",
2807
+ "required": true
2808
+ },
2809
+ {
2810
+ "name": "count",
2811
+ "type": "integer",
2812
+ "description": "count",
2813
+ "required": false
2814
+ }
2815
+ ],
2816
+ "bodyParameters": []
2817
+ },
2818
+ {
2819
+ "name": "vanmoose_urlparser_parse",
2820
+ "title": "Parse URL",
2821
+ "description": "Parse URL",
2822
+ "apiId": "urlparser",
2823
+ "domain": "urlparser.vanmoose.cc",
2824
+ "path": "/v1/parse",
2825
+ "method": "POST",
2826
+ "parameters": [],
2827
+ "bodyParameters": [
2828
+ {
2829
+ "name": "url",
2830
+ "type": "string",
2831
+ "description": "url",
2832
+ "required": true
2833
+ }
2834
+ ]
2835
+ },
2836
+ {
2837
+ "name": "vanmoose_urlparser_build",
2838
+ "title": "Build URL",
2839
+ "description": "Build URL",
2840
+ "apiId": "urlparser",
2841
+ "domain": "urlparser.vanmoose.cc",
2842
+ "path": "/v1/build",
2843
+ "method": "POST",
2844
+ "parameters": [],
2845
+ "bodyParameters": [
2846
+ {
2847
+ "name": "protocol",
2848
+ "type": "string",
2849
+ "description": "protocol",
2850
+ "required": false
2851
+ },
2852
+ {
2853
+ "name": "host",
2854
+ "type": "string",
2855
+ "description": "host",
2856
+ "required": false
2857
+ },
2858
+ {
2859
+ "name": "path",
2860
+ "type": "string",
2861
+ "description": "path",
2862
+ "required": false
2863
+ },
2864
+ {
2865
+ "name": "query",
2866
+ "type": "object",
2867
+ "description": "query",
2868
+ "required": false
2869
+ }
2870
+ ]
2871
+ },
2872
+ {
2873
+ "name": "vanmoose_urlparser_normalize",
2874
+ "title": "Normalize URL",
2875
+ "description": "Normalize URL",
2876
+ "apiId": "urlparser",
2877
+ "domain": "urlparser.vanmoose.cc",
2878
+ "path": "/v1/normalize",
2879
+ "method": "POST",
2880
+ "parameters": [],
2881
+ "bodyParameters": [
2882
+ {
2883
+ "name": "url",
2884
+ "type": "string",
2885
+ "description": "url",
2886
+ "required": true
2887
+ }
2888
+ ]
2889
+ },
2890
+ {
2891
+ "name": "vanmoose_urlparser_encode",
2892
+ "title": "URL encode",
2893
+ "description": "URL encode",
2894
+ "apiId": "urlparser",
2895
+ "domain": "urlparser.vanmoose.cc",
2896
+ "path": "/v1/encode",
2897
+ "method": "POST",
2898
+ "parameters": [],
2899
+ "bodyParameters": [
2900
+ {
2901
+ "name": "text",
2902
+ "type": "string",
2903
+ "description": "text",
2904
+ "required": true
2905
+ }
2906
+ ]
2907
+ },
2908
+ {
2909
+ "name": "vanmoose_urlparser_decode",
2910
+ "title": "URL decode",
2911
+ "description": "URL decode",
2912
+ "apiId": "urlparser",
2913
+ "domain": "urlparser.vanmoose.cc",
2914
+ "path": "/v1/decode",
2915
+ "method": "POST",
2916
+ "parameters": [],
2917
+ "bodyParameters": [
2918
+ {
2919
+ "name": "text",
2920
+ "type": "string",
2921
+ "description": "text",
2922
+ "required": true
2923
+ }
2924
+ ]
2925
+ },
2926
+ {
2927
+ "name": "vanmoose_urlparser_extract",
2928
+ "title": "Extract query params",
2929
+ "description": "Extract query params",
2930
+ "apiId": "urlparser",
2931
+ "domain": "urlparser.vanmoose.cc",
2932
+ "path": "/v1/extract",
2933
+ "method": "POST",
2934
+ "parameters": [],
2935
+ "bodyParameters": [
2936
+ {
2937
+ "name": "url",
2938
+ "type": "string",
2939
+ "description": "url",
2940
+ "required": true
2941
+ }
2942
+ ]
2943
+ },
2944
+ {
2945
+ "name": "vanmoose_markdown_to-html",
2946
+ "title": "Markdown to HTML",
2947
+ "description": "Markdown to HTML",
2948
+ "apiId": "markdown",
2949
+ "domain": "markdown.vanmoose.cc",
2950
+ "path": "/v1/to-html",
2951
+ "method": "POST",
2952
+ "parameters": [],
2953
+ "bodyParameters": [
2954
+ {
2955
+ "name": "markdown",
2956
+ "type": "string",
2957
+ "description": "markdown",
2958
+ "required": true
2959
+ }
2960
+ ]
2961
+ },
2962
+ {
2963
+ "name": "vanmoose_markdown_to-markdown",
2964
+ "title": "HTML to Markdown",
2965
+ "description": "HTML to Markdown",
2966
+ "apiId": "markdown",
2967
+ "domain": "markdown.vanmoose.cc",
2968
+ "path": "/v1/to-markdown",
2969
+ "method": "POST",
2970
+ "parameters": [],
2971
+ "bodyParameters": [
2972
+ {
2973
+ "name": "html",
2974
+ "type": "string",
2975
+ "description": "html",
2976
+ "required": true
2977
+ }
2978
+ ]
2979
+ },
2980
+ {
2981
+ "name": "vanmoose_markdown_to-text",
2982
+ "title": "Markdown to plain text",
2983
+ "description": "Markdown to plain text",
2984
+ "apiId": "markdown",
2985
+ "domain": "markdown.vanmoose.cc",
2986
+ "path": "/v1/to-text",
2987
+ "method": "POST",
2988
+ "parameters": [],
2989
+ "bodyParameters": [
2990
+ {
2991
+ "name": "markdown",
2992
+ "type": "string",
2993
+ "description": "markdown",
2994
+ "required": true
2995
+ }
2996
+ ]
2997
+ },
2998
+ {
2999
+ "name": "vanmoose_markdown_toc",
3000
+ "title": "Generate table of contents",
3001
+ "description": "Generate table of contents",
3002
+ "apiId": "markdown",
3003
+ "domain": "markdown.vanmoose.cc",
3004
+ "path": "/v1/toc",
3005
+ "method": "POST",
3006
+ "parameters": [],
3007
+ "bodyParameters": [
3008
+ {
3009
+ "name": "markdown",
3010
+ "type": "string",
3011
+ "description": "markdown",
3012
+ "required": true
3013
+ }
3014
+ ]
3015
+ },
3016
+ {
3017
+ "name": "vanmoose_markup_html-to-markdown",
3018
+ "title": "HTML to Markdown",
3019
+ "description": "HTML to Markdown",
3020
+ "apiId": "markup",
3021
+ "domain": "markup.vanmoose.cc",
3022
+ "path": "/v1/html-to-markdown",
3023
+ "method": "POST",
3024
+ "parameters": [],
3025
+ "bodyParameters": [
3026
+ {
3027
+ "name": "html",
3028
+ "type": "string",
3029
+ "description": "html",
3030
+ "required": true
3031
+ }
3032
+ ]
3033
+ },
3034
+ {
3035
+ "name": "vanmoose_markup_markdown-to-html",
3036
+ "title": "Markdown to HTML",
3037
+ "description": "Markdown to HTML",
3038
+ "apiId": "markup",
3039
+ "domain": "markup.vanmoose.cc",
3040
+ "path": "/v1/markdown-to-html",
3041
+ "method": "POST",
3042
+ "parameters": [],
3043
+ "bodyParameters": [
3044
+ {
3045
+ "name": "markdown",
3046
+ "type": "string",
3047
+ "description": "markdown",
3048
+ "required": true
3049
+ }
3050
+ ]
3051
+ },
3052
+ {
3053
+ "name": "vanmoose_markup_html-to-text",
3054
+ "title": "HTML to text",
3055
+ "description": "HTML to text",
3056
+ "apiId": "markup",
3057
+ "domain": "markup.vanmoose.cc",
3058
+ "path": "/v1/html-to-text",
3059
+ "method": "POST",
3060
+ "parameters": [],
3061
+ "bodyParameters": [
3062
+ {
3063
+ "name": "html",
3064
+ "type": "string",
3065
+ "description": "html",
3066
+ "required": true
3067
+ }
3068
+ ]
3069
+ },
3070
+ {
3071
+ "name": "vanmoose_markup_markdown-to-text",
3072
+ "title": "Markdown to text",
3073
+ "description": "Markdown to text",
3074
+ "apiId": "markup",
3075
+ "domain": "markup.vanmoose.cc",
3076
+ "path": "/v1/markdown-to-text",
3077
+ "method": "POST",
3078
+ "parameters": [],
3079
+ "bodyParameters": [
3080
+ {
3081
+ "name": "markdown",
3082
+ "type": "string",
3083
+ "description": "markdown",
3084
+ "required": true
3085
+ }
3086
+ ]
3087
+ },
3088
+ {
3089
+ "name": "vanmoose_markup_escape",
3090
+ "title": "Escape HTML",
3091
+ "description": "Escape HTML",
3092
+ "apiId": "markup",
3093
+ "domain": "markup.vanmoose.cc",
3094
+ "path": "/v1/escape",
3095
+ "method": "POST",
3096
+ "parameters": [],
3097
+ "bodyParameters": [
3098
+ {
3099
+ "name": "html",
3100
+ "type": "string",
3101
+ "description": "html",
3102
+ "required": true
3103
+ }
3104
+ ]
3105
+ },
3106
+ {
3107
+ "name": "vanmoose_markup_unescape",
3108
+ "title": "Unescape HTML",
3109
+ "description": "Unescape HTML",
3110
+ "apiId": "markup",
3111
+ "domain": "markup.vanmoose.cc",
3112
+ "path": "/v1/unescape",
3113
+ "method": "POST",
3114
+ "parameters": [],
3115
+ "bodyParameters": [
3116
+ {
3117
+ "name": "html",
3118
+ "type": "string",
3119
+ "description": "html",
3120
+ "required": true
3121
+ }
3122
+ ]
3123
+ },
3124
+ {
3125
+ "name": "vanmoose_markup_minify",
3126
+ "title": "Minify HTML",
3127
+ "description": "Minify HTML",
3128
+ "apiId": "markup",
3129
+ "domain": "markup.vanmoose.cc",
3130
+ "path": "/v1/minify",
3131
+ "method": "POST",
3132
+ "parameters": [],
3133
+ "bodyParameters": [
3134
+ {
3135
+ "name": "html",
3136
+ "type": "string",
3137
+ "description": "html",
3138
+ "required": true
3139
+ }
3140
+ ]
3141
+ },
3142
+ {
3143
+ "name": "vanmoose_difftools_lines",
3144
+ "title": "Line-by-line diff",
3145
+ "description": "Line-by-line diff",
3146
+ "apiId": "difftools",
3147
+ "domain": "difftools.vanmoose.cc",
3148
+ "path": "/v1/lines",
3149
+ "method": "POST",
3150
+ "parameters": [],
3151
+ "bodyParameters": [
3152
+ {
3153
+ "name": "text1",
3154
+ "type": "string",
3155
+ "description": "text1",
3156
+ "required": true
3157
+ },
3158
+ {
3159
+ "name": "text2",
3160
+ "type": "string",
3161
+ "description": "text2",
3162
+ "required": true
3163
+ }
3164
+ ]
3165
+ },
3166
+ {
3167
+ "name": "vanmoose_difftools_chars",
3168
+ "title": "Character-by-character diff",
3169
+ "description": "Character-by-character diff",
3170
+ "apiId": "difftools",
3171
+ "domain": "difftools.vanmoose.cc",
3172
+ "path": "/v1/chars",
3173
+ "method": "POST",
3174
+ "parameters": [],
3175
+ "bodyParameters": [
3176
+ {
3177
+ "name": "text1",
3178
+ "type": "string",
3179
+ "description": "text1",
3180
+ "required": true
3181
+ },
3182
+ {
3183
+ "name": "text2",
3184
+ "type": "string",
3185
+ "description": "text2",
3186
+ "required": true
3187
+ }
3188
+ ]
3189
+ },
3190
+ {
3191
+ "name": "vanmoose_texttools_sanitize",
3192
+ "title": "Sanitize HTML",
3193
+ "description": "Sanitize HTML",
3194
+ "apiId": "texttools",
3195
+ "domain": "texttools.vanmoose.cc",
3196
+ "path": "/v1/sanitize",
3197
+ "method": "POST",
3198
+ "parameters": [],
3199
+ "bodyParameters": [
3200
+ {
3201
+ "name": "html",
3202
+ "type": "string",
3203
+ "description": "html",
3204
+ "required": true
3205
+ }
3206
+ ]
3207
+ },
3208
+ {
3209
+ "name": "vanmoose_texttools_similarity",
3210
+ "title": "Compare text similarity",
3211
+ "description": "Compare text similarity",
3212
+ "apiId": "texttools",
3213
+ "domain": "texttools.vanmoose.cc",
3214
+ "path": "/v1/similarity",
3215
+ "method": "POST",
3216
+ "parameters": [],
3217
+ "bodyParameters": [
3218
+ {
3219
+ "name": "text1",
3220
+ "type": "string",
3221
+ "description": "text1",
3222
+ "required": true
3223
+ },
3224
+ {
3225
+ "name": "text2",
3226
+ "type": "string",
3227
+ "description": "text2",
3228
+ "required": true
3229
+ }
3230
+ ]
3231
+ },
3232
+ {
3233
+ "name": "vanmoose_texttools_timezone_convert",
3234
+ "title": "Convert timezone",
3235
+ "description": "Convert timezone",
3236
+ "apiId": "texttools",
3237
+ "domain": "texttools.vanmoose.cc",
3238
+ "path": "/v1/timezone/convert",
3239
+ "method": "GET",
3240
+ "parameters": [
3241
+ {
3242
+ "name": "time",
3243
+ "type": "string",
3244
+ "description": "time",
3245
+ "required": true
3246
+ },
3247
+ {
3248
+ "name": "from",
3249
+ "type": "string",
3250
+ "description": "from",
3251
+ "required": true
3252
+ },
3253
+ {
3254
+ "name": "to",
3255
+ "type": "string",
3256
+ "description": "to",
3257
+ "required": true
3258
+ }
3259
+ ],
3260
+ "bodyParameters": []
3261
+ },
3262
+ {
3263
+ "name": "vanmoose_texttools_timezone_list",
3264
+ "title": "List timezones",
3265
+ "description": "List timezones",
3266
+ "apiId": "texttools",
3267
+ "domain": "texttools.vanmoose.cc",
3268
+ "path": "/v1/timezone/list",
3269
+ "method": "GET",
3270
+ "parameters": [],
3271
+ "bodyParameters": []
3272
+ },
3273
+ {
3274
+ "name": "vanmoose_texttools_timezone_now",
3275
+ "title": "Current time in timezone",
3276
+ "description": "Current time in timezone",
3277
+ "apiId": "texttools",
3278
+ "domain": "texttools.vanmoose.cc",
3279
+ "path": "/v1/timezone/now",
3280
+ "method": "GET",
3281
+ "parameters": [
3282
+ {
3283
+ "name": "tz",
3284
+ "type": "string",
3285
+ "description": "tz",
3286
+ "required": true
3287
+ }
3288
+ ],
3289
+ "bodyParameters": []
3290
+ },
3291
+ {
3292
+ "name": "vanmoose_dataconv_json-to-csv",
3293
+ "title": "JSON to CSV",
3294
+ "description": "JSON to CSV",
3295
+ "apiId": "dataconv",
3296
+ "domain": "dataconv.vanmoose.cc",
3297
+ "path": "/v1/json-to-csv",
3298
+ "method": "POST",
3299
+ "parameters": [],
3300
+ "bodyParameters": [
3301
+ {
3302
+ "name": "data",
3303
+ "type": "array",
3304
+ "description": "data",
3305
+ "required": true
3306
+ }
3307
+ ]
3308
+ },
3309
+ {
3310
+ "name": "vanmoose_dataconv_csv-to-json",
3311
+ "title": "CSV to JSON",
3312
+ "description": "CSV to JSON",
3313
+ "apiId": "dataconv",
3314
+ "domain": "dataconv.vanmoose.cc",
3315
+ "path": "/v1/csv-to-json",
3316
+ "method": "POST",
3317
+ "parameters": [],
3318
+ "bodyParameters": [
3319
+ {
3320
+ "name": "csv",
3321
+ "type": "string",
3322
+ "description": "csv",
3323
+ "required": true
3324
+ }
3325
+ ]
3326
+ },
3327
+ {
3328
+ "name": "vanmoose_dataconv_json-to-xml",
3329
+ "title": "JSON to XML",
3330
+ "description": "JSON to XML",
3331
+ "apiId": "dataconv",
3332
+ "domain": "dataconv.vanmoose.cc",
3333
+ "path": "/v1/json-to-xml",
3334
+ "method": "POST",
3335
+ "parameters": [],
3336
+ "bodyParameters": [
3337
+ {
3338
+ "name": "data",
3339
+ "type": "object",
3340
+ "description": "data",
3341
+ "required": true
3342
+ }
3343
+ ]
3344
+ },
3345
+ {
3346
+ "name": "vanmoose_dataconv_xml-to-json",
3347
+ "title": "XML to JSON",
3348
+ "description": "XML to JSON",
3349
+ "apiId": "dataconv",
3350
+ "domain": "dataconv.vanmoose.cc",
3351
+ "path": "/v1/xml-to-json",
3352
+ "method": "POST",
3353
+ "parameters": [],
3354
+ "bodyParameters": [
3355
+ {
3356
+ "name": "xml",
3357
+ "type": "string",
3358
+ "description": "xml",
3359
+ "required": true
3360
+ }
3361
+ ]
3362
+ },
3363
+ {
3364
+ "name": "vanmoose_dataconv_json_validate",
3365
+ "title": "Validate JSON",
3366
+ "description": "Validate JSON",
3367
+ "apiId": "dataconv",
3368
+ "domain": "dataconv.vanmoose.cc",
3369
+ "path": "/v1/json/validate",
3370
+ "method": "POST",
3371
+ "parameters": [],
3372
+ "bodyParameters": [
3373
+ {
3374
+ "name": "json",
3375
+ "type": "string",
3376
+ "description": "json",
3377
+ "required": true
3378
+ }
3379
+ ]
3380
+ },
3381
+ {
3382
+ "name": "vanmoose_dataconv_json_format",
3383
+ "title": "Format JSON",
3384
+ "description": "Format JSON",
3385
+ "apiId": "dataconv",
3386
+ "domain": "dataconv.vanmoose.cc",
3387
+ "path": "/v1/json/format",
3388
+ "method": "POST",
3389
+ "parameters": [],
3390
+ "bodyParameters": [
3391
+ {
3392
+ "name": "json",
3393
+ "type": "string",
3394
+ "description": "json",
3395
+ "required": true
3396
+ }
3397
+ ]
3398
+ },
3399
+ {
3400
+ "name": "vanmoose_dataconv_json_minify",
3401
+ "title": "Minify JSON",
3402
+ "description": "Minify JSON",
3403
+ "apiId": "dataconv",
3404
+ "domain": "dataconv.vanmoose.cc",
3405
+ "path": "/v1/json/minify",
3406
+ "method": "POST",
3407
+ "parameters": [],
3408
+ "bodyParameters": [
3409
+ {
3410
+ "name": "json",
3411
+ "type": "string",
3412
+ "description": "json",
3413
+ "required": true
3414
+ }
3415
+ ]
3416
+ },
3417
+ {
3418
+ "name": "vanmoose_regextester_test",
3419
+ "title": "Test regex",
3420
+ "description": "Test regex",
3421
+ "apiId": "regextester",
3422
+ "domain": "regextester.vanmoose.cc",
3423
+ "path": "/v1/test",
3424
+ "method": "POST",
3425
+ "parameters": [],
3426
+ "bodyParameters": [
3427
+ {
3428
+ "name": "pattern",
3429
+ "type": "string",
3430
+ "description": "pattern",
3431
+ "required": true
3432
+ },
3433
+ {
3434
+ "name": "text",
3435
+ "type": "string",
3436
+ "description": "text",
3437
+ "required": true
3438
+ },
3439
+ {
3440
+ "name": "flags",
3441
+ "type": "string",
3442
+ "description": "flags",
3443
+ "required": false
3444
+ }
3445
+ ]
3446
+ },
3447
+ {
3448
+ "name": "vanmoose_regextester_replace",
3449
+ "title": "Replace with regex",
3450
+ "description": "Replace with regex",
3451
+ "apiId": "regextester",
3452
+ "domain": "regextester.vanmoose.cc",
3453
+ "path": "/v1/replace",
3454
+ "method": "POST",
3455
+ "parameters": [],
3456
+ "bodyParameters": [
3457
+ {
3458
+ "name": "pattern",
3459
+ "type": "string",
3460
+ "description": "pattern",
3461
+ "required": true
3462
+ },
3463
+ {
3464
+ "name": "text",
3465
+ "type": "string",
3466
+ "description": "text",
3467
+ "required": true
3468
+ },
3469
+ {
3470
+ "name": "replacement",
3471
+ "type": "string",
3472
+ "description": "replacement",
3473
+ "required": true
3474
+ }
3475
+ ]
3476
+ },
3477
+ {
3478
+ "name": "vanmoose_regextester_split",
3479
+ "title": "Split with regex",
3480
+ "description": "Split with regex",
3481
+ "apiId": "regextester",
3482
+ "domain": "regextester.vanmoose.cc",
3483
+ "path": "/v1/split",
3484
+ "method": "POST",
3485
+ "parameters": [],
3486
+ "bodyParameters": [
3487
+ {
3488
+ "name": "pattern",
3489
+ "type": "string",
3490
+ "description": "pattern",
3491
+ "required": true
3492
+ },
3493
+ {
3494
+ "name": "text",
3495
+ "type": "string",
3496
+ "description": "text",
3497
+ "required": true
3498
+ }
3499
+ ]
3500
+ },
3501
+ {
3502
+ "name": "vanmoose_regextester_validate",
3503
+ "title": "Validate regex pattern",
3504
+ "description": "Validate regex pattern",
3505
+ "apiId": "regextester",
3506
+ "domain": "regextester.vanmoose.cc",
3507
+ "path": "/v1/validate",
3508
+ "method": "POST",
3509
+ "parameters": [],
3510
+ "bodyParameters": [
3511
+ {
3512
+ "name": "pattern",
3513
+ "type": "string",
3514
+ "description": "pattern",
3515
+ "required": true
3516
+ }
3517
+ ]
3518
+ },
3519
+ {
3520
+ "name": "vanmoose_regextester_patterns",
3521
+ "title": "Common patterns",
3522
+ "description": "Common patterns",
3523
+ "apiId": "regextester",
3524
+ "domain": "regextester.vanmoose.cc",
3525
+ "path": "/v1/patterns",
3526
+ "method": "GET",
3527
+ "parameters": [],
3528
+ "bodyParameters": []
3529
+ },
3530
+ {
3531
+ "name": "vanmoose_placeholder_image",
3532
+ "title": "Generate placeholder image",
3533
+ "description": "Generate placeholder image",
3534
+ "apiId": "placeholder",
3535
+ "domain": "placeholder.vanmoose.cc",
3536
+ "path": "/v1/image",
3537
+ "method": "GET",
3538
+ "parameters": [
3539
+ {
3540
+ "name": "w",
3541
+ "type": "integer",
3542
+ "description": "Width in pixels",
3543
+ "required": false
3544
+ },
3545
+ {
3546
+ "name": "h",
3547
+ "type": "integer",
3548
+ "description": "Height in pixels",
3549
+ "required": false
3550
+ },
3551
+ {
3552
+ "name": "bg",
3553
+ "type": "string",
3554
+ "description": "Background color (hex)",
3555
+ "required": false
3556
+ },
3557
+ {
3558
+ "name": "fg",
3559
+ "type": "string",
3560
+ "description": "Foreground/text color (hex)",
3561
+ "required": false
3562
+ },
3563
+ {
3564
+ "name": "text",
3565
+ "type": "string",
3566
+ "description": "Custom text",
3567
+ "required": false
3568
+ },
3569
+ {
3570
+ "name": "pattern",
3571
+ "type": "string",
3572
+ "description": "Pattern type",
3573
+ "required": false
3574
+ }
3575
+ ],
3576
+ "bodyParameters": []
3577
+ },
3578
+ {
3579
+ "name": "vanmoose_placeholder_presets",
3580
+ "title": "List available presets",
3581
+ "description": "List available presets",
3582
+ "apiId": "placeholder",
3583
+ "domain": "placeholder.vanmoose.cc",
3584
+ "path": "/v1/presets",
3585
+ "method": "GET",
3586
+ "parameters": [],
3587
+ "bodyParameters": []
3588
+ },
3589
+ {
3590
+ "name": "vanmoose_jwt_create",
3591
+ "title": "Create JWT",
3592
+ "description": "Create JWT",
3593
+ "apiId": "jwt",
3594
+ "domain": "jwt.vanmoose.cc",
3595
+ "path": "/v1/create",
3596
+ "method": "POST",
3597
+ "parameters": [],
3598
+ "bodyParameters": [
3599
+ {
3600
+ "name": "payload",
3601
+ "type": "object",
3602
+ "description": "payload",
3603
+ "required": true
3604
+ },
3605
+ {
3606
+ "name": "secret",
3607
+ "type": "string",
3608
+ "description": "secret",
3609
+ "required": true
3610
+ },
3611
+ {
3612
+ "name": "algorithm",
3613
+ "type": "string",
3614
+ "description": "algorithm",
3615
+ "required": false
3616
+ },
3617
+ {
3618
+ "name": "expiresIn",
3619
+ "type": "string",
3620
+ "description": "expiresIn",
3621
+ "required": false
3622
+ }
3623
+ ]
3624
+ },
3625
+ {
3626
+ "name": "vanmoose_jwt_decode",
3627
+ "title": "Decode JWT",
3628
+ "description": "Decode JWT",
3629
+ "apiId": "jwt",
3630
+ "domain": "jwt.vanmoose.cc",
3631
+ "path": "/v1/decode",
3632
+ "method": "POST",
3633
+ "parameters": [],
3634
+ "bodyParameters": [
3635
+ {
3636
+ "name": "token",
3637
+ "type": "string",
3638
+ "description": "token",
3639
+ "required": true
3640
+ }
3641
+ ]
3642
+ },
3643
+ {
3644
+ "name": "vanmoose_jwt_verify",
3645
+ "title": "Verify JWT",
3646
+ "description": "Verify JWT",
3647
+ "apiId": "jwt",
3648
+ "domain": "jwt.vanmoose.cc",
3649
+ "path": "/v1/verify",
3650
+ "method": "POST",
3651
+ "parameters": [],
3652
+ "bodyParameters": [
3653
+ {
3654
+ "name": "token",
3655
+ "type": "string",
3656
+ "description": "token",
3657
+ "required": true
3658
+ },
3659
+ {
3660
+ "name": "secret",
3661
+ "type": "string",
3662
+ "description": "secret",
3663
+ "required": true
3664
+ }
3665
+ ]
3666
+ },
3667
+ {
3668
+ "name": "vanmoose_utils",
3669
+ "title": "Utils",
3670
+ "description": "General-purpose utility functions for common dev tasks",
3671
+ "apiId": "utils",
3672
+ "domain": "utils.vanmoose.cc",
3673
+ "path": "/v1",
3674
+ "method": "GET",
3675
+ "parameters": [
3676
+ {
3677
+ "name": "input",
3678
+ "type": "string",
3679
+ "description": "Input for Utils. Check https://utils.vanmoose.cc/v1/docs for parameters.",
3680
+ "required": false
3681
+ }
3682
+ ],
3683
+ "bodyParameters": []
3684
+ },
3685
+ {
3686
+ "name": "vanmoose_profanity",
3687
+ "title": "Profanity Filter",
3688
+ "description": "Detect and filter profanity with severity scoring",
3689
+ "apiId": "profanity",
3690
+ "domain": "profanity.vanmoose.cc",
3691
+ "path": "/v1",
3692
+ "method": "GET",
3693
+ "parameters": [
3694
+ {
3695
+ "name": "input",
3696
+ "type": "string",
3697
+ "description": "Input for Profanity Filter. Check https://profanity.vanmoose.cc/v1/docs for parameters.",
3698
+ "required": false
3699
+ }
3700
+ ],
3701
+ "bodyParameters": []
3702
+ },
3703
+ {
3704
+ "name": "vanmoose_languagedetect",
3705
+ "title": "Language Detect",
3706
+ "description": "Detect the language of text with confidence scoring",
3707
+ "apiId": "languagedetect",
3708
+ "domain": "languagedetect.vanmoose.cc",
3709
+ "path": "/v1",
3710
+ "method": "GET",
3711
+ "parameters": [
3712
+ {
3713
+ "name": "input",
3714
+ "type": "string",
3715
+ "description": "Input for Language Detect. Check https://languagedetect.vanmoose.cc/v1/docs for parameters.",
3716
+ "required": false
3717
+ }
3718
+ ],
3719
+ "bodyParameters": []
3720
+ },
3721
+ {
3722
+ "name": "vanmoose_readability",
3723
+ "title": "Readability",
3724
+ "description": "Analyze text readability with Flesch-Kincaid, Gunning Fog, and more",
3725
+ "apiId": "readability",
3726
+ "domain": "readability.vanmoose.cc",
3727
+ "path": "/v1",
3728
+ "method": "GET",
3729
+ "parameters": [
3730
+ {
3731
+ "name": "input",
3732
+ "type": "string",
3733
+ "description": "Input for Readability. Check https://readability.vanmoose.cc/v1/docs for parameters.",
3734
+ "required": false
3735
+ }
3736
+ ],
3737
+ "bodyParameters": []
3738
+ },
3739
+ {
3740
+ "name": "vanmoose_countryinfo",
3741
+ "title": "Country Info",
3742
+ "description": "Comprehensive country data: codes, capitals, currencies, timezones",
3743
+ "apiId": "countryinfo",
3744
+ "domain": "countryinfo.vanmoose.cc",
3745
+ "path": "/v1",
3746
+ "method": "GET",
3747
+ "parameters": [
3748
+ {
3749
+ "name": "input",
3750
+ "type": "string",
3751
+ "description": "Input for Country Info. Check https://countryinfo.vanmoose.cc/v1/docs for parameters.",
3752
+ "required": false
3753
+ }
3754
+ ],
3755
+ "bodyParameters": []
3756
+ },
3757
+ {
3758
+ "name": "vanmoose_holidayapi",
3759
+ "title": "Holiday API",
3760
+ "description": "Public holidays for 60+ countries with movable date support",
3761
+ "apiId": "holidayapi",
3762
+ "domain": "holidayapi.vanmoose.cc",
3763
+ "path": "/v1",
3764
+ "method": "GET",
3765
+ "parameters": [
3766
+ {
3767
+ "name": "input",
3768
+ "type": "string",
3769
+ "description": "Input for Holiday API. Check https://holidayapi.vanmoose.cc/v1/docs for parameters.",
3770
+ "required": false
3771
+ }
3772
+ ],
3773
+ "bodyParameters": []
3774
+ },
3775
+ {
3776
+ "name": "vanmoose_fakedata",
3777
+ "title": "Fake Data",
3778
+ "description": "Generate realistic fake data: persons, companies, addresses",
3779
+ "apiId": "fakedata",
3780
+ "domain": "fakedata.vanmoose.cc",
3781
+ "path": "/v1",
3782
+ "method": "GET",
3783
+ "parameters": [
3784
+ {
3785
+ "name": "input",
3786
+ "type": "string",
3787
+ "description": "Input for Fake Data. Check https://fakedata.vanmoose.cc/v1/docs for parameters.",
3788
+ "required": false
3789
+ }
3790
+ ],
3791
+ "bodyParameters": []
3792
+ },
3793
+ {
3794
+ "name": "vanmoose_avatar",
3795
+ "title": "Avatar",
3796
+ "description": "Generate SVG avatars: initials, identicons, and pixel art",
3797
+ "apiId": "avatar",
3798
+ "domain": "avatar.vanmoose.cc",
3799
+ "path": "/v1",
3800
+ "method": "GET",
3801
+ "parameters": [
3802
+ {
3803
+ "name": "input",
3804
+ "type": "string",
3805
+ "description": "Input for Avatar. Check https://avatar.vanmoose.cc/v1/docs for parameters.",
3806
+ "required": false
3807
+ }
3808
+ ],
3809
+ "bodyParameters": []
3810
+ },
3811
+ {
3812
+ "name": "vanmoose_gradient",
3813
+ "title": "Gradient",
3814
+ "description": "Generate CSS and SVG gradients: linear, radial, conic",
3815
+ "apiId": "gradient",
3816
+ "domain": "gradient.vanmoose.cc",
3817
+ "path": "/v1",
3818
+ "method": "GET",
3819
+ "parameters": [
3820
+ {
3821
+ "name": "input",
3822
+ "type": "string",
3823
+ "description": "Input for Gradient. Check https://gradient.vanmoose.cc/v1/docs for parameters.",
3824
+ "required": false
3825
+ }
3826
+ ],
3827
+ "bodyParameters": []
3828
+ },
3829
+ {
3830
+ "name": "vanmoose_patterngen",
3831
+ "title": "Pattern Generator",
3832
+ "description": "Generate SVG patterns: dots, lines, hexagons, waves, and more",
3833
+ "apiId": "patterngen",
3834
+ "domain": "patterngen.vanmoose.cc",
3835
+ "path": "/v1",
3836
+ "method": "GET",
3837
+ "parameters": [
3838
+ {
3839
+ "name": "input",
3840
+ "type": "string",
3841
+ "description": "Input for Pattern Generator. Check https://patterngen.vanmoose.cc/v1/docs for parameters.",
3842
+ "required": false
3843
+ }
3844
+ ],
3845
+ "bodyParameters": []
3846
+ },
3847
+ {
3848
+ "name": "vanmoose_mimelookup",
3849
+ "title": "MIME Lookup",
3850
+ "description": "Bidirectional MIME type and file extension lookup",
3851
+ "apiId": "mimelookup",
3852
+ "domain": "mimelookup.vanmoose.cc",
3853
+ "path": "/v1",
3854
+ "method": "GET",
3855
+ "parameters": [
3856
+ {
3857
+ "name": "input",
3858
+ "type": "string",
3859
+ "description": "Input for MIME Lookup. Check https://mimelookup.vanmoose.cc/v1/docs for parameters.",
3860
+ "required": false
3861
+ }
3862
+ ],
3863
+ "bodyParameters": []
3864
+ },
3865
+ {
3866
+ "name": "vanmoose_screenshot",
3867
+ "title": "Screenshot",
3868
+ "description": "Screenshot",
3869
+ "apiId": "screenshot",
3870
+ "domain": "screenshot.vanmoose.cc",
3871
+ "path": "/v1",
3872
+ "method": "GET",
3873
+ "parameters": [
3874
+ {
3875
+ "name": "input",
3876
+ "type": "string",
3877
+ "description": "Input for Screenshot. Check https://screenshot.vanmoose.cc/v1/docs for parameters.",
3878
+ "required": false
3879
+ }
3880
+ ],
3881
+ "bodyParameters": []
3882
+ },
3883
+ {
3884
+ "name": "vanmoose_pdfgenerate",
3885
+ "title": "PDF Generate",
3886
+ "description": "Generate PDFs from HTML content or URLs via headless Chrome",
3887
+ "apiId": "pdfgenerate",
3888
+ "domain": "pdfgenerate.vanmoose.cc",
3889
+ "path": "/v1",
3890
+ "method": "GET",
3891
+ "parameters": [
3892
+ {
3893
+ "name": "input",
3894
+ "type": "string",
3895
+ "description": "Input for PDF Generate. Check https://pdfgenerate.vanmoose.cc/v1/docs for parameters.",
3896
+ "required": false
3897
+ }
3898
+ ],
3899
+ "bodyParameters": []
3900
+ },
3901
+ {
3902
+ "name": "vanmoose_addressverifycass_verify",
3903
+ "title": "Verify a US address (GET)",
3904
+ "description": "Verify a US address (GET)",
3905
+ "apiId": "addressverifycass",
3906
+ "domain": "addressverifycass.vanmoose.cc",
3907
+ "path": "/v1/verify",
3908
+ "method": "GET",
3909
+ "parameters": [
3910
+ {
3911
+ "name": "street",
3912
+ "type": "string",
3913
+ "description": "Street address line",
3914
+ "required": true
3915
+ },
3916
+ {
3917
+ "name": "city",
3918
+ "type": "string",
3919
+ "description": "City name",
3920
+ "required": false
3921
+ },
3922
+ {
3923
+ "name": "state",
3924
+ "type": "string",
3925
+ "description": "2-letter state code",
3926
+ "required": false
3927
+ },
3928
+ {
3929
+ "name": "zip",
3930
+ "type": "string",
3931
+ "description": "5-digit ZIP code",
3932
+ "required": false
3933
+ }
3934
+ ],
3935
+ "bodyParameters": []
3936
+ },
3937
+ {
3938
+ "name": "vanmoose_addressverifycass__health",
3939
+ "title": "Health check",
3940
+ "description": "Health check",
3941
+ "apiId": "addressverifycass",
3942
+ "domain": "addressverifycass.vanmoose.cc",
3943
+ "path": "/health",
3944
+ "method": "GET",
3945
+ "parameters": [],
3946
+ "bodyParameters": []
3947
+ }
3948
+ ];
3949
+ //# sourceMappingURL=index.js.map