@apifreaks/openapi-specs 0.1.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.
- package/LICENSE +21 -0
- package/README.md +156 -0
- package/dist/index.cjs +44663 -0
- package/dist/index.d.cts +30 -0
- package/dist/index.d.ts +30 -0
- package/dist/index.js +44631 -0
- package/package.json +81 -0
- package/specs/commodity/commodity-fluctuation.json +301 -0
- package/specs/commodity/commodity-prices.json +317 -0
- package/specs/commodity/commodity-symbols.json +215 -0
- package/specs/commodity/commodity-time-series.json +329 -0
- package/specs/commodity/historical-commodity-prices.json +273 -0
- package/specs/currency/currency-converter.json +261 -0
- package/specs/currency/currency-fluctuation.json +282 -0
- package/specs/currency/currency-historical-data-limit.json +158 -0
- package/specs/currency/currency-rate.json +229 -0
- package/specs/currency/currency-supported.json +234 -0
- package/specs/currency/currency-symbols.json +161 -0
- package/specs/currency/currency-time-series.json +325 -0
- package/specs/currency/geolocalized-currency-conversion.json +287 -0
- package/specs/currency/historical-currency-converter.json +269 -0
- package/specs/currency/historical-currency-rate.json +246 -0
- package/specs/dns/bulk-dns-lookup.json +624 -0
- package/specs/dns/dns-history-lookup.json +579 -0
- package/specs/dns/dns-lookup.json +466 -0
- package/specs/dns/reverse-dns-lookup.json +414 -0
- package/specs/domain/bulk-domain-checker.json +284 -0
- package/specs/domain/domain-search-with-suggestions.json +280 -0
- package/specs/domain/domain-search.json +206 -0
- package/specs/domain/subdomain-lookup.json +343 -0
- package/specs/email-validation/bulk-email-validation.json +534 -0
- package/specs/email-validation/email-checker.json +586 -0
- package/specs/financial/bulk-vat-rates-country.json +341 -0
- package/specs/financial/financial-apis-supported-countries.json +204 -0
- package/specs/financial/iban-validation.json +328 -0
- package/specs/financial/swift-code-finder.json +192 -0
- package/specs/financial/swift-code-lookup.json +220 -0
- package/specs/financial/vat-number-validation.json +283 -0
- package/specs/financial/vat-rates-by-ip.json +275 -0
- package/specs/financial/vat-rates-country.json +288 -0
- package/specs/general/usage-credits.json +218 -0
- package/specs/geocoding/forward-geocoding.json +402 -0
- package/specs/geocoding/reverse-geocoding.json +326 -0
- package/specs/geodb/administrative-units-details.json +250 -0
- package/specs/geodb/administrative-units-levels.json +198 -0
- package/specs/geodb/administrative-units.json +237 -0
- package/specs/geodb/cities.json +288 -0
- package/specs/geodb/countries-details.json +274 -0
- package/specs/geodb/countries.json +276 -0
- package/specs/geodb/flags-supported.json +166 -0
- package/specs/geodb/flags.json +227 -0
- package/specs/geodb/regions.json +109 -0
- package/specs/geodb/subregions.json +217 -0
- package/specs/ip-intelligence/bulk-ip-lookup.json +1162 -0
- package/specs/ip-intelligence/bulk-ip-threat-intelligence.json +417 -0
- package/specs/ip-intelligence/ip-locator.json +941 -0
- package/specs/ip-intelligence/ip-threat-intelligence.json +316 -0
- package/specs/other/astronomy-data.json +803 -0
- package/specs/pdf/delete-pdf-page.json +286 -0
- package/specs/pdf/linearize-pdf.json +277 -0
- package/specs/pdf/merge-pdf.json +285 -0
- package/specs/pdf/pdf-compress.json +304 -0
- package/specs/pdf/pdf-decrypt.json +297 -0
- package/specs/pdf/pdf-encrypt.json +314 -0
- package/specs/pdf/pdf-extract-pages.json +295 -0
- package/specs/pdf/pdf-file-status.json +208 -0
- package/specs/pdf/pdf-file.json +190 -0
- package/specs/pdf/pdf-files.json +126 -0
- package/specs/pdf/pdf-resource-download.json +168 -0
- package/specs/pdf/pdf-resource-upload-binary.json +218 -0
- package/specs/pdf/pdf-resource-upload.json +248 -0
- package/specs/pdf/pdf-restrict.json +343 -0
- package/specs/pdf/pdf-split-pages.json +281 -0
- package/specs/pdf/pdf-task-status.json +252 -0
- package/specs/pdf/pdf-to-image.json +1219 -0
- package/specs/pdf/pdf-unrestrict.json +324 -0
- package/specs/pdf/rotate-pdf-pages.json +305 -0
- package/specs/phone-validation/bulk-phone-number-validation.json +518 -0
- package/specs/phone-validation/phone-number-validation.json +456 -0
- package/specs/scraper/web-scraper.json +674 -0
- package/specs/screenshot/bulk-screenshot.json +949 -0
- package/specs/screenshot/website-screenshot.json +1147 -0
- package/specs/ssl/ssl-certificate-chain-lookup.json +756 -0
- package/specs/ssl/ssl-certificate-lookup.json +634 -0
- package/specs/timezone/timezone-converter.json +362 -0
- package/specs/timezone/timezone-lookup.json +910 -0
- package/specs/user-agent/bulk-user-agent-parser.json +441 -0
- package/specs/user-agent/user-agent-parser.json +346 -0
- package/specs/weather/air-quality.json +779 -0
- package/specs/weather/bulk-live-weather.json +834 -0
- package/specs/weather/flood-forecast.json +693 -0
- package/specs/weather/historical-weather.json +1019 -0
- package/specs/weather/live-weather.json +789 -0
- package/specs/weather/marine-weather.json +940 -0
- package/specs/weather/time-series-weather.json +1056 -0
- package/specs/weather/weather-forecast.json +1202 -0
- package/specs/whois/asn-lookup.json +729 -0
- package/specs/whois/bulk-whois-lookup.json +698 -0
- package/specs/whois/domain-whois-history-lookup.json +500 -0
- package/specs/whois/reverse-whois.json +625 -0
- package/specs/whois/whois-domain-lookup.json +533 -0
- package/specs/whois/whois-ip-lookup.json +1110 -0
- package/specs/zip-code/bulk-zip-code-lookup.json +318 -0
- package/specs/zip-code/zip-code-api.json +299 -0
- package/specs/zip-code/zip-code-distance-match.json +311 -0
- package/specs/zip-code/zip-code-distance.json +307 -0
- package/specs/zip-code/zip-codes-by-city.json +279 -0
- package/specs/zip-code/zip-codes-by-region.json +278 -0
- package/specs/zip-code/zip-codes-radius-search.json +349 -0
|
@@ -0,0 +1,949 @@
|
|
|
1
|
+
{
|
|
2
|
+
"openapi": "3.1.1",
|
|
3
|
+
"info": {
|
|
4
|
+
"title": "Bulk Screenshot API - Capture Up to 50 URLs in a Single Request",
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"description": "Capture screenshots of multiple websites in a single POST request. Accepts up to 50 URLs per request with per-URL options for file type, viewport size, blocking, caching, and scrolling capture. Returns a status indicator, metadata with success/failure counts, and an array of per-URL results — each containing either screenshot data or an error message.",
|
|
7
|
+
"contact": {
|
|
8
|
+
"name": "APIFreaks Support",
|
|
9
|
+
"url": "https://apifreaks.com/contact",
|
|
10
|
+
"email": "support@apifreaks.com"
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"servers": [
|
|
14
|
+
{
|
|
15
|
+
"url": "https://api.apifreaks.com/v1.0",
|
|
16
|
+
"description": "Bulk Screenshot API Server"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"paths": {
|
|
20
|
+
"/screenshot": {
|
|
21
|
+
"post": {
|
|
22
|
+
"tags": ["Screenshot APIs"],
|
|
23
|
+
"summary": "Capture screenshots of multiple websites in a single request.",
|
|
24
|
+
"description": "Our Bulk Screenshot API allows you to capture screenshots of multiple webpages simultaneously, saving you time and effort. Instead of manually capturing each page one by one, you can batch process URLs and receive high-quality screenshots in the format you choose.\n Maximum `50 URLs` per request.",
|
|
25
|
+
"operationId": "bulkScreenshot",
|
|
26
|
+
"parameters": [
|
|
27
|
+
{
|
|
28
|
+
"name": "format",
|
|
29
|
+
"in": "query",
|
|
30
|
+
"required": false,
|
|
31
|
+
"schema": {
|
|
32
|
+
"type": "string",
|
|
33
|
+
"enum": ["json"],
|
|
34
|
+
"default": "json"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"requestBody": {
|
|
39
|
+
"required": true,
|
|
40
|
+
"content": {
|
|
41
|
+
"application/json": {
|
|
42
|
+
"schema": {
|
|
43
|
+
"$ref": "#/components/schemas/BulkScreenshotRequest"
|
|
44
|
+
},
|
|
45
|
+
"examples": {
|
|
46
|
+
"typicalRequest": {
|
|
47
|
+
"summary": "Typical bulk screenshot request",
|
|
48
|
+
"value": {
|
|
49
|
+
"urls": [
|
|
50
|
+
{
|
|
51
|
+
"url": "https://example.com",
|
|
52
|
+
"file_type": "PNG"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"url": "https://github.com",
|
|
56
|
+
"file_type": "JPEG",
|
|
57
|
+
"full_page": true
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"responses": {
|
|
67
|
+
"200": {
|
|
68
|
+
"description": "Successful response. Each item in `results` corresponds to one requested URL, in the same order; a URL that fails validation or capture returns an error object in its `url` field instead of screenshot data, while `status` stays \"fulfilled\" and `error_message` stays null.",
|
|
69
|
+
"content": {
|
|
70
|
+
"application/json": {
|
|
71
|
+
"schema": {
|
|
72
|
+
"$ref": "#/components/schemas/BulkScreenshotResponse"
|
|
73
|
+
},
|
|
74
|
+
"examples": {
|
|
75
|
+
"success": {
|
|
76
|
+
"summary": "Successful response with mixed results",
|
|
77
|
+
"value": {
|
|
78
|
+
"status": "success",
|
|
79
|
+
"meta_data": {
|
|
80
|
+
"total_urls": 2,
|
|
81
|
+
"successful_urls": 1,
|
|
82
|
+
"failed_urls": 1
|
|
83
|
+
},
|
|
84
|
+
"results": [
|
|
85
|
+
{
|
|
86
|
+
"url": {
|
|
87
|
+
"screenshot": "https://s3.eu-central-2.wasabisys.com/w.storage.apifreaks.com/example_com_6d83e1744f01.png",
|
|
88
|
+
"url": "https://example.com",
|
|
89
|
+
"created_at": "2026-07-27T10:18:31.378Z",
|
|
90
|
+
"file_type": "PNG",
|
|
91
|
+
"output": "json",
|
|
92
|
+
"ttl": "2026-08-26T10:18:28.034Z",
|
|
93
|
+
"sizes": null
|
|
94
|
+
},
|
|
95
|
+
"status": "fulfilled",
|
|
96
|
+
"error_message": null
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"url": {
|
|
100
|
+
"timestamp": "2026-07-27T10:18:28.872Z",
|
|
101
|
+
"status": 400,
|
|
102
|
+
"error": "invalid_url",
|
|
103
|
+
"message": "Your URL is incorrect",
|
|
104
|
+
"path": "/v3/screenshot"
|
|
105
|
+
},
|
|
106
|
+
"status": "fulfilled",
|
|
107
|
+
"error_message": null
|
|
108
|
+
}
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"400": {
|
|
117
|
+
"description": "Invalid request body",
|
|
118
|
+
"content": {
|
|
119
|
+
"application/json": {
|
|
120
|
+
"examples": {
|
|
121
|
+
"InvalidBody": {
|
|
122
|
+
"summary": "Invalid request body",
|
|
123
|
+
"value": {
|
|
124
|
+
"error": "Invalid request body Exception",
|
|
125
|
+
"message": "Please provide data in required format in request body",
|
|
126
|
+
"path": "/v1.0/screenshot",
|
|
127
|
+
"status": 400,
|
|
128
|
+
"timestamp": "2026-07-27T10:18:42.036Z"
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"schema": {
|
|
133
|
+
"$ref": "#/components/schemas/ErrorResponse"
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"413": {
|
|
139
|
+
"description": "Payload too large",
|
|
140
|
+
"content": {
|
|
141
|
+
"application/json": {
|
|
142
|
+
"examples": {
|
|
143
|
+
"PayloadTooLarge": {
|
|
144
|
+
"summary": "Payload too large",
|
|
145
|
+
"value": {
|
|
146
|
+
"error": "Payload too large Exception",
|
|
147
|
+
"message": "Maximum request body size limit exceeded",
|
|
148
|
+
"path": "/v1.0/screenshot",
|
|
149
|
+
"status": 413,
|
|
150
|
+
"timestamp": "2026-07-27T10:18:57.172Z"
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"schema": {
|
|
155
|
+
"$ref": "#/components/schemas/ErrorResponse"
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"components": {
|
|
165
|
+
"securitySchemes": {
|
|
166
|
+
"ApiKeyAuthHeader": {
|
|
167
|
+
"type": "apiKey",
|
|
168
|
+
"in": "header",
|
|
169
|
+
"name": "X-apiKey",
|
|
170
|
+
"description": "Pass your API key via the X-apiKey request header."
|
|
171
|
+
},
|
|
172
|
+
"ApiKeyAuthQuery": {
|
|
173
|
+
"type": "apiKey",
|
|
174
|
+
"in": "query",
|
|
175
|
+
"name": "apiKey",
|
|
176
|
+
"description": "Pass your API key via the apiKey query parameter."
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"schemas": {
|
|
180
|
+
"BulkScreenshotSuccessItem": {
|
|
181
|
+
"type": "object",
|
|
182
|
+
"description": "Per-URL result entry. The `url` field holds either the screenshot metadata or an error object, depending on whether that specific URL was captured successfully.",
|
|
183
|
+
"required": ["status", "url"],
|
|
184
|
+
"properties": {
|
|
185
|
+
"status": {
|
|
186
|
+
"type": "string",
|
|
187
|
+
"description": "Processing status for this item (fulfilled)."
|
|
188
|
+
},
|
|
189
|
+
"url": {
|
|
190
|
+
"description": "Screenshot metadata for this URL, or an error object if this specific URL could not be captured.",
|
|
191
|
+
"oneOf": [
|
|
192
|
+
{
|
|
193
|
+
"description": "Screenshot metadata with the same structure as the single Website Screenshot API response.",
|
|
194
|
+
"$ref": "#/components/schemas/BulkScreenshotUrlData"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"description": "Per-item error returned when this specific URL cannot be captured.",
|
|
198
|
+
"$ref": "#/components/schemas/ErrorResponse"
|
|
199
|
+
}
|
|
200
|
+
]
|
|
201
|
+
},
|
|
202
|
+
"error_message": {
|
|
203
|
+
"type": ["string", "null"],
|
|
204
|
+
"description": "Observed to always be null; per-item error details are returned inside `url` instead."
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
"BulkScreenshotUrlData": {
|
|
209
|
+
"type": "object",
|
|
210
|
+
"description": "Screenshot result data for a single URL. Contains the same fields as the single Website Screenshot API response.",
|
|
211
|
+
"required": ["screenshot", "url", "created_at"],
|
|
212
|
+
"properties": {
|
|
213
|
+
"screenshot": {
|
|
214
|
+
"type": "string",
|
|
215
|
+
"format": "uri",
|
|
216
|
+
"description": "URL of the captured screenshot image."
|
|
217
|
+
},
|
|
218
|
+
"url": {
|
|
219
|
+
"type": "string",
|
|
220
|
+
"format": "uri",
|
|
221
|
+
"description": "The original URL that was captured."
|
|
222
|
+
},
|
|
223
|
+
"created_at": {
|
|
224
|
+
"type": "string",
|
|
225
|
+
"format": "date-time",
|
|
226
|
+
"description": "Timestamp when the screenshot was created (ISO 8601 format)."
|
|
227
|
+
},
|
|
228
|
+
"format": {
|
|
229
|
+
"type": "string",
|
|
230
|
+
"description": "Response format type."
|
|
231
|
+
},
|
|
232
|
+
"ttl": {
|
|
233
|
+
"type": "string",
|
|
234
|
+
"description": "Time until the screenshot expires (ISO 8601 format)."
|
|
235
|
+
},
|
|
236
|
+
"file_type": {
|
|
237
|
+
"type": "string",
|
|
238
|
+
"description": "The file type of the output."
|
|
239
|
+
},
|
|
240
|
+
"extracted_html": {
|
|
241
|
+
"type": "string",
|
|
242
|
+
"format": "uri",
|
|
243
|
+
"description": "URL of the extracted HTML from the webpage."
|
|
244
|
+
},
|
|
245
|
+
"extracted_text": {
|
|
246
|
+
"type": "string",
|
|
247
|
+
"format": "uri",
|
|
248
|
+
"description": "URL of the extracted plain text from the webpage."
|
|
249
|
+
},
|
|
250
|
+
"enable_caching": {
|
|
251
|
+
"type": "boolean",
|
|
252
|
+
"description": "Whether caching was enabled."
|
|
253
|
+
},
|
|
254
|
+
"omit_background": {
|
|
255
|
+
"type": "boolean",
|
|
256
|
+
"description": "Whether background was removed."
|
|
257
|
+
},
|
|
258
|
+
"destroy_screenshot": {
|
|
259
|
+
"type": "boolean",
|
|
260
|
+
"description": "Whether the screenshot was destroyed after generation."
|
|
261
|
+
},
|
|
262
|
+
"fail_on_error": {
|
|
263
|
+
"type": "boolean",
|
|
264
|
+
"description": "Whether the request failed on error."
|
|
265
|
+
},
|
|
266
|
+
"longitude": {
|
|
267
|
+
"type": "number",
|
|
268
|
+
"format": "float",
|
|
269
|
+
"description": "The longitude value used for geolocation."
|
|
270
|
+
},
|
|
271
|
+
"latitude": {
|
|
272
|
+
"type": "number",
|
|
273
|
+
"format": "float",
|
|
274
|
+
"description": "The latitude value used for geolocation."
|
|
275
|
+
},
|
|
276
|
+
"proxy": {
|
|
277
|
+
"type": "string",
|
|
278
|
+
"description": "The proxy configuration used."
|
|
279
|
+
},
|
|
280
|
+
"no_cookie_banners": {
|
|
281
|
+
"type": "boolean",
|
|
282
|
+
"description": "Whether cookie banners were blocked."
|
|
283
|
+
},
|
|
284
|
+
"block_ads": {
|
|
285
|
+
"type": "boolean",
|
|
286
|
+
"description": "Whether ads were blocked."
|
|
287
|
+
},
|
|
288
|
+
"headers": {
|
|
289
|
+
"type": "string",
|
|
290
|
+
"description": "Custom headers included in the request."
|
|
291
|
+
},
|
|
292
|
+
"cookies": {
|
|
293
|
+
"type": "string",
|
|
294
|
+
"description": "Cookies included in the request."
|
|
295
|
+
},
|
|
296
|
+
"scroll_to_element": {
|
|
297
|
+
"type": "string",
|
|
298
|
+
"description": "Element scrolled to before rendering."
|
|
299
|
+
},
|
|
300
|
+
"selector": {
|
|
301
|
+
"type": "string",
|
|
302
|
+
"description": "Element selected for rendering."
|
|
303
|
+
},
|
|
304
|
+
"blur_selector": {
|
|
305
|
+
"type": "string",
|
|
306
|
+
"description": "Elements blurred in the output."
|
|
307
|
+
},
|
|
308
|
+
"remove_selector": {
|
|
309
|
+
"type": "string",
|
|
310
|
+
"description": "Elements removed from the output."
|
|
311
|
+
},
|
|
312
|
+
"css": {
|
|
313
|
+
"type": "string",
|
|
314
|
+
"description": "Custom CSS injected into the page."
|
|
315
|
+
},
|
|
316
|
+
"css_url": {
|
|
317
|
+
"type": "string",
|
|
318
|
+
"format": "uri",
|
|
319
|
+
"description": "External CSS URL that was loaded."
|
|
320
|
+
},
|
|
321
|
+
"js": {
|
|
322
|
+
"type": "string",
|
|
323
|
+
"description": "Custom JavaScript that was injected."
|
|
324
|
+
},
|
|
325
|
+
"js_url": {
|
|
326
|
+
"type": "string",
|
|
327
|
+
"format": "uri",
|
|
328
|
+
"description": "External JavaScript URL that was loaded."
|
|
329
|
+
},
|
|
330
|
+
"user_agent": {
|
|
331
|
+
"type": "string",
|
|
332
|
+
"description": "User-Agent string that was used."
|
|
333
|
+
},
|
|
334
|
+
"accept_languages": {
|
|
335
|
+
"type": "string",
|
|
336
|
+
"description": "Accept-Language header that was used."
|
|
337
|
+
},
|
|
338
|
+
"delay": {
|
|
339
|
+
"type": "integer",
|
|
340
|
+
"description": "Delay duration in milliseconds."
|
|
341
|
+
},
|
|
342
|
+
"thumbnail_width": {
|
|
343
|
+
"type": "integer",
|
|
344
|
+
"description": "Thumbnail width in pixels."
|
|
345
|
+
},
|
|
346
|
+
"output": {
|
|
347
|
+
"type": "string",
|
|
348
|
+
"description": "Output type used."
|
|
349
|
+
},
|
|
350
|
+
"fresh": {
|
|
351
|
+
"type": "boolean",
|
|
352
|
+
"description": "Whether a fresh render was performed."
|
|
353
|
+
},
|
|
354
|
+
"lazy_load": {
|
|
355
|
+
"type": "boolean",
|
|
356
|
+
"description": "Whether lazy loading was triggered."
|
|
357
|
+
},
|
|
358
|
+
"full_page": {
|
|
359
|
+
"type": "boolean",
|
|
360
|
+
"description": "Whether full page capture was used."
|
|
361
|
+
},
|
|
362
|
+
"retina": {
|
|
363
|
+
"type": "boolean",
|
|
364
|
+
"description": "Whether retina capture was used."
|
|
365
|
+
},
|
|
366
|
+
"height": {
|
|
367
|
+
"type": "integer",
|
|
368
|
+
"description": "Viewport height used in pixels."
|
|
369
|
+
},
|
|
370
|
+
"width": {
|
|
371
|
+
"type": "integer",
|
|
372
|
+
"description": "Viewport width used in pixels."
|
|
373
|
+
},
|
|
374
|
+
"custom_html": {
|
|
375
|
+
"type": "string",
|
|
376
|
+
"description": "Custom HTML content rendered."
|
|
377
|
+
},
|
|
378
|
+
"block_chat_widgets": {
|
|
379
|
+
"type": "boolean",
|
|
380
|
+
"description": "Whether chat widgets were blocked."
|
|
381
|
+
},
|
|
382
|
+
"block_js": {
|
|
383
|
+
"type": "boolean",
|
|
384
|
+
"description": "Whether JavaScript was blocked."
|
|
385
|
+
},
|
|
386
|
+
"block_stylesheets": {
|
|
387
|
+
"type": "boolean",
|
|
388
|
+
"description": "Whether stylesheets were blocked."
|
|
389
|
+
},
|
|
390
|
+
"block_images": {
|
|
391
|
+
"type": "boolean",
|
|
392
|
+
"description": "Whether images were blocked."
|
|
393
|
+
},
|
|
394
|
+
"block_media": {
|
|
395
|
+
"type": "boolean",
|
|
396
|
+
"description": "Whether media files were blocked."
|
|
397
|
+
},
|
|
398
|
+
"block_font": {
|
|
399
|
+
"type": "boolean",
|
|
400
|
+
"description": "Whether fonts were blocked."
|
|
401
|
+
},
|
|
402
|
+
"block_text_track": {
|
|
403
|
+
"type": "boolean",
|
|
404
|
+
"description": "Whether text tracks were blocked."
|
|
405
|
+
},
|
|
406
|
+
"block_xhr": {
|
|
407
|
+
"type": "boolean",
|
|
408
|
+
"description": "Whether XHR requests were blocked."
|
|
409
|
+
},
|
|
410
|
+
"block_fetch": {
|
|
411
|
+
"type": "boolean",
|
|
412
|
+
"description": "Whether Fetch API requests were blocked."
|
|
413
|
+
},
|
|
414
|
+
"block_event_source": {
|
|
415
|
+
"type": "boolean",
|
|
416
|
+
"description": "Whether EventSource connections were blocked."
|
|
417
|
+
},
|
|
418
|
+
"block_web_socket": {
|
|
419
|
+
"type": "boolean",
|
|
420
|
+
"description": "Whether WebSocket connections were blocked."
|
|
421
|
+
},
|
|
422
|
+
"block_manifest": {
|
|
423
|
+
"type": "boolean",
|
|
424
|
+
"description": "Whether manifest files were blocked."
|
|
425
|
+
},
|
|
426
|
+
"block_specific_requests": {
|
|
427
|
+
"type": "string",
|
|
428
|
+
"description": "Specific requests that were blocked."
|
|
429
|
+
},
|
|
430
|
+
"adjust_top": {
|
|
431
|
+
"type": "integer",
|
|
432
|
+
"description": "Vertical position scrolled to in pixels."
|
|
433
|
+
},
|
|
434
|
+
"image_quality": {
|
|
435
|
+
"type": "integer",
|
|
436
|
+
"description": "Image quality level applied."
|
|
437
|
+
},
|
|
438
|
+
"extract_html": {
|
|
439
|
+
"type": "boolean",
|
|
440
|
+
"description": "Whether HTML content was extracted."
|
|
441
|
+
},
|
|
442
|
+
"extract_text": {
|
|
443
|
+
"type": "boolean",
|
|
444
|
+
"description": "Whether text content was extracted."
|
|
445
|
+
},
|
|
446
|
+
"dark_mode": {
|
|
447
|
+
"type": "boolean",
|
|
448
|
+
"description": "Whether dark mode was enabled."
|
|
449
|
+
},
|
|
450
|
+
"block_tracking": {
|
|
451
|
+
"type": "boolean",
|
|
452
|
+
"description": "Whether tracking scripts were blocked."
|
|
453
|
+
},
|
|
454
|
+
"wait_for_event": {
|
|
455
|
+
"type": "string",
|
|
456
|
+
"description": "The event that triggered rendering."
|
|
457
|
+
},
|
|
458
|
+
"grayscale": {
|
|
459
|
+
"type": "integer",
|
|
460
|
+
"description": "Grayscale level applied (0-100)."
|
|
461
|
+
},
|
|
462
|
+
"clip": {
|
|
463
|
+
"$ref": "#/components/schemas/ClipRect"
|
|
464
|
+
},
|
|
465
|
+
"result_file_name": {
|
|
466
|
+
"type": "string",
|
|
467
|
+
"description": "Final filename used for the output."
|
|
468
|
+
},
|
|
469
|
+
"enable_incognito": {
|
|
470
|
+
"type": "boolean",
|
|
471
|
+
"description": "Whether incognito mode was enabled."
|
|
472
|
+
},
|
|
473
|
+
"timeout": {
|
|
474
|
+
"type": "integer",
|
|
475
|
+
"description": "Actual timeout duration in milliseconds."
|
|
476
|
+
},
|
|
477
|
+
"scrolling_screenshot": {
|
|
478
|
+
"type": "boolean",
|
|
479
|
+
"description": "Whether scrolling screenshot mode was enabled."
|
|
480
|
+
},
|
|
481
|
+
"multiple_scrolling": {
|
|
482
|
+
"type": "boolean",
|
|
483
|
+
"description": "Whether multiple scrolling captures were performed."
|
|
484
|
+
},
|
|
485
|
+
"sizes": {
|
|
486
|
+
"type": "array",
|
|
487
|
+
"items": {
|
|
488
|
+
"type": "string"
|
|
489
|
+
},
|
|
490
|
+
"description": "Dimensions used for each capture."
|
|
491
|
+
},
|
|
492
|
+
"extract_markdown": {
|
|
493
|
+
"type": "boolean",
|
|
494
|
+
"description": "Whether markdown extraction was enabled."
|
|
495
|
+
},
|
|
496
|
+
"get_image_urls": {
|
|
497
|
+
"type": "boolean",
|
|
498
|
+
"description": "Whether image URL extraction was enabled."
|
|
499
|
+
},
|
|
500
|
+
"scroll_delay": {
|
|
501
|
+
"type": "integer",
|
|
502
|
+
"description": "Delay between scroll steps in milliseconds."
|
|
503
|
+
},
|
|
504
|
+
"selector_to_click": {
|
|
505
|
+
"type": "string",
|
|
506
|
+
"description": "CSS selector clicked before capture."
|
|
507
|
+
},
|
|
508
|
+
"click_recursion": {
|
|
509
|
+
"type": "integer",
|
|
510
|
+
"description": "Number of times the selector was clicked."
|
|
511
|
+
},
|
|
512
|
+
"video": {
|
|
513
|
+
"type": "boolean",
|
|
514
|
+
"description": "Whether viewport recording mode was enabled."
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
"ClipRect": {
|
|
519
|
+
"type": "object",
|
|
520
|
+
"description": "Clipping rectangle dimensions for the captured area.",
|
|
521
|
+
"required": ["x", "y", "width", "height"],
|
|
522
|
+
"properties": {
|
|
523
|
+
"x": {
|
|
524
|
+
"type": "integer",
|
|
525
|
+
"description": "X position of the clip rectangle in pixels."
|
|
526
|
+
},
|
|
527
|
+
"y": {
|
|
528
|
+
"type": "integer",
|
|
529
|
+
"description": "Y position of the clip rectangle in pixels."
|
|
530
|
+
},
|
|
531
|
+
"width": {
|
|
532
|
+
"type": "integer",
|
|
533
|
+
"description": "Width of the clip rectangle in pixels."
|
|
534
|
+
},
|
|
535
|
+
"height": {
|
|
536
|
+
"type": "integer",
|
|
537
|
+
"description": "Height of the clip rectangle in pixels."
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
},
|
|
541
|
+
"BulkScreenshotRequest": {
|
|
542
|
+
"type": "object",
|
|
543
|
+
"description": "Request body for bulk screenshot capture.",
|
|
544
|
+
"required": ["urls"],
|
|
545
|
+
"properties": {
|
|
546
|
+
"urls": {
|
|
547
|
+
"type": "array",
|
|
548
|
+
"description": "Array of URL objects to capture. Maximum 50 items per request.",
|
|
549
|
+
"maxItems": 50,
|
|
550
|
+
"items": {
|
|
551
|
+
"$ref": "#/components/schemas/BulkScreenshotUrlItem"
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
"BulkScreenshotUrlItem": {
|
|
557
|
+
"type": "object",
|
|
558
|
+
"description": "A single URL entry in a bulk screenshot request with per-URL options.",
|
|
559
|
+
"required": ["url"],
|
|
560
|
+
"properties": {
|
|
561
|
+
"url": {
|
|
562
|
+
"type": "string",
|
|
563
|
+
"format": "uri",
|
|
564
|
+
"description": "URL of the website to capture."
|
|
565
|
+
},
|
|
566
|
+
"file_type": {
|
|
567
|
+
"type": "string",
|
|
568
|
+
"enum": ["PNG", "JPEG", "WEBP", "PDF", "mp4", "gif", "webm"],
|
|
569
|
+
"description": "Output format for this URL."
|
|
570
|
+
},
|
|
571
|
+
"width": {
|
|
572
|
+
"type": "integer",
|
|
573
|
+
"description": "Viewport width in pixels."
|
|
574
|
+
},
|
|
575
|
+
"height": {
|
|
576
|
+
"type": "integer",
|
|
577
|
+
"description": "Viewport height in pixels."
|
|
578
|
+
},
|
|
579
|
+
"full_page": {
|
|
580
|
+
"type": "boolean",
|
|
581
|
+
"description": "Capture a full-page screenshot."
|
|
582
|
+
},
|
|
583
|
+
"fresh": {
|
|
584
|
+
"type": "boolean",
|
|
585
|
+
"description": "Bypass cache."
|
|
586
|
+
},
|
|
587
|
+
"no_cookie_banners": {
|
|
588
|
+
"type": "boolean",
|
|
589
|
+
"description": "Remove cookie banners."
|
|
590
|
+
},
|
|
591
|
+
"enable_caching": {
|
|
592
|
+
"type": "boolean",
|
|
593
|
+
"description": "Enable caching."
|
|
594
|
+
},
|
|
595
|
+
"block_ads": {
|
|
596
|
+
"type": "boolean",
|
|
597
|
+
"description": "Block ads."
|
|
598
|
+
},
|
|
599
|
+
"block_chat_widgets": {
|
|
600
|
+
"type": "boolean",
|
|
601
|
+
"description": "Block chat widgets."
|
|
602
|
+
},
|
|
603
|
+
"extract_text": {
|
|
604
|
+
"type": "boolean",
|
|
605
|
+
"description": "Extract visible text."
|
|
606
|
+
},
|
|
607
|
+
"extract_html": {
|
|
608
|
+
"type": "boolean",
|
|
609
|
+
"description": "Extract HTML."
|
|
610
|
+
},
|
|
611
|
+
"extract_markdown": {
|
|
612
|
+
"type": "boolean",
|
|
613
|
+
"description": "Extract markdown."
|
|
614
|
+
},
|
|
615
|
+
"get_image_urls": {
|
|
616
|
+
"type": "boolean",
|
|
617
|
+
"description": "Extract image URLs."
|
|
618
|
+
},
|
|
619
|
+
"destroy_screenshot": {
|
|
620
|
+
"type": "boolean",
|
|
621
|
+
"description": "Auto-destroy after fetch."
|
|
622
|
+
},
|
|
623
|
+
"lazy_load": {
|
|
624
|
+
"type": "boolean",
|
|
625
|
+
"description": "Lazy-load content."
|
|
626
|
+
},
|
|
627
|
+
"scroll_delay": {
|
|
628
|
+
"type": "integer",
|
|
629
|
+
"description": "Delay in ms between scroll steps."
|
|
630
|
+
},
|
|
631
|
+
"retina": {
|
|
632
|
+
"type": "boolean",
|
|
633
|
+
"description": "2x resolution."
|
|
634
|
+
},
|
|
635
|
+
"dark_mode": {
|
|
636
|
+
"type": "boolean",
|
|
637
|
+
"description": "Dark mode."
|
|
638
|
+
},
|
|
639
|
+
"block_tracking": {
|
|
640
|
+
"type": "boolean",
|
|
641
|
+
"description": "Block tracking."
|
|
642
|
+
},
|
|
643
|
+
"enable_incognito": {
|
|
644
|
+
"type": "boolean",
|
|
645
|
+
"description": "Incognito mode."
|
|
646
|
+
},
|
|
647
|
+
"omit_background": {
|
|
648
|
+
"type": "boolean",
|
|
649
|
+
"description": "Transparent background."
|
|
650
|
+
},
|
|
651
|
+
"thumbnail_width": {
|
|
652
|
+
"type": "integer",
|
|
653
|
+
"description": "Thumbnail width."
|
|
654
|
+
},
|
|
655
|
+
"adjust_top": {
|
|
656
|
+
"type": "integer",
|
|
657
|
+
"description": "Vertical scroll position."
|
|
658
|
+
},
|
|
659
|
+
"wait_for_event": {
|
|
660
|
+
"type": "string",
|
|
661
|
+
"enum": ["load", "domcontentloaded", "networkidle"],
|
|
662
|
+
"description": "Wait for event."
|
|
663
|
+
},
|
|
664
|
+
"grayscale": {
|
|
665
|
+
"type": "integer",
|
|
666
|
+
"description": "Grayscale (0-100)."
|
|
667
|
+
},
|
|
668
|
+
"delay": {
|
|
669
|
+
"type": "integer",
|
|
670
|
+
"description": "Delay in ms."
|
|
671
|
+
},
|
|
672
|
+
"timeout": {
|
|
673
|
+
"type": "integer",
|
|
674
|
+
"description": "Timeout in ms."
|
|
675
|
+
},
|
|
676
|
+
"ttl": {
|
|
677
|
+
"type": "integer",
|
|
678
|
+
"description": "Cache TTL in seconds."
|
|
679
|
+
},
|
|
680
|
+
"image_quality": {
|
|
681
|
+
"type": "integer",
|
|
682
|
+
"description": "JPEG quality (0-100)."
|
|
683
|
+
},
|
|
684
|
+
"clip[x]": {
|
|
685
|
+
"type": "integer",
|
|
686
|
+
"description": "Clip X."
|
|
687
|
+
},
|
|
688
|
+
"clip[y]": {
|
|
689
|
+
"type": "integer",
|
|
690
|
+
"description": "Clip Y."
|
|
691
|
+
},
|
|
692
|
+
"clip[width]": {
|
|
693
|
+
"type": "integer",
|
|
694
|
+
"description": "Clip width."
|
|
695
|
+
},
|
|
696
|
+
"clip[height]": {
|
|
697
|
+
"type": "integer",
|
|
698
|
+
"description": "Clip height."
|
|
699
|
+
},
|
|
700
|
+
"css_url": {
|
|
701
|
+
"type": "string",
|
|
702
|
+
"description": "CSS file URL."
|
|
703
|
+
},
|
|
704
|
+
"css": {
|
|
705
|
+
"type": "string",
|
|
706
|
+
"description": "Custom CSS."
|
|
707
|
+
},
|
|
708
|
+
"js_url": {
|
|
709
|
+
"type": "string",
|
|
710
|
+
"description": "JS file URL."
|
|
711
|
+
},
|
|
712
|
+
"js": {
|
|
713
|
+
"type": "string",
|
|
714
|
+
"description": "Custom JS."
|
|
715
|
+
},
|
|
716
|
+
"block_js": {
|
|
717
|
+
"type": "boolean",
|
|
718
|
+
"description": "Block JS."
|
|
719
|
+
},
|
|
720
|
+
"block_stylesheets": {
|
|
721
|
+
"type": "boolean",
|
|
722
|
+
"description": "Block stylesheets."
|
|
723
|
+
},
|
|
724
|
+
"block_images": {
|
|
725
|
+
"type": "boolean",
|
|
726
|
+
"description": "Block images."
|
|
727
|
+
},
|
|
728
|
+
"block_media": {
|
|
729
|
+
"type": "boolean",
|
|
730
|
+
"description": "Block media."
|
|
731
|
+
},
|
|
732
|
+
"block_font": {
|
|
733
|
+
"type": "boolean",
|
|
734
|
+
"description": "Block fonts."
|
|
735
|
+
},
|
|
736
|
+
"block_text_track": {
|
|
737
|
+
"type": "boolean",
|
|
738
|
+
"description": "Block text tracks."
|
|
739
|
+
},
|
|
740
|
+
"block_xhr": {
|
|
741
|
+
"type": "boolean",
|
|
742
|
+
"description": "Block XHR."
|
|
743
|
+
},
|
|
744
|
+
"block_fetch": {
|
|
745
|
+
"type": "boolean",
|
|
746
|
+
"description": "Block Fetch."
|
|
747
|
+
},
|
|
748
|
+
"block_event_source": {
|
|
749
|
+
"type": "boolean",
|
|
750
|
+
"description": "Block EventSource."
|
|
751
|
+
},
|
|
752
|
+
"block_web_socket": {
|
|
753
|
+
"type": "boolean",
|
|
754
|
+
"description": "Block WebSocket."
|
|
755
|
+
},
|
|
756
|
+
"block_manifest": {
|
|
757
|
+
"type": "boolean",
|
|
758
|
+
"description": "Block manifest."
|
|
759
|
+
},
|
|
760
|
+
"block_specific_requests": {
|
|
761
|
+
"type": "string",
|
|
762
|
+
"description": "Specific requests to block."
|
|
763
|
+
},
|
|
764
|
+
"blur_selector": {
|
|
765
|
+
"type": "string",
|
|
766
|
+
"description": "CSS selectors to blur."
|
|
767
|
+
},
|
|
768
|
+
"remove_selector": {
|
|
769
|
+
"type": "string",
|
|
770
|
+
"description": "CSS selectors to remove."
|
|
771
|
+
},
|
|
772
|
+
"scroll_to_element": {
|
|
773
|
+
"type": "string",
|
|
774
|
+
"description": "Element to scroll to."
|
|
775
|
+
},
|
|
776
|
+
"selector": {
|
|
777
|
+
"type": "string",
|
|
778
|
+
"description": "CSS selector to capture."
|
|
779
|
+
},
|
|
780
|
+
"selector_to_click": {
|
|
781
|
+
"type": "string",
|
|
782
|
+
"description": "Element to click."
|
|
783
|
+
},
|
|
784
|
+
"click_recursion": {
|
|
785
|
+
"type": "integer",
|
|
786
|
+
"description": "Click count."
|
|
787
|
+
},
|
|
788
|
+
"result_file_name": {
|
|
789
|
+
"type": "string",
|
|
790
|
+
"description": "Custom filename."
|
|
791
|
+
},
|
|
792
|
+
"user_agent": {
|
|
793
|
+
"type": "string",
|
|
794
|
+
"description": "Custom User-Agent."
|
|
795
|
+
},
|
|
796
|
+
"accept_languages": {
|
|
797
|
+
"type": "string",
|
|
798
|
+
"description": "Accept-Language."
|
|
799
|
+
},
|
|
800
|
+
"proxy": {
|
|
801
|
+
"type": "string",
|
|
802
|
+
"description": "Proxy config."
|
|
803
|
+
},
|
|
804
|
+
"headers": {
|
|
805
|
+
"type": "string",
|
|
806
|
+
"description": "Custom headers."
|
|
807
|
+
},
|
|
808
|
+
"cookies": {
|
|
809
|
+
"type": "string",
|
|
810
|
+
"description": "Cookies."
|
|
811
|
+
},
|
|
812
|
+
"custom_html": {
|
|
813
|
+
"type": "string",
|
|
814
|
+
"description": "Custom HTML."
|
|
815
|
+
},
|
|
816
|
+
"fail_on_error": {
|
|
817
|
+
"type": "boolean",
|
|
818
|
+
"description": "Fail on 4xx/5xx."
|
|
819
|
+
},
|
|
820
|
+
"longitude": {
|
|
821
|
+
"type": "number",
|
|
822
|
+
"format": "float",
|
|
823
|
+
"description": "Geolocation longitude."
|
|
824
|
+
},
|
|
825
|
+
"latitude": {
|
|
826
|
+
"type": "number",
|
|
827
|
+
"format": "float",
|
|
828
|
+
"description": "Geolocation latitude."
|
|
829
|
+
},
|
|
830
|
+
"scrolling_screenshot": {
|
|
831
|
+
"type": "boolean",
|
|
832
|
+
"description": "Scrolling mode."
|
|
833
|
+
},
|
|
834
|
+
"scroll_speed": {
|
|
835
|
+
"type": "string",
|
|
836
|
+
"enum": ["normal", "fast", "slow"],
|
|
837
|
+
"description": "Scroll speed."
|
|
838
|
+
},
|
|
839
|
+
"duration": {
|
|
840
|
+
"type": "number",
|
|
841
|
+
"description": "Duration in seconds."
|
|
842
|
+
},
|
|
843
|
+
"scroll_back": {
|
|
844
|
+
"type": "boolean",
|
|
845
|
+
"description": "Scroll back."
|
|
846
|
+
},
|
|
847
|
+
"start_immediately": {
|
|
848
|
+
"type": "boolean",
|
|
849
|
+
"description": "Start immediately."
|
|
850
|
+
},
|
|
851
|
+
"multiple_scrolling": {
|
|
852
|
+
"type": "boolean",
|
|
853
|
+
"description": "Multiple scrolling."
|
|
854
|
+
},
|
|
855
|
+
"sizes": {
|
|
856
|
+
"type": "array",
|
|
857
|
+
"items": {
|
|
858
|
+
"type": "string"
|
|
859
|
+
},
|
|
860
|
+
"description": "Viewport sizes."
|
|
861
|
+
},
|
|
862
|
+
"video": {
|
|
863
|
+
"type": "boolean",
|
|
864
|
+
"description": "Video recording."
|
|
865
|
+
}
|
|
866
|
+
}
|
|
867
|
+
},
|
|
868
|
+
"BulkScreenshotMetaData": {
|
|
869
|
+
"type": "object",
|
|
870
|
+
"description": "Metadata about the bulk screenshot request results.",
|
|
871
|
+
"required": ["total_urls", "successful_urls", "failed_urls"],
|
|
872
|
+
"properties": {
|
|
873
|
+
"total_urls": {
|
|
874
|
+
"type": "integer",
|
|
875
|
+
"description": "Total number of URLs processed."
|
|
876
|
+
},
|
|
877
|
+
"successful_urls": {
|
|
878
|
+
"type": "integer",
|
|
879
|
+
"description": "Number of URLs successfully processed."
|
|
880
|
+
},
|
|
881
|
+
"failed_urls": {
|
|
882
|
+
"type": "integer",
|
|
883
|
+
"description": "Number of URLs that failed to process."
|
|
884
|
+
}
|
|
885
|
+
}
|
|
886
|
+
},
|
|
887
|
+
"BulkScreenshotResponse": {
|
|
888
|
+
"type": "object",
|
|
889
|
+
"description": "Bulk screenshot response containing status, metadata, and per-URL results.",
|
|
890
|
+
"required": ["status", "meta_data", "results"],
|
|
891
|
+
"properties": {
|
|
892
|
+
"status": {
|
|
893
|
+
"type": "string",
|
|
894
|
+
"description": "API request status indicator (success)."
|
|
895
|
+
},
|
|
896
|
+
"meta_data": {
|
|
897
|
+
"$ref": "#/components/schemas/BulkScreenshotMetaData"
|
|
898
|
+
},
|
|
899
|
+
"results": {
|
|
900
|
+
"$ref": "#/components/schemas/BulkScreenshotResults"
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
"BulkScreenshotResults": {
|
|
905
|
+
"type": "array",
|
|
906
|
+
"description": "Array of per-URL results, one entry per requested URL, in the same order as the request. Each entry's `url` field holds either screenshot data or an error object.",
|
|
907
|
+
"items": {
|
|
908
|
+
"$ref": "#/components/schemas/BulkScreenshotSuccessItem"
|
|
909
|
+
}
|
|
910
|
+
},
|
|
911
|
+
"ErrorResponse": {
|
|
912
|
+
"type": "object",
|
|
913
|
+
"description": "Standard error envelope returned by the API on failed requests.",
|
|
914
|
+
"required": ["message"],
|
|
915
|
+
"properties": {
|
|
916
|
+
"error": {
|
|
917
|
+
"type": "string",
|
|
918
|
+
"description": "Short error category or exception type."
|
|
919
|
+
},
|
|
920
|
+
"message": {
|
|
921
|
+
"type": "string",
|
|
922
|
+
"description": "Human-readable error message describing the failure."
|
|
923
|
+
},
|
|
924
|
+
"path": {
|
|
925
|
+
"type": "string",
|
|
926
|
+
"description": "API endpoint path that produced the error."
|
|
927
|
+
},
|
|
928
|
+
"status": {
|
|
929
|
+
"type": "integer",
|
|
930
|
+
"description": "HTTP status code returned with the error."
|
|
931
|
+
},
|
|
932
|
+
"timestamp": {
|
|
933
|
+
"type": "string",
|
|
934
|
+
"format": "date-time",
|
|
935
|
+
"description": "Timestamp when the error occurred (ISO 8601)."
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
"security": [
|
|
942
|
+
{
|
|
943
|
+
"ApiKeyAuthHeader": []
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"ApiKeyAuthQuery": []
|
|
947
|
+
}
|
|
948
|
+
]
|
|
949
|
+
}
|