@apifreaks/openapi-specs 0.1.2 → 0.3.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/README.md +37 -37
- package/dist/index.cjs +4288 -1107
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +4288 -1107
- package/dist/specs/commodity/commodity-fluctuation.yaml +14 -0
- package/dist/specs/commodity/commodity-prices.yaml +14 -0
- package/dist/specs/commodity/commodity-symbols.yaml +8 -0
- package/dist/specs/commodity/commodity-time-series.yaml +14 -0
- package/dist/specs/commodity/historical-commodity-prices.yaml +14 -0
- package/dist/specs/currency/currency-converter.yaml +14 -0
- package/dist/specs/currency/currency-fluctuation.yaml +14 -0
- package/dist/specs/currency/currency-historical-data-limit.yaml +11 -0
- package/dist/specs/currency/currency-rate.yaml +14 -0
- package/dist/specs/currency/currency-supported.yaml +11 -0
- package/dist/specs/currency/currency-symbols.yaml +11 -0
- package/dist/specs/currency/currency-time-series.yaml +14 -0
- package/dist/specs/currency/geolocalized-currency-conversion.yaml +14 -0
- package/dist/specs/currency/historical-currency-converter.yaml +14 -0
- package/dist/specs/currency/historical-currency-rate.yaml +14 -0
- package/dist/specs/dns/bulk-dns-lookup.yaml +14 -0
- package/dist/specs/dns/dns-history-lookup.yaml +14 -0
- package/dist/specs/dns/dns-lookup.yaml +11 -0
- package/dist/specs/dns/reverse-dns-lookup.yaml +34 -0
- package/dist/specs/domain/bulk-domain-checker.yaml +17 -0
- package/dist/specs/domain/domain-search-with-suggestions.yaml +14 -0
- package/dist/specs/domain/domain-search.yaml +14 -0
- package/dist/specs/domain/subdomain-lookup.yaml +14 -0
- package/dist/specs/email-validation/bulk-email-validation.yaml +17 -0
- package/dist/specs/email-validation/email-checker.yaml +41 -0
- package/dist/specs/financial/bulk-vat-rates-country.yaml +14 -0
- package/dist/specs/financial/financial-apis-supported-countries.yaml +8 -0
- package/dist/specs/financial/iban-validation.yaml +11 -0
- package/dist/specs/financial/swift-code-finder.yaml +11 -0
- package/dist/specs/financial/swift-code-lookup.yaml +14 -0
- package/dist/specs/financial/vat-number-validation.yaml +14 -0
- package/dist/specs/financial/vat-rates-by-ip.yaml +14 -0
- package/dist/specs/financial/vat-rates-country.yaml +14 -0
- package/dist/specs/general/usage-credits.yaml +11 -0
- package/dist/specs/geocoding/forward-geocoding.yaml +14 -0
- package/dist/specs/geocoding/reverse-geocoding.yaml +11 -0
- package/dist/specs/geodb/administrative-units-details.yaml +14 -0
- package/dist/specs/geodb/administrative-units-levels.yaml +14 -0
- package/dist/specs/geodb/administrative-units.yaml +14 -0
- package/dist/specs/geodb/cities.yaml +14 -0
- package/dist/specs/geodb/countries-details.yaml +11 -0
- package/dist/specs/geodb/countries.yaml +11 -0
- package/dist/specs/geodb/flags-supported.yaml +8 -0
- package/dist/specs/geodb/flags.yaml +14 -0
- package/dist/specs/geodb/regions.yaml +8 -0
- package/dist/specs/geodb/subregions.yaml +14 -0
- package/dist/specs/ip-intelligence/bulk-ip-lookup.yaml +14 -0
- package/dist/specs/ip-intelligence/bulk-ip-threat-intelligence.yaml +11 -0
- package/dist/specs/ip-intelligence/ip-locator.yaml +17 -0
- package/dist/specs/ip-intelligence/ip-threat-intelligence.yaml +14 -0
- package/dist/specs/other/astronomy-data.yaml +14 -0
- package/dist/specs/pdf/bulk-pdf-generator.yaml +231 -0
- package/dist/specs/pdf/delete-pdf-page.yaml +14 -0
- package/dist/specs/pdf/linearize-pdf.yaml +14 -0
- package/dist/specs/pdf/merge-pdf.yaml +14 -0
- package/dist/specs/pdf/pdf-compress.yaml +14 -0
- package/dist/specs/pdf/pdf-decrypt.yaml +14 -0
- package/dist/specs/pdf/pdf-encrypt.yaml +14 -0
- package/dist/specs/pdf/pdf-extract-pages.yaml +14 -0
- package/dist/specs/pdf/pdf-file-status.yaml +14 -0
- package/dist/specs/pdf/pdf-file.yaml +14 -0
- package/dist/specs/pdf/pdf-files.yaml +8 -0
- package/dist/specs/pdf/pdf-generator.yaml +348 -0
- package/dist/specs/pdf/pdf-resource-download.yaml +14 -0
- package/dist/specs/pdf/pdf-resource-upload-binary.yaml +14 -0
- package/dist/specs/pdf/pdf-resource-upload.yaml +14 -0
- package/dist/specs/pdf/pdf-restrict.yaml +14 -0
- package/dist/specs/pdf/pdf-split-pages.yaml +14 -0
- package/dist/specs/pdf/pdf-task-status.yaml +14 -0
- package/dist/specs/pdf/pdf-to-image.yaml +35 -0
- package/dist/specs/pdf/pdf-unrestrict.yaml +14 -0
- package/dist/specs/pdf/rotate-pdf-pages.yaml +14 -0
- package/dist/specs/phone-validation/bulk-phone-number-validation.yaml +23 -0
- package/dist/specs/phone-validation/phone-number-validation.yaml +20 -0
- package/dist/specs/scraper/web-scraper.yaml +34 -0
- package/dist/specs/screenshot/bulk-screenshot.yaml +34 -0
- package/dist/specs/screenshot/website-screenshot.yaml +34 -0
- package/dist/specs/ssl/ssl-certificate-chain-lookup.yaml +17 -0
- package/dist/specs/ssl/ssl-certificate-lookup.yaml +17 -0
- package/dist/specs/timezone/timezone-converter.yaml +14 -0
- package/dist/specs/timezone/timezone-lookup.yaml +14 -0
- package/dist/specs/user-agent/bulk-user-agent-parser.yaml +11 -0
- package/dist/specs/user-agent/user-agent-parser.yaml +11 -0
- package/dist/specs/weather/air-quality.yaml +14 -0
- package/dist/specs/weather/bulk-live-weather.yaml +11 -0
- package/dist/specs/weather/flood-forecast.yaml +14 -0
- package/dist/specs/weather/historical-weather.yaml +14 -0
- package/dist/specs/weather/live-weather.yaml +14 -0
- package/dist/specs/weather/marine-weather.yaml +14 -0
- package/dist/specs/weather/time-series-weather.yaml +11 -0
- package/dist/specs/weather/weather-forecast.yaml +11 -0
- package/dist/specs/whois/asn-lookup.yaml +14 -0
- package/dist/specs/whois/bulk-whois-lookup.yaml +17 -0
- package/dist/specs/whois/domain-whois-history-lookup.yaml +14 -0
- package/dist/specs/whois/reverse-whois.yaml +34 -0
- package/dist/specs/whois/whois-domain-lookup.yaml +17 -0
- package/dist/specs/whois/whois-ip-lookup.yaml +14 -0
- package/dist/specs/zip-code/bulk-zip-code-lookup.yaml +14 -0
- package/dist/specs/zip-code/zip-code-api.yaml +14 -0
- package/dist/specs/zip-code/zip-code-distance-match.yaml +14 -0
- package/dist/specs/zip-code/zip-code-distance.yaml +14 -0
- package/dist/specs/zip-code/zip-codes-by-city.yaml +14 -0
- package/dist/specs/zip-code/zip-codes-by-region.yaml +14 -0
- package/dist/specs/zip-code/zip-codes-radius-search.yaml +34 -0
- package/package.json +1 -1
- package/specs/commodity/commodity-fluctuation.json +23 -0
- package/specs/commodity/commodity-prices.json +23 -0
- package/specs/commodity/commodity-symbols.json +13 -0
- package/specs/commodity/commodity-time-series.json +27 -13
- package/specs/commodity/historical-commodity-prices.json +23 -0
- package/specs/currency/currency-converter.json +23 -0
- package/specs/currency/currency-fluctuation.json +23 -0
- package/specs/currency/currency-historical-data-limit.json +18 -0
- package/specs/currency/currency-rate.json +23 -0
- package/specs/currency/currency-supported.json +18 -0
- package/specs/currency/currency-symbols.json +18 -0
- package/specs/currency/currency-time-series.json +23 -0
- package/specs/currency/geolocalized-currency-conversion.json +23 -0
- package/specs/currency/historical-currency-converter.json +23 -0
- package/specs/currency/historical-currency-rate.json +23 -0
- package/specs/dns/bulk-dns-lookup.json +23 -0
- package/specs/dns/dns-history-lookup.json +23 -0
- package/specs/dns/dns-lookup.json +18 -0
- package/specs/dns/reverse-dns-lookup.json +61 -1
- package/specs/domain/bulk-domain-checker.json +28 -0
- package/specs/domain/domain-search-with-suggestions.json +23 -0
- package/specs/domain/domain-search.json +23 -0
- package/specs/domain/subdomain-lookup.json +23 -0
- package/specs/email-validation/bulk-email-validation.json +28 -0
- package/specs/email-validation/email-checker.json +64 -0
- package/specs/financial/bulk-vat-rates-country.json +23 -0
- package/specs/financial/financial-apis-supported-countries.json +34 -5
- package/specs/financial/iban-validation.json +18 -0
- package/specs/financial/swift-code-finder.json +31 -2
- package/specs/financial/swift-code-lookup.json +23 -0
- package/specs/financial/vat-number-validation.json +23 -0
- package/specs/financial/vat-rates-by-ip.json +23 -0
- package/specs/financial/vat-rates-country.json +23 -0
- package/specs/general/usage-credits.json +18 -0
- package/specs/geocoding/forward-geocoding.json +23 -0
- package/specs/geocoding/reverse-geocoding.json +18 -0
- package/specs/geodb/administrative-units-details.json +23 -0
- package/specs/geodb/administrative-units-levels.json +23 -0
- package/specs/geodb/administrative-units.json +23 -0
- package/specs/geodb/cities.json +23 -0
- package/specs/geodb/countries-details.json +18 -0
- package/specs/geodb/countries.json +18 -0
- package/specs/geodb/flags-supported.json +13 -0
- package/specs/geodb/flags.json +23 -0
- package/specs/geodb/regions.json +13 -0
- package/specs/geodb/subregions.json +23 -0
- package/specs/ip-intelligence/bulk-ip-lookup.json +23 -0
- package/specs/ip-intelligence/bulk-ip-threat-intelligence.json +18 -0
- package/specs/ip-intelligence/ip-locator.json +33 -5
- package/specs/ip-intelligence/ip-threat-intelligence.json +23 -0
- package/specs/other/astronomy-data.json +24 -2
- package/specs/pdf/bulk-pdf-generator.json +343 -0
- package/specs/pdf/delete-pdf-page.json +33 -21
- package/specs/pdf/linearize-pdf.json +31 -19
- package/specs/pdf/merge-pdf.json +30 -18
- package/specs/pdf/pdf-compress.json +32 -25
- package/specs/pdf/pdf-decrypt.json +32 -21
- package/specs/pdf/pdf-encrypt.json +31 -19
- package/specs/pdf/pdf-extract-pages.json +33 -21
- package/specs/pdf/pdf-file-status.json +23 -0
- package/specs/pdf/pdf-file.json +23 -0
- package/specs/pdf/pdf-files.json +13 -0
- package/specs/pdf/pdf-generator.json +497 -0
- package/specs/pdf/pdf-resource-download.json +23 -0
- package/specs/pdf/pdf-resource-upload-binary.json +29 -16
- package/specs/pdf/pdf-resource-upload.json +30 -19
- package/specs/pdf/pdf-restrict.json +32 -20
- package/specs/pdf/pdf-split-pages.json +33 -21
- package/specs/pdf/pdf-task-status.json +23 -0
- package/specs/pdf/pdf-to-image.json +90 -101
- package/specs/pdf/pdf-unrestrict.json +32 -20
- package/specs/pdf/rotate-pdf-pages.json +32 -20
- package/specs/phone-validation/bulk-phone-number-validation.json +54 -16
- package/specs/phone-validation/phone-number-validation.json +33 -0
- package/specs/scraper/web-scraper.json +53 -0
- package/specs/screenshot/bulk-screenshot.json +53 -0
- package/specs/screenshot/website-screenshot.json +53 -0
- package/specs/ssl/ssl-certificate-chain-lookup.json +28 -0
- package/specs/ssl/ssl-certificate-lookup.json +28 -0
- package/specs/timezone/timezone-converter.json +23 -0
- package/specs/timezone/timezone-lookup.json +25 -2
- package/specs/user-agent/bulk-user-agent-parser.json +20 -2
- package/specs/user-agent/user-agent-parser.json +18 -0
- package/specs/weather/air-quality.json +23 -0
- package/specs/weather/bulk-live-weather.json +18 -0
- package/specs/weather/flood-forecast.json +23 -0
- package/specs/weather/historical-weather.json +23 -0
- package/specs/weather/live-weather.json +23 -0
- package/specs/weather/marine-weather.json +23 -0
- package/specs/weather/time-series-weather.json +18 -0
- package/specs/weather/weather-forecast.json +18 -0
- package/specs/whois/asn-lookup.json +23 -0
- package/specs/whois/bulk-whois-lookup.json +28 -0
- package/specs/whois/domain-whois-history-lookup.json +23 -0
- package/specs/whois/reverse-whois.json +53 -0
- package/specs/whois/whois-domain-lookup.json +28 -0
- package/specs/whois/whois-ip-lookup.json +23 -0
- package/specs/zip-code/bulk-zip-code-lookup.json +23 -0
- package/specs/zip-code/zip-code-api.json +23 -0
- package/specs/zip-code/zip-code-distance-match.json +23 -0
- package/specs/zip-code/zip-code-distance.json +23 -0
- package/specs/zip-code/zip-codes-by-city.json +23 -0
- package/specs/zip-code/zip-codes-by-region.json +24 -7
- package/specs/zip-code/zip-codes-radius-search.json +53 -0
|
@@ -19,9 +19,7 @@
|
|
|
19
19
|
"paths": {
|
|
20
20
|
"/pdf/rotate": {
|
|
21
21
|
"post": {
|
|
22
|
-
"tags": [
|
|
23
|
-
"PDF Operations APIs"
|
|
24
|
-
],
|
|
22
|
+
"tags": ["PDF Operations APIs"],
|
|
25
23
|
"summary": "Rotate pages in a PDF",
|
|
26
24
|
"description": "This API rotates pages of a PDF by a specified angle (in multiples of 90 degrees).",
|
|
27
25
|
"parameters": [
|
|
@@ -31,10 +29,7 @@
|
|
|
31
29
|
"required": false,
|
|
32
30
|
"schema": {
|
|
33
31
|
"type": "string",
|
|
34
|
-
"enum": [
|
|
35
|
-
"json",
|
|
36
|
-
"xml"
|
|
37
|
-
],
|
|
32
|
+
"enum": ["json", "xml"],
|
|
38
33
|
"default": "json"
|
|
39
34
|
},
|
|
40
35
|
"description": "Specifies the desired format for the API response. Choose 'json' for a JSON object or 'xml' for an XML structure."
|
|
@@ -100,7 +95,7 @@
|
|
|
100
95
|
"schema": {
|
|
101
96
|
"type": "boolean"
|
|
102
97
|
},
|
|
103
|
-
"description": "If true, a notification will also be sent by email in case the webhook request fails all the retries. The email notification will be sent to the requesting user or their organization
|
|
98
|
+
"description": "If true, a notification will also be sent by email in case the webhook request fails all the retries. The email notification will be sent to the requesting user or their organization’s admin if part of one."
|
|
104
99
|
},
|
|
105
100
|
{
|
|
106
101
|
"name": "X-Webhook-Authorization",
|
|
@@ -125,7 +120,7 @@
|
|
|
125
120
|
},
|
|
126
121
|
"responses": {
|
|
127
122
|
"200": {
|
|
128
|
-
"description": "Rotate task created successfully. Malformed or out-of-range page specifications are not rejected synchronously
|
|
123
|
+
"description": "Rotate task created successfully. Malformed or out-of-range page specifications are not rejected synchronously — the task is created, then fails asynchronously; poll the task status endpoint and check for status \"failed\" with an error/message pair.",
|
|
129
124
|
"content": {
|
|
130
125
|
"application/json": {
|
|
131
126
|
"schema": {
|
|
@@ -136,17 +131,20 @@
|
|
|
136
131
|
"summary": "Task created",
|
|
137
132
|
"value": {
|
|
138
133
|
"taskId": "b59d27fa-9865-4ad8-8e7c-818eb263892b",
|
|
139
|
-
"inputIds": [
|
|
140
|
-
"0fb39c16-db08-4ac8-bb5f-51656f934aaa"
|
|
141
|
-
]
|
|
134
|
+
"inputIds": ["0fb39c16-db08-4ac8-bb5f-51656f934aaa"]
|
|
142
135
|
}
|
|
143
136
|
}
|
|
144
137
|
}
|
|
145
138
|
}
|
|
139
|
+
},
|
|
140
|
+
"headers": {
|
|
141
|
+
"X-AF-Credits-Cost": {
|
|
142
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
143
|
+
}
|
|
146
144
|
}
|
|
147
145
|
},
|
|
148
146
|
"400": {
|
|
149
|
-
"description": "Bad Request
|
|
147
|
+
"description": "Bad Request — Missing/invalid parameters or file ID",
|
|
150
148
|
"content": {
|
|
151
149
|
"application/json": {
|
|
152
150
|
"examples": {
|
|
@@ -185,10 +183,15 @@
|
|
|
185
183
|
"$ref": "#/components/schemas/ErrorResponse"
|
|
186
184
|
}
|
|
187
185
|
}
|
|
186
|
+
},
|
|
187
|
+
"headers": {
|
|
188
|
+
"X-AF-Credits-Cost": {
|
|
189
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
190
|
+
}
|
|
188
191
|
}
|
|
189
192
|
},
|
|
190
193
|
"415": {
|
|
191
|
-
"description": "Unsupported Media Type
|
|
194
|
+
"description": "Unsupported Media Type — File type not supported",
|
|
192
195
|
"content": {
|
|
193
196
|
"application/json": {
|
|
194
197
|
"examples": {
|
|
@@ -207,6 +210,11 @@
|
|
|
207
210
|
"$ref": "#/components/schemas/ErrorResponse"
|
|
208
211
|
}
|
|
209
212
|
}
|
|
213
|
+
},
|
|
214
|
+
"headers": {
|
|
215
|
+
"X-AF-Credits-Cost": {
|
|
216
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
217
|
+
}
|
|
210
218
|
}
|
|
211
219
|
}
|
|
212
220
|
},
|
|
@@ -233,9 +241,7 @@
|
|
|
233
241
|
"PDFResponse": {
|
|
234
242
|
"type": "object",
|
|
235
243
|
"description": "Response containing the task ID and input file IDs for a PDF processing task.",
|
|
236
|
-
"required": [
|
|
237
|
-
"taskId"
|
|
238
|
-
],
|
|
244
|
+
"required": ["taskId"],
|
|
239
245
|
"properties": {
|
|
240
246
|
"taskId": {
|
|
241
247
|
"type": "string",
|
|
@@ -265,9 +271,7 @@
|
|
|
265
271
|
"ErrorResponse": {
|
|
266
272
|
"type": "object",
|
|
267
273
|
"description": "Standard error envelope returned by the API on failed requests.",
|
|
268
|
-
"required": [
|
|
269
|
-
"message"
|
|
270
|
-
],
|
|
274
|
+
"required": ["message"],
|
|
271
275
|
"properties": {
|
|
272
276
|
"error": {
|
|
273
277
|
"type": "string",
|
|
@@ -292,6 +296,14 @@
|
|
|
292
296
|
}
|
|
293
297
|
}
|
|
294
298
|
}
|
|
299
|
+
},
|
|
300
|
+
"headers": {
|
|
301
|
+
"X-AF-Credits-Cost": {
|
|
302
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
303
|
+
"schema": {
|
|
304
|
+
"type": "integer"
|
|
305
|
+
}
|
|
306
|
+
}
|
|
295
307
|
}
|
|
296
308
|
},
|
|
297
309
|
"security": [
|
|
@@ -175,6 +175,11 @@
|
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
|
+
},
|
|
179
|
+
"headers": {
|
|
180
|
+
"X-AF-Credits-Cost": {
|
|
181
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
182
|
+
}
|
|
178
183
|
}
|
|
179
184
|
},
|
|
180
185
|
"400": {
|
|
@@ -197,28 +202,38 @@
|
|
|
197
202
|
}
|
|
198
203
|
}
|
|
199
204
|
}
|
|
205
|
+
},
|
|
206
|
+
"headers": {
|
|
207
|
+
"X-AF-Credits-Cost": {
|
|
208
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
209
|
+
}
|
|
200
210
|
}
|
|
201
211
|
},
|
|
202
|
-
"
|
|
203
|
-
"description": "
|
|
212
|
+
"404": {
|
|
213
|
+
"description": "Not Found – Wrong HTTP method used on the endpoint (e.g. GET instead of POST)",
|
|
204
214
|
"content": {
|
|
205
215
|
"application/json": {
|
|
206
216
|
"schema": {
|
|
207
217
|
"$ref": "#/components/schemas/ErrorResponse"
|
|
208
218
|
},
|
|
209
219
|
"examples": {
|
|
210
|
-
"
|
|
211
|
-
"summary": "
|
|
220
|
+
"wrongMethod": {
|
|
221
|
+
"summary": "GET used instead of POST",
|
|
212
222
|
"value": {
|
|
213
|
-
"error": "
|
|
214
|
-
"message": "
|
|
223
|
+
"error": "Resource Not Found",
|
|
224
|
+
"message": "The requested resource could not be found. Please verify the URL and try again.",
|
|
215
225
|
"path": "/v1.0/phone/validation/bulk",
|
|
216
|
-
"status":
|
|
217
|
-
"timestamp": "2026-07-27T12:
|
|
226
|
+
"status": 404,
|
|
227
|
+
"timestamp": "2026-07-27T12:58:41.535Z"
|
|
218
228
|
}
|
|
219
229
|
}
|
|
220
230
|
}
|
|
221
231
|
}
|
|
232
|
+
},
|
|
233
|
+
"headers": {
|
|
234
|
+
"X-AF-Credits-Cost": {
|
|
235
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
236
|
+
}
|
|
222
237
|
}
|
|
223
238
|
},
|
|
224
239
|
"408": {
|
|
@@ -241,28 +256,38 @@
|
|
|
241
256
|
}
|
|
242
257
|
}
|
|
243
258
|
}
|
|
259
|
+
},
|
|
260
|
+
"headers": {
|
|
261
|
+
"X-AF-Credits-Cost": {
|
|
262
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
263
|
+
}
|
|
244
264
|
}
|
|
245
265
|
},
|
|
246
|
-
"
|
|
247
|
-
"description": "
|
|
266
|
+
"413": {
|
|
267
|
+
"description": "Payload Too Large – Request body exceeds the size limit",
|
|
248
268
|
"content": {
|
|
249
269
|
"application/json": {
|
|
250
270
|
"schema": {
|
|
251
271
|
"$ref": "#/components/schemas/ErrorResponse"
|
|
252
272
|
},
|
|
253
273
|
"examples": {
|
|
254
|
-
"
|
|
255
|
-
"summary": "
|
|
274
|
+
"payloadTooLarge": {
|
|
275
|
+
"summary": "Too many numbers / body too large",
|
|
256
276
|
"value": {
|
|
257
|
-
"error": "
|
|
258
|
-
"message": "
|
|
277
|
+
"error": "Payload too large Exception",
|
|
278
|
+
"message": "Maximum request body size limit exceeded",
|
|
259
279
|
"path": "/v1.0/phone/validation/bulk",
|
|
260
|
-
"status":
|
|
261
|
-
"timestamp": "2026-07-27T12:
|
|
280
|
+
"status": 413,
|
|
281
|
+
"timestamp": "2026-07-27T12:57:03.711Z"
|
|
262
282
|
}
|
|
263
283
|
}
|
|
264
284
|
}
|
|
265
285
|
}
|
|
286
|
+
},
|
|
287
|
+
"headers": {
|
|
288
|
+
"X-AF-Credits-Cost": {
|
|
289
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
290
|
+
}
|
|
266
291
|
}
|
|
267
292
|
},
|
|
268
293
|
"429": {
|
|
@@ -285,6 +310,11 @@
|
|
|
285
310
|
}
|
|
286
311
|
}
|
|
287
312
|
}
|
|
313
|
+
},
|
|
314
|
+
"headers": {
|
|
315
|
+
"X-AF-Credits-Cost": {
|
|
316
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
317
|
+
}
|
|
288
318
|
}
|
|
289
319
|
}
|
|
290
320
|
},
|
|
@@ -505,6 +535,14 @@
|
|
|
505
535
|
"description": "Standard error envelope returned by the API on failed requests.",
|
|
506
536
|
"required": ["message"]
|
|
507
537
|
}
|
|
538
|
+
},
|
|
539
|
+
"headers": {
|
|
540
|
+
"X-AF-Credits-Cost": {
|
|
541
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
542
|
+
"schema": {
|
|
543
|
+
"type": "integer"
|
|
544
|
+
}
|
|
545
|
+
}
|
|
508
546
|
}
|
|
509
547
|
},
|
|
510
548
|
"security": [
|
|
@@ -115,6 +115,11 @@
|
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
|
+
},
|
|
119
|
+
"headers": {
|
|
120
|
+
"X-AF-Credits-Cost": {
|
|
121
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
122
|
+
}
|
|
118
123
|
}
|
|
119
124
|
},
|
|
120
125
|
"400": {
|
|
@@ -187,6 +192,11 @@
|
|
|
187
192
|
}
|
|
188
193
|
}
|
|
189
194
|
}
|
|
195
|
+
},
|
|
196
|
+
"headers": {
|
|
197
|
+
"X-AF-Credits-Cost": {
|
|
198
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
199
|
+
}
|
|
190
200
|
}
|
|
191
201
|
},
|
|
192
202
|
"404": {
|
|
@@ -209,6 +219,11 @@
|
|
|
209
219
|
}
|
|
210
220
|
}
|
|
211
221
|
}
|
|
222
|
+
},
|
|
223
|
+
"headers": {
|
|
224
|
+
"X-AF-Credits-Cost": {
|
|
225
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
226
|
+
}
|
|
212
227
|
}
|
|
213
228
|
},
|
|
214
229
|
"408": {
|
|
@@ -231,6 +246,11 @@
|
|
|
231
246
|
}
|
|
232
247
|
}
|
|
233
248
|
}
|
|
249
|
+
},
|
|
250
|
+
"headers": {
|
|
251
|
+
"X-AF-Credits-Cost": {
|
|
252
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
253
|
+
}
|
|
234
254
|
}
|
|
235
255
|
},
|
|
236
256
|
"429": {
|
|
@@ -253,6 +273,11 @@
|
|
|
253
273
|
}
|
|
254
274
|
}
|
|
255
275
|
}
|
|
276
|
+
},
|
|
277
|
+
"headers": {
|
|
278
|
+
"X-AF-Credits-Cost": {
|
|
279
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
280
|
+
}
|
|
256
281
|
}
|
|
257
282
|
}
|
|
258
283
|
},
|
|
@@ -443,6 +468,14 @@
|
|
|
443
468
|
"description": "Standard error envelope returned by the API on failed requests.",
|
|
444
469
|
"required": ["message"]
|
|
445
470
|
}
|
|
471
|
+
},
|
|
472
|
+
"headers": {
|
|
473
|
+
"X-AF-Credits-Cost": {
|
|
474
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
475
|
+
"schema": {
|
|
476
|
+
"type": "integer"
|
|
477
|
+
}
|
|
478
|
+
}
|
|
446
479
|
}
|
|
447
480
|
},
|
|
448
481
|
"security": [
|
|
@@ -224,6 +224,17 @@
|
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
226
|
}
|
|
227
|
+
},
|
|
228
|
+
"headers": {
|
|
229
|
+
"X-AF-Credits-Cost": {
|
|
230
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
231
|
+
},
|
|
232
|
+
"X-Concurrent-Threads": {
|
|
233
|
+
"$ref": "#/components/headers/X-Concurrent-Threads"
|
|
234
|
+
},
|
|
235
|
+
"X-Concurrent-Threads-Active": {
|
|
236
|
+
"$ref": "#/components/headers/X-Concurrent-Threads-Active"
|
|
237
|
+
}
|
|
227
238
|
}
|
|
228
239
|
},
|
|
229
240
|
"400": {
|
|
@@ -296,6 +307,17 @@
|
|
|
296
307
|
}
|
|
297
308
|
}
|
|
298
309
|
}
|
|
310
|
+
},
|
|
311
|
+
"headers": {
|
|
312
|
+
"X-AF-Credits-Cost": {
|
|
313
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
314
|
+
},
|
|
315
|
+
"X-Concurrent-Threads": {
|
|
316
|
+
"$ref": "#/components/headers/X-Concurrent-Threads"
|
|
317
|
+
},
|
|
318
|
+
"X-Concurrent-Threads-Active": {
|
|
319
|
+
"$ref": "#/components/headers/X-Concurrent-Threads-Active"
|
|
320
|
+
}
|
|
299
321
|
}
|
|
300
322
|
},
|
|
301
323
|
"404": {
|
|
@@ -318,6 +340,17 @@
|
|
|
318
340
|
}
|
|
319
341
|
}
|
|
320
342
|
}
|
|
343
|
+
},
|
|
344
|
+
"headers": {
|
|
345
|
+
"X-AF-Credits-Cost": {
|
|
346
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
347
|
+
},
|
|
348
|
+
"X-Concurrent-Threads": {
|
|
349
|
+
"$ref": "#/components/headers/X-Concurrent-Threads"
|
|
350
|
+
},
|
|
351
|
+
"X-Concurrent-Threads-Active": {
|
|
352
|
+
"$ref": "#/components/headers/X-Concurrent-Threads-Active"
|
|
353
|
+
}
|
|
321
354
|
}
|
|
322
355
|
}
|
|
323
356
|
}
|
|
@@ -661,6 +694,26 @@
|
|
|
661
694
|
}
|
|
662
695
|
}
|
|
663
696
|
}
|
|
697
|
+
},
|
|
698
|
+
"headers": {
|
|
699
|
+
"X-AF-Credits-Cost": {
|
|
700
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
701
|
+
"schema": {
|
|
702
|
+
"type": "integer"
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
"X-Concurrent-Threads": {
|
|
706
|
+
"description": "Specifies the maximum number of concurrent requests allowed.",
|
|
707
|
+
"schema": {
|
|
708
|
+
"type": "integer"
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
"X-Concurrent-Threads-Active": {
|
|
712
|
+
"description": "Indicates the number of active concurrent requests being processed.",
|
|
713
|
+
"schema": {
|
|
714
|
+
"type": "integer"
|
|
715
|
+
}
|
|
716
|
+
}
|
|
664
717
|
}
|
|
665
718
|
},
|
|
666
719
|
"security": [
|
|
@@ -111,6 +111,17 @@
|
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
|
+
},
|
|
115
|
+
"headers": {
|
|
116
|
+
"X-AF-Credits-Cost": {
|
|
117
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
118
|
+
},
|
|
119
|
+
"X-Concurrent-Threads": {
|
|
120
|
+
"$ref": "#/components/headers/X-Concurrent-Threads"
|
|
121
|
+
},
|
|
122
|
+
"X-Concurrent-Threads-Active": {
|
|
123
|
+
"$ref": "#/components/headers/X-Concurrent-Threads-Active"
|
|
124
|
+
}
|
|
114
125
|
}
|
|
115
126
|
},
|
|
116
127
|
"400": {
|
|
@@ -133,6 +144,17 @@
|
|
|
133
144
|
"$ref": "#/components/schemas/ErrorResponse"
|
|
134
145
|
}
|
|
135
146
|
}
|
|
147
|
+
},
|
|
148
|
+
"headers": {
|
|
149
|
+
"X-AF-Credits-Cost": {
|
|
150
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
151
|
+
},
|
|
152
|
+
"X-Concurrent-Threads": {
|
|
153
|
+
"$ref": "#/components/headers/X-Concurrent-Threads"
|
|
154
|
+
},
|
|
155
|
+
"X-Concurrent-Threads-Active": {
|
|
156
|
+
"$ref": "#/components/headers/X-Concurrent-Threads-Active"
|
|
157
|
+
}
|
|
136
158
|
}
|
|
137
159
|
},
|
|
138
160
|
"413": {
|
|
@@ -155,6 +177,17 @@
|
|
|
155
177
|
"$ref": "#/components/schemas/ErrorResponse"
|
|
156
178
|
}
|
|
157
179
|
}
|
|
180
|
+
},
|
|
181
|
+
"headers": {
|
|
182
|
+
"X-AF-Credits-Cost": {
|
|
183
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
184
|
+
},
|
|
185
|
+
"X-Concurrent-Threads": {
|
|
186
|
+
"$ref": "#/components/headers/X-Concurrent-Threads"
|
|
187
|
+
},
|
|
188
|
+
"X-Concurrent-Threads-Active": {
|
|
189
|
+
"$ref": "#/components/headers/X-Concurrent-Threads-Active"
|
|
190
|
+
}
|
|
158
191
|
}
|
|
159
192
|
}
|
|
160
193
|
}
|
|
@@ -936,6 +969,26 @@
|
|
|
936
969
|
}
|
|
937
970
|
}
|
|
938
971
|
}
|
|
972
|
+
},
|
|
973
|
+
"headers": {
|
|
974
|
+
"X-AF-Credits-Cost": {
|
|
975
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
976
|
+
"schema": {
|
|
977
|
+
"type": "integer"
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
"X-Concurrent-Threads": {
|
|
981
|
+
"description": "Specifies the maximum number of concurrent requests allowed.",
|
|
982
|
+
"schema": {
|
|
983
|
+
"type": "integer"
|
|
984
|
+
}
|
|
985
|
+
},
|
|
986
|
+
"X-Concurrent-Threads-Active": {
|
|
987
|
+
"description": "Indicates the number of active concurrent requests being processed.",
|
|
988
|
+
"schema": {
|
|
989
|
+
"type": "integer"
|
|
990
|
+
}
|
|
991
|
+
}
|
|
939
992
|
}
|
|
940
993
|
},
|
|
941
994
|
"security": [
|
|
@@ -741,6 +741,17 @@
|
|
|
741
741
|
}
|
|
742
742
|
}
|
|
743
743
|
}
|
|
744
|
+
},
|
|
745
|
+
"headers": {
|
|
746
|
+
"X-AF-Credits-Cost": {
|
|
747
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
748
|
+
},
|
|
749
|
+
"X-Concurrent-Threads": {
|
|
750
|
+
"$ref": "#/components/headers/X-Concurrent-Threads"
|
|
751
|
+
},
|
|
752
|
+
"X-Concurrent-Threads-Active": {
|
|
753
|
+
"$ref": "#/components/headers/X-Concurrent-Threads-Active"
|
|
754
|
+
}
|
|
744
755
|
}
|
|
745
756
|
},
|
|
746
757
|
"400": {
|
|
@@ -773,6 +784,17 @@
|
|
|
773
784
|
"$ref": "#/components/schemas/ErrorResponse"
|
|
774
785
|
}
|
|
775
786
|
}
|
|
787
|
+
},
|
|
788
|
+
"headers": {
|
|
789
|
+
"X-AF-Credits-Cost": {
|
|
790
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
791
|
+
},
|
|
792
|
+
"X-Concurrent-Threads": {
|
|
793
|
+
"$ref": "#/components/headers/X-Concurrent-Threads"
|
|
794
|
+
},
|
|
795
|
+
"X-Concurrent-Threads-Active": {
|
|
796
|
+
"$ref": "#/components/headers/X-Concurrent-Threads-Active"
|
|
797
|
+
}
|
|
776
798
|
}
|
|
777
799
|
},
|
|
778
800
|
"408": {
|
|
@@ -795,6 +817,17 @@
|
|
|
795
817
|
"$ref": "#/components/schemas/ErrorResponse"
|
|
796
818
|
}
|
|
797
819
|
}
|
|
820
|
+
},
|
|
821
|
+
"headers": {
|
|
822
|
+
"X-AF-Credits-Cost": {
|
|
823
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
824
|
+
},
|
|
825
|
+
"X-Concurrent-Threads": {
|
|
826
|
+
"$ref": "#/components/headers/X-Concurrent-Threads"
|
|
827
|
+
},
|
|
828
|
+
"X-Concurrent-Threads-Active": {
|
|
829
|
+
"$ref": "#/components/headers/X-Concurrent-Threads-Active"
|
|
830
|
+
}
|
|
798
831
|
}
|
|
799
832
|
}
|
|
800
833
|
}
|
|
@@ -1134,6 +1167,26 @@
|
|
|
1134
1167
|
}
|
|
1135
1168
|
}
|
|
1136
1169
|
}
|
|
1170
|
+
},
|
|
1171
|
+
"headers": {
|
|
1172
|
+
"X-AF-Credits-Cost": {
|
|
1173
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
1174
|
+
"schema": {
|
|
1175
|
+
"type": "integer"
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
"X-Concurrent-Threads": {
|
|
1179
|
+
"description": "Specifies the maximum number of concurrent requests allowed.",
|
|
1180
|
+
"schema": {
|
|
1181
|
+
"type": "integer"
|
|
1182
|
+
}
|
|
1183
|
+
},
|
|
1184
|
+
"X-Concurrent-Threads-Active": {
|
|
1185
|
+
"description": "Indicates the number of active concurrent requests being processed.",
|
|
1186
|
+
"schema": {
|
|
1187
|
+
"type": "integer"
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1137
1190
|
}
|
|
1138
1191
|
},
|
|
1139
1192
|
"security": [
|
|
@@ -246,6 +246,11 @@
|
|
|
246
246
|
}
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
|
+
},
|
|
250
|
+
"headers": {
|
|
251
|
+
"X-AF-Credits-Cost": {
|
|
252
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
253
|
+
}
|
|
249
254
|
}
|
|
250
255
|
},
|
|
251
256
|
"400": {
|
|
@@ -267,6 +272,11 @@
|
|
|
267
272
|
}
|
|
268
273
|
}
|
|
269
274
|
}
|
|
275
|
+
},
|
|
276
|
+
"headers": {
|
|
277
|
+
"X-AF-Credits-Cost": {
|
|
278
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
279
|
+
}
|
|
270
280
|
}
|
|
271
281
|
},
|
|
272
282
|
"403": {
|
|
@@ -288,6 +298,11 @@
|
|
|
288
298
|
}
|
|
289
299
|
}
|
|
290
300
|
}
|
|
301
|
+
},
|
|
302
|
+
"headers": {
|
|
303
|
+
"X-AF-Credits-Cost": {
|
|
304
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
305
|
+
}
|
|
291
306
|
}
|
|
292
307
|
},
|
|
293
308
|
"404": {
|
|
@@ -309,6 +324,11 @@
|
|
|
309
324
|
}
|
|
310
325
|
}
|
|
311
326
|
}
|
|
327
|
+
},
|
|
328
|
+
"headers": {
|
|
329
|
+
"X-AF-Credits-Cost": {
|
|
330
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
331
|
+
}
|
|
312
332
|
}
|
|
313
333
|
}
|
|
314
334
|
}
|
|
@@ -743,6 +763,14 @@
|
|
|
743
763
|
}
|
|
744
764
|
}
|
|
745
765
|
}
|
|
766
|
+
},
|
|
767
|
+
"headers": {
|
|
768
|
+
"X-AF-Credits-Cost": {
|
|
769
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
770
|
+
"schema": {
|
|
771
|
+
"type": "integer"
|
|
772
|
+
}
|
|
773
|
+
}
|
|
746
774
|
}
|
|
747
775
|
},
|
|
748
776
|
"security": [
|