-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhyperbrowser-web-api-openapi.yml
More file actions
873 lines (873 loc) · 23.3 KB
/
hyperbrowser-web-api-openapi.yml
File metadata and controls
873 lines (873 loc) · 23.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
openapi: 3.0.1
info:
title: Hyperbrowser Web API
version: 1.0.0
description: 'Stateless web utilities: fetch a page, run a web search, or start a web-wide crawl job. Includes x402 payment-gated
variants.'
contact:
name: Hyperbrowser
url: https://hyperbrowser.ai
license:
name: Hyperbrowser Terms
url: https://hyperbrowser.ai/terms
servers:
- url: https://api.hyperbrowser.ai
description: Production server
security:
- ApiKeyAuth: []
paths:
/api/web/fetch:
post:
operationId: post-api-web-fetch
summary: Fetch a Web Page
description: Fetches a web page and returns the content in various formats (HTML, Markdown, JSON, screenshot, etc.)
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/FetchParams'
responses:
'200':
description: Page fetched successfully
content:
application/json:
schema:
$ref: '#/components/schemas/FetchResponse'
'400':
description: Invalid request parameters
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'500':
description: Server error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
security:
- ApiKeyAuth: []
tags:
- Web
/api/web/search:
post:
operationId: post-api-web-search
summary: Search the Web
description: Performs a web search and returns search results with titles, URLs, and descriptions
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/WebSearchParams'
responses:
'200':
description: Search completed successfully
content:
application/json:
schema:
$ref: '#/components/schemas/WebSearchResponse'
'400':
description: Invalid search parameters
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'500':
description: Server error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
security:
- ApiKeyAuth: []
tags:
- Web
/api/web/crawl:
post:
operationId: post-api-web-crawl
summary: Start a Web Crawl Job
description: Starts an asynchronous crawl job that follows links from a starting URL and returns content from each page
in the specified formats.
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/StartWebCrawlJobParams'
responses:
'200':
description: Crawl job started successfully
content:
application/json:
schema:
type: object
required:
- jobId
properties:
jobId:
type: string
'400':
description: Invalid request parameters
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'500':
description: Server error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
security:
- ApiKeyAuth: []
tags:
- Web
/api/web/crawl/{id}:
get:
operationId: get-api-web-crawl-id
summary: Get Web Crawl Job Results
description: Retrieves the status and results of a web crawl job. Results are paginated.
parameters:
- name: id
in: path
required: true
schema:
type: string
- name: page
in: query
required: false
schema:
type: integer
minimum: 0
- name: batchSize
in: query
required: false
schema:
type: integer
minimum: 1
responses:
'200':
description: Web crawl job details retrieved successfully
content:
application/json:
schema:
$ref: '#/components/schemas/WebCrawlJobResponse'
'404':
description: Crawl job not found
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'500':
description: Server error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
security:
- ApiKeyAuth: []
tags:
- Web
/api/web/crawl/{id}/status:
get:
operationId: get-api-web-crawl-id-status
summary: Get Web Crawl Job Status
description: Retrieves just the status of a web crawl job without the full results.
parameters:
- name: id
in: path
required: true
schema:
type: string
format: uuid
responses:
'200':
description: Web crawl job status
content:
application/json:
schema:
$ref: '#/components/schemas/JobStatusResponse'
'404':
description: Crawl job not found
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'500':
description: Server error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
security:
- ApiKeyAuth: []
tags:
- Web
/x402/web/fetch:
post:
operationId: post-x402-web-fetch
summary: Fetch a Web Page with X402 Payment
description: X402 payment endpoint. First request returns 402 with payment requirements. Retry with PAYMENT-SIGNATURE
header containing cryptographic proof to get the actual data. See https://x402.gitbook.io/x402 for protocol details.
parameters:
- name: PAYMENT-SIGNATURE
in: header
required: false
description: Base64-encoded JSON containing payment proof (x402Version, resource, accepted payment method, and cryptographic
payload with signature and payer address)
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/FetchParams'
responses:
'200':
description: Page fetched successfully (after valid payment)
headers:
PAYMENT-RESPONSE:
description: Base64-encoded JSON with settlement information
schema:
type: string
content:
application/json:
schema:
$ref: '#/components/schemas/FetchResponse'
'400':
description: Invalid request parameters
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'402':
description: Payment Required - returned on first request without PAYMENT-SIGNATURE header
headers:
PAYMENT-REQUIRED:
description: Base64-encoded JSON containing X402 payment requirements (x402Version, resource info, and array
of accepted payment methods with network, asset, amount, payTo address, and timeout)
schema:
type: string
content:
application/json:
schema:
type: object
'500':
description: Server error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
tags:
- Web
/x402/web/search:
post:
operationId: post-x402-web-search
summary: Search the Web with X402 Payment
description: X402 payment endpoint. First request returns 402 with payment requirements. Retry with PAYMENT-SIGNATURE
header containing cryptographic proof to get search results. See https://x402.gitbook.io/x402 for protocol details.
parameters:
- name: PAYMENT-SIGNATURE
in: header
required: false
description: Base64-encoded JSON containing payment proof (x402Version, resource, accepted payment method, and cryptographic
payload with signature and payer address)
schema:
type: string
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/WebSearchParams'
responses:
'200':
description: Search completed successfully (after valid payment)
headers:
PAYMENT-RESPONSE:
description: Base64-encoded JSON with settlement information
schema:
type: string
content:
application/json:
schema:
$ref: '#/components/schemas/WebSearchResponse'
'400':
description: Invalid search parameters
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
'402':
description: Payment Required - returned on first request without PAYMENT-SIGNATURE header
headers:
PAYMENT-REQUIRED:
description: Base64-encoded JSON containing X402 payment requirements (x402Version, resource info, and array
of accepted payment methods with network, asset, amount, payTo address, and timeout)
schema:
type: string
content:
application/json:
schema:
type: object
'500':
description: Server error
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
tags:
- Web
components:
securitySchemes:
ApiKeyAuth:
type: apiKey
in: header
name: x-api-key
description: Account API key from app.hyperbrowser.ai
schemas:
BrandingProfile:
type: object
description: Visual brand profile extracted via DOM analysis + LLM enhancement. All fields optional; the server may
return a partial profile when the LLM refuses or fails.
properties:
colorScheme:
type: string
description: 'Page color scheme. Common values: light, dark.'
colors:
type: object
description: 'Color role assignments. Common keys: primary, secondary, accent, background, textPrimary, textSecondary,
link.'
fonts:
type: array
description: Cleaned brand fonts with roles.
items:
type: object
properties:
family:
type: string
role:
type: string
typography:
type: object
description: 'Font families, stacks, and sizes. Keys: fontFamilies, fontStacks, fontSizes, lineHeights, fontWeights.'
spacing:
type: object
description: 'Spacing scale. Common keys: baseUnit, borderRadius, padding, margins, gridGutter.'
components:
type: object
description: 'Per-component style dictionaries. Common keys: buttonPrimary, buttonSecondary, input. Each value has
background, textColor, borderColor, borderRadius, borderRadiusCorners, shadow.'
images:
type: object
description: 'Brand images. Common keys: logo, logoHref, logoAlt, favicon, ogImage.'
personality:
type: object
description: 'Brand personality. Common keys: tone, energy, targetAudience.'
designSystem:
type: object
description: 'Detected design system. Common keys: framework, componentLibrary.'
confidence:
type: object
description: 'Confidence scores (0-1). Common keys: buttons, colors, overall.'
ErrorResponse:
type: object
properties:
message:
type: string
FetchBrowserLocationOptions:
type: object
properties:
country:
type: string
state:
type: string
city:
type: string
FetchBrowserOptions:
type: object
properties:
screen:
$ref: '#/components/schemas/ScreenConfig'
profileId:
type: string
solveCaptchas:
type: string
location:
$ref: '#/components/schemas/FetchBrowserLocationOptions'
FetchCacheOptions:
type: object
properties:
maxAgeSeconds:
type: integer
FetchNavigationOptions:
type: object
properties:
waitUntil:
$ref: '#/components/schemas/FetchWaitUntil'
timeoutMs:
type: integer
waitFor:
type: integer
FetchOutputBranding:
type: object
properties:
type:
type: string
enum:
- branding
required:
- type
FetchOutputHtml:
type: object
properties:
type:
type: string
enum:
- html
required:
- type
FetchOutputJson:
allOf:
- $ref: '#/components/schemas/FetchOutputJsonOptions'
- type: object
properties:
type:
type: string
enum:
- json
required:
- type
FetchOutputJsonOptions:
type: object
properties:
schema:
type: object
prompt:
type: string
description: Natural language prompt describing what data to extract. If only prompt is provided, a schema is auto-generated
from it. If both prompt and schema are provided, the schema defines the output structure while the prompt provides
additional guidance for the extraction.
FetchOutputLinks:
type: object
properties:
type:
type: string
enum:
- links
required:
- type
FetchOutputMarkdown:
type: object
properties:
type:
type: string
enum:
- markdown
required:
- type
FetchOutputOptions:
type: object
properties:
formats:
type: array
items:
oneOf:
- $ref: '#/components/schemas/FetchOutputMarkdown'
- $ref: '#/components/schemas/FetchOutputHtml'
- $ref: '#/components/schemas/FetchOutputLinks'
- $ref: '#/components/schemas/FetchOutputScreenshot'
- $ref: '#/components/schemas/FetchOutputJson'
- $ref: '#/components/schemas/FetchOutputBranding'
- type: string
enum:
- markdown
- html
- links
- screenshot
- branding
sanitize:
$ref: '#/components/schemas/FetchSanitizeMode'
includeSelectors:
type: array
items:
type: string
excludeSelectors:
type: array
items:
type: string
storageState:
$ref: '#/components/schemas/FetchStorageStateOptions'
FetchOutputScreenshot:
allOf:
- $ref: '#/components/schemas/FetchOutputScreenshotOptions'
- type: object
properties:
type:
type: string
enum:
- screenshot
required:
- type
FetchOutputScreenshotOptions:
type: object
properties:
fullPage:
type: boolean
format:
$ref: '#/components/schemas/FetchScreenshotFormat'
cropToContent:
type: boolean
cropToContentMaxHeight:
type: integer
cropToContentMinHeight:
type: integer
FetchParams:
type: object
properties:
url:
type: string
stealth:
$ref: '#/components/schemas/FetchStealthMode'
outputs:
$ref: '#/components/schemas/FetchOutputOptions'
browser:
$ref: '#/components/schemas/FetchBrowserOptions'
navigation:
$ref: '#/components/schemas/FetchNavigationOptions'
cache:
$ref: '#/components/schemas/FetchCacheOptions'
required:
- url
FetchResponse:
type: object
properties:
jobId:
type: string
status:
$ref: '#/components/schemas/FetchStatus'
error:
type: string
nullable: true
data:
$ref: '#/components/schemas/FetchResponseData'
required:
- jobId
- status
FetchResponseData:
type: object
properties:
metadata:
type: object
additionalProperties:
oneOf:
- type: string
- type: array
items:
type: string
html:
type: string
markdown:
type: string
links:
type: array
items:
type: string
screenshot:
type: string
json:
type: object
branding:
$ref: '#/components/schemas/BrandingProfile'
FetchSanitizeMode:
type: string
enum:
- none
- basic
- advanced
FetchScreenshotFormat:
type: string
enum:
- jpeg
- png
- webp
FetchStatus:
type: string
enum:
- completed
- failed
- pending
- running
FetchStealthMode:
type: string
enum:
- none
- auto
- ultra
FetchStorageStateOptions:
type: object
properties:
localStorage:
type: object
additionalProperties:
type: string
sessionStorage:
type: object
additionalProperties:
type: string
FetchWaitUntil:
type: string
enum:
- load
- domcontentloaded
- networkidle
JobStatus:
type: string
enum:
- pending
- running
- completed
- failed
- stopped
JobStatusResponse:
type: object
properties:
status:
$ref: '#/components/schemas/JobStatus'
required:
- status
PageStatus:
type: string
enum:
- completed
- failed
- pending
- running
ScreenConfig:
type: object
properties:
width:
type: number
default: 1280
height:
type: number
default: 720
StartWebCrawlJobParams:
type: object
properties:
url:
type: string
stealth:
$ref: '#/components/schemas/FetchStealthMode'
outputs:
$ref: '#/components/schemas/FetchOutputOptions'
browser:
$ref: '#/components/schemas/FetchBrowserOptions'
navigation:
$ref: '#/components/schemas/FetchNavigationOptions'
cache:
$ref: '#/components/schemas/FetchCacheOptions'
crawlOptions:
$ref: '#/components/schemas/WebCrawlOptions'
required:
- url
WebCrawlJobResponse:
type: object
properties:
jobId:
type: string
format: uuid
status:
$ref: '#/components/schemas/JobStatus'
error:
type: string
nullable: true
totalPages:
type: integer
minimum: 0
totalPageBatches:
type: integer
minimum: 0
currentPageBatch:
type: integer
minimum: 0
batchSize:
type: integer
minimum: 1
data:
type: array
items:
$ref: '#/components/schemas/WebCrawlPageData'
required:
- status
- jobId
WebCrawlOptions:
type: object
properties:
maxPages:
type: integer
minimum: 1
maximum: 100
default: 10
followLinks:
type: boolean
default: true
ignoreSitemap:
type: boolean
default: false
excludePatterns:
type: array
items:
type: string
includePatterns:
type: array
items:
type: string
WebCrawlPageData:
type: object
properties:
url:
type: string
status:
$ref: '#/components/schemas/PageStatus'
error:
type: string
nullable: true
metadata:
type: object
additionalProperties:
oneOf:
- type: string
- type: array
items:
type: string
markdown:
type: string
html:
type: string
links:
type: array
items:
type: string
screenshot:
type: string
json:
type: object
branding:
$ref: '#/components/schemas/BrandingProfile'
required:
- url
- status
WebSearchFiletype:
type: string
enum:
- pdf
- doc
- docx
- xls
- xlsx
- ppt
- pptx
- html
WebSearchFilters:
type: object
properties:
exactPhrase:
type: boolean
semanticPhrase:
type: boolean
excludeTerms:
type: array
items:
type: string
boostTerms:
type: array
items:
type: string
filetype:
$ref: '#/components/schemas/WebSearchFiletype'
site:
type: string
excludeSite:
type: string
intitle:
type: string
inurl:
type: string
WebSearchLocation:
type: object
properties:
country:
type: string
state:
type: string
city:
type: string
required:
- country
WebSearchParams:
type: object
properties:
query:
type: string
page:
type: integer
maxAgeSeconds:
type: integer
location:
$ref: '#/components/schemas/WebSearchLocation'
filters:
$ref: '#/components/schemas/WebSearchFilters'
required:
- query
WebSearchResponse:
type: object
properties:
jobId:
type: string
status:
$ref: '#/components/schemas/WebSearchStatus'
error:
type: string
nullable: true
data:
$ref: '#/components/schemas/WebSearchResponseData'
required:
- jobId
- status
WebSearchResponseData:
type: object
properties:
query:
type: string
results:
type: array
items:
$ref: '#/components/schemas/WebSearchResultItem'
required:
- query
- results
WebSearchResultItem:
type: object
properties:
title:
type: string
url:
type: string
description:
type: string
required:
- title
- url
- description
WebSearchStatus:
type: string
enum:
- completed
- failed
- pending
- running
- stopped