@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
|
@@ -116,6 +116,9 @@ paths:
|
|
|
116
116
|
taskId: b48e5ed0-e5ce-41bd-953c-6c590ded4b20
|
|
117
117
|
inputIds:
|
|
118
118
|
- 6d994947-3909-46cf-91fe-24316c457e2a
|
|
119
|
+
headers:
|
|
120
|
+
X-AF-Credits-Cost:
|
|
121
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
119
122
|
'400':
|
|
120
123
|
description: Bad Request — Missing/invalid parameters or file ID
|
|
121
124
|
content:
|
|
@@ -163,6 +166,9 @@ paths:
|
|
|
163
166
|
message: Please provide a valid image resolution(dpi). Refer to the documentation for valid resolution values.
|
|
164
167
|
schema:
|
|
165
168
|
$ref: '#/components/schemas/ErrorResponse'
|
|
169
|
+
headers:
|
|
170
|
+
X-AF-Credits-Cost:
|
|
171
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
166
172
|
operationId: pdfToImage
|
|
167
173
|
/pdf/jpg:
|
|
168
174
|
post:
|
|
@@ -272,6 +278,9 @@ paths:
|
|
|
272
278
|
taskId: 04a06cd5-158d-4191-a45b-6f58249c599d
|
|
273
279
|
inputIds:
|
|
274
280
|
- 7a9e4b12-f3c8-4d56-b7e1-8c2f9d0a3e6f
|
|
281
|
+
headers:
|
|
282
|
+
X-AF-Credits-Cost:
|
|
283
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
275
284
|
'400':
|
|
276
285
|
description: Bad Request — Missing/invalid parameters or file ID
|
|
277
286
|
content:
|
|
@@ -327,6 +336,9 @@ paths:
|
|
|
327
336
|
message: Please provide a valid image resolution(dpi). Refer to the documentation for valid resolution values.
|
|
328
337
|
schema:
|
|
329
338
|
$ref: '#/components/schemas/ErrorResponse'
|
|
339
|
+
headers:
|
|
340
|
+
X-AF-Credits-Cost:
|
|
341
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
330
342
|
/pdf/tif:
|
|
331
343
|
post:
|
|
332
344
|
tags:
|
|
@@ -431,6 +443,9 @@ paths:
|
|
|
431
443
|
taskId: 04a06cd5-158d-4191-a45b-6f58249c599d
|
|
432
444
|
inputIds:
|
|
433
445
|
- 7a9e4b12-f3c8-4d56-b7e1-8c2f9d0a3e6f
|
|
446
|
+
headers:
|
|
447
|
+
X-AF-Credits-Cost:
|
|
448
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
434
449
|
'400':
|
|
435
450
|
description: Bad Request — Missing/invalid parameters or file ID
|
|
436
451
|
content:
|
|
@@ -478,6 +493,9 @@ paths:
|
|
|
478
493
|
message: Please provide a valid image resolution(dpi). Refer to the documentation for valid resolution values.
|
|
479
494
|
schema:
|
|
480
495
|
$ref: '#/components/schemas/ErrorResponse'
|
|
496
|
+
headers:
|
|
497
|
+
X-AF-Credits-Cost:
|
|
498
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
481
499
|
/pdf/bmp:
|
|
482
500
|
post:
|
|
483
501
|
tags:
|
|
@@ -582,6 +600,9 @@ paths:
|
|
|
582
600
|
taskId: 04a06cd5-158d-4191-a45b-6f58249c599d
|
|
583
601
|
inputIds:
|
|
584
602
|
- 7a9e4b12-f3c8-4d56-b7e1-8c2f9d0a3e6f
|
|
603
|
+
headers:
|
|
604
|
+
X-AF-Credits-Cost:
|
|
605
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
585
606
|
'400':
|
|
586
607
|
description: Bad Request — Missing/invalid parameters or file ID
|
|
587
608
|
content:
|
|
@@ -629,6 +650,9 @@ paths:
|
|
|
629
650
|
message: Please provide a valid image resolution(dpi). Refer to the documentation for valid resolution values.
|
|
630
651
|
schema:
|
|
631
652
|
$ref: '#/components/schemas/ErrorResponse'
|
|
653
|
+
headers:
|
|
654
|
+
X-AF-Credits-Cost:
|
|
655
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
632
656
|
/pdf/gif:
|
|
633
657
|
post:
|
|
634
658
|
tags:
|
|
@@ -734,6 +758,9 @@ paths:
|
|
|
734
758
|
taskId: 04a06cd5-158d-4191-a45b-6f58249c599d
|
|
735
759
|
inputIds:
|
|
736
760
|
- 7a9e4b12-f3c8-4d56-b7e1-8c2f9d0a3e6f
|
|
761
|
+
headers:
|
|
762
|
+
X-AF-Credits-Cost:
|
|
763
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
737
764
|
'400':
|
|
738
765
|
description: Bad Request — Missing/invalid parameters or file ID
|
|
739
766
|
content:
|
|
@@ -781,6 +808,9 @@ paths:
|
|
|
781
808
|
message: Please provide a valid image resolution(dpi). Refer to the documentation for valid resolution values.
|
|
782
809
|
schema:
|
|
783
810
|
$ref: '#/components/schemas/ErrorResponse'
|
|
811
|
+
headers:
|
|
812
|
+
X-AF-Credits-Cost:
|
|
813
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
784
814
|
components:
|
|
785
815
|
securitySchemes:
|
|
786
816
|
ApiKeyAuthHeader:
|
|
@@ -839,6 +869,11 @@ components:
|
|
|
839
869
|
type: string
|
|
840
870
|
format: date-time
|
|
841
871
|
description: Timestamp when the error occurred (ISO 8601).
|
|
872
|
+
headers:
|
|
873
|
+
X-AF-Credits-Cost:
|
|
874
|
+
description: Specifies the number of credits consumed by the current request.
|
|
875
|
+
schema:
|
|
876
|
+
type: integer
|
|
842
877
|
security:
|
|
843
878
|
- ApiKeyAuthHeader: []
|
|
844
879
|
- ApiKeyAuthQuery: []
|
|
@@ -103,6 +103,9 @@ paths:
|
|
|
103
103
|
taskId: 16cc979a-55b9-476c-bfef-0977314478ec
|
|
104
104
|
inputIds:
|
|
105
105
|
- 9c809ef8-583a-40f1-afe2-424d1d953b69
|
|
106
|
+
headers:
|
|
107
|
+
X-AF-Credits-Cost:
|
|
108
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
106
109
|
'400':
|
|
107
110
|
description: Bad Request — Missing/invalid parameters, file ID, or password
|
|
108
111
|
content:
|
|
@@ -142,6 +145,9 @@ paths:
|
|
|
142
145
|
message: Please provide a strong password. Refer to the documentation for password requirements.
|
|
143
146
|
schema:
|
|
144
147
|
$ref: '#/components/schemas/ErrorResponse'
|
|
148
|
+
headers:
|
|
149
|
+
X-AF-Credits-Cost:
|
|
150
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
145
151
|
'415':
|
|
146
152
|
description: Unsupported Media Type — File type not supported
|
|
147
153
|
content:
|
|
@@ -157,6 +163,9 @@ paths:
|
|
|
157
163
|
status: 415
|
|
158
164
|
error: Unsupported File Type
|
|
159
165
|
message: The provided file type is not supported. Refer to the documentation for valid file types.
|
|
166
|
+
headers:
|
|
167
|
+
X-AF-Credits-Cost:
|
|
168
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
160
169
|
operationId: unrestrictPdf
|
|
161
170
|
components:
|
|
162
171
|
securitySchemes:
|
|
@@ -216,6 +225,11 @@ components:
|
|
|
216
225
|
type: string
|
|
217
226
|
format: date-time
|
|
218
227
|
description: Timestamp when the error occurred (ISO 8601).
|
|
228
|
+
headers:
|
|
229
|
+
X-AF-Credits-Cost:
|
|
230
|
+
description: Specifies the number of credits consumed by the current request.
|
|
231
|
+
schema:
|
|
232
|
+
type: integer
|
|
219
233
|
security:
|
|
220
234
|
- ApiKeyAuthHeader: []
|
|
221
235
|
- ApiKeyAuthQuery: []
|
|
@@ -97,6 +97,9 @@ paths:
|
|
|
97
97
|
taskId: b59d27fa-9865-4ad8-8e7c-818eb263892b
|
|
98
98
|
inputIds:
|
|
99
99
|
- 0fb39c16-db08-4ac8-bb5f-51656f934aaa
|
|
100
|
+
headers:
|
|
101
|
+
X-AF-Credits-Cost:
|
|
102
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
100
103
|
'400':
|
|
101
104
|
description: Bad Request — Missing/invalid parameters or file ID
|
|
102
105
|
content:
|
|
@@ -128,6 +131,9 @@ paths:
|
|
|
128
131
|
timestamp: '2026-07-27T10:54:38.253Z'
|
|
129
132
|
schema:
|
|
130
133
|
$ref: '#/components/schemas/ErrorResponse'
|
|
134
|
+
headers:
|
|
135
|
+
X-AF-Credits-Cost:
|
|
136
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
131
137
|
'415':
|
|
132
138
|
description: Unsupported Media Type — File type not supported
|
|
133
139
|
content:
|
|
@@ -143,6 +149,9 @@ paths:
|
|
|
143
149
|
message: The provided file type is not supported. Refer to the documentation for valid file types.
|
|
144
150
|
schema:
|
|
145
151
|
$ref: '#/components/schemas/ErrorResponse'
|
|
152
|
+
headers:
|
|
153
|
+
X-AF-Credits-Cost:
|
|
154
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
146
155
|
operationId: rotatePdfPages
|
|
147
156
|
components:
|
|
148
157
|
securitySchemes:
|
|
@@ -202,6 +211,11 @@ components:
|
|
|
202
211
|
type: string
|
|
203
212
|
format: date-time
|
|
204
213
|
description: Timestamp when the error occurred (ISO 8601).
|
|
214
|
+
headers:
|
|
215
|
+
X-AF-Credits-Cost:
|
|
216
|
+
description: Specifies the number of credits consumed by the current request.
|
|
217
|
+
schema:
|
|
218
|
+
type: integer
|
|
205
219
|
security:
|
|
206
220
|
- ApiKeyAuthHeader: []
|
|
207
221
|
- ApiKeyAuthQuery: []
|
|
@@ -125,6 +125,9 @@ paths:
|
|
|
125
125
|
valid: false
|
|
126
126
|
error: Invalid Number Format
|
|
127
127
|
message: The input does not match the expected structure of a phone number.
|
|
128
|
+
headers:
|
|
129
|
+
X-AF-Credits-Cost:
|
|
130
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
128
131
|
'400':
|
|
129
132
|
description: Bad Request – Missing or malformed request body
|
|
130
133
|
content:
|
|
@@ -140,6 +143,9 @@ paths:
|
|
|
140
143
|
path: /v1.0/phone/validation/bulk
|
|
141
144
|
status: 400
|
|
142
145
|
timestamp: '2026-07-27T12:56:50.387Z'
|
|
146
|
+
headers:
|
|
147
|
+
X-AF-Credits-Cost:
|
|
148
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
143
149
|
'404':
|
|
144
150
|
description: Not Found – Wrong HTTP method used on the endpoint (e.g. GET instead of POST)
|
|
145
151
|
content:
|
|
@@ -155,6 +161,9 @@ paths:
|
|
|
155
161
|
path: /v1.0/phone/validation/bulk
|
|
156
162
|
status: 404
|
|
157
163
|
timestamp: '2026-07-27T12:58:41.535Z'
|
|
164
|
+
headers:
|
|
165
|
+
X-AF-Credits-Cost:
|
|
166
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
158
167
|
'408':
|
|
159
168
|
description: Request Timeout – Timed out while connecting to the remote server
|
|
160
169
|
content:
|
|
@@ -170,6 +179,9 @@ paths:
|
|
|
170
179
|
status: 408
|
|
171
180
|
error: Request Timeout
|
|
172
181
|
message: Timed out while connecting to the remote URL.
|
|
182
|
+
headers:
|
|
183
|
+
X-AF-Credits-Cost:
|
|
184
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
173
185
|
'413':
|
|
174
186
|
description: Payload Too Large – Request body exceeds the size limit
|
|
175
187
|
content:
|
|
@@ -185,6 +197,9 @@ paths:
|
|
|
185
197
|
path: /v1.0/phone/validation/bulk
|
|
186
198
|
status: 413
|
|
187
199
|
timestamp: '2026-07-27T12:57:03.711Z'
|
|
200
|
+
headers:
|
|
201
|
+
X-AF-Credits-Cost:
|
|
202
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
188
203
|
'429':
|
|
189
204
|
description: Rate Limit Exceeded – API rate limit exceeded
|
|
190
205
|
content:
|
|
@@ -200,6 +215,9 @@ paths:
|
|
|
200
215
|
status: 429
|
|
201
216
|
error: Too Many Requests
|
|
202
217
|
message: API rate limit exceeded.
|
|
218
|
+
headers:
|
|
219
|
+
X-AF-Credits-Cost:
|
|
220
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
203
221
|
operationId: bulkValidatePhoneNumbers
|
|
204
222
|
components:
|
|
205
223
|
securitySchemes:
|
|
@@ -369,6 +387,11 @@ components:
|
|
|
369
387
|
description: Standard error envelope returned by the API on failed requests.
|
|
370
388
|
required:
|
|
371
389
|
- message
|
|
390
|
+
headers:
|
|
391
|
+
X-AF-Credits-Cost:
|
|
392
|
+
description: Specifies the number of credits consumed by the current request.
|
|
393
|
+
schema:
|
|
394
|
+
type: integer
|
|
372
395
|
security:
|
|
373
396
|
- ApiKeyAuthHeader: []
|
|
374
397
|
- ApiKeyAuthQuery: []
|
|
@@ -93,6 +93,9 @@ paths:
|
|
|
93
93
|
region: US
|
|
94
94
|
possible: false
|
|
95
95
|
valid: false
|
|
96
|
+
headers:
|
|
97
|
+
X-AF-Credits-Cost:
|
|
98
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
96
99
|
'400':
|
|
97
100
|
description: Bad Request – e.g. missing required field or both region codes provided
|
|
98
101
|
content:
|
|
@@ -148,6 +151,9 @@ paths:
|
|
|
148
151
|
error: Number Too Long
|
|
149
152
|
message: The phone number has more digits than any valid phone number can have.
|
|
150
153
|
path: /v1.0/phone-number/info
|
|
154
|
+
headers:
|
|
155
|
+
X-AF-Credits-Cost:
|
|
156
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
151
157
|
'404':
|
|
152
158
|
description: Not Found – Wrong HTTP method used on the endpoint (e.g. GET instead of POST)
|
|
153
159
|
content:
|
|
@@ -163,6 +169,9 @@ paths:
|
|
|
163
169
|
path: /v1.0/phone/validation
|
|
164
170
|
status: 404
|
|
165
171
|
timestamp: '2026-07-27T12:56:14.351Z'
|
|
172
|
+
headers:
|
|
173
|
+
X-AF-Credits-Cost:
|
|
174
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
166
175
|
'408':
|
|
167
176
|
description: Request Timeout – Timed out while connecting to the remote server
|
|
168
177
|
content:
|
|
@@ -178,6 +187,9 @@ paths:
|
|
|
178
187
|
status: 408
|
|
179
188
|
error: Request Timeout
|
|
180
189
|
message: Timed out while connecting to the remote URL.
|
|
190
|
+
headers:
|
|
191
|
+
X-AF-Credits-Cost:
|
|
192
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
181
193
|
'429':
|
|
182
194
|
description: Rate Limit Exceeded – API rate limit exceeded
|
|
183
195
|
content:
|
|
@@ -193,6 +205,9 @@ paths:
|
|
|
193
205
|
status: 429
|
|
194
206
|
error: Too Many Requests
|
|
195
207
|
message: API rate limit exceeded.
|
|
208
|
+
headers:
|
|
209
|
+
X-AF-Credits-Cost:
|
|
210
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
196
211
|
operationId: validatePhoneNumber
|
|
197
212
|
components:
|
|
198
213
|
securitySchemes:
|
|
@@ -339,6 +354,11 @@ components:
|
|
|
339
354
|
description: Standard error envelope returned by the API on failed requests.
|
|
340
355
|
required:
|
|
341
356
|
- message
|
|
357
|
+
headers:
|
|
358
|
+
X-AF-Credits-Cost:
|
|
359
|
+
description: Specifies the number of credits consumed by the current request.
|
|
360
|
+
schema:
|
|
361
|
+
type: integer
|
|
342
362
|
security:
|
|
343
363
|
- ApiKeyAuthHeader: []
|
|
344
364
|
- ApiKeyAuthQuery: []
|
|
@@ -142,6 +142,13 @@ paths:
|
|
|
142
142
|
- <small class="author" itemprop="author">Thomas A. Edison</small>
|
|
143
143
|
- <small class="author" itemprop="author">Eleanor Roosevelt</small>
|
|
144
144
|
- <small class="author" itemprop="author">Steve Martin</small>
|
|
145
|
+
headers:
|
|
146
|
+
X-AF-Credits-Cost:
|
|
147
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
148
|
+
X-Concurrent-Threads:
|
|
149
|
+
$ref: '#/components/headers/X-Concurrent-Threads'
|
|
150
|
+
X-Concurrent-Threads-Active:
|
|
151
|
+
$ref: '#/components/headers/X-Concurrent-Threads-Active'
|
|
145
152
|
'400':
|
|
146
153
|
description: Bad Request — Missing/invalid parameters, malformed request body, unparseable selectors, or the target URL could not be fetched
|
|
147
154
|
content:
|
|
@@ -197,6 +204,13 @@ paths:
|
|
|
197
204
|
error: Bad Request
|
|
198
205
|
message: Check the url or links
|
|
199
206
|
path: /v1/scraping/params
|
|
207
|
+
headers:
|
|
208
|
+
X-AF-Credits-Cost:
|
|
209
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
210
|
+
X-Concurrent-Threads:
|
|
211
|
+
$ref: '#/components/headers/X-Concurrent-Threads'
|
|
212
|
+
X-Concurrent-Threads-Active:
|
|
213
|
+
$ref: '#/components/headers/X-Concurrent-Threads-Active'
|
|
200
214
|
'404':
|
|
201
215
|
description: Not Found — Wrong HTTP method or path used against this endpoint
|
|
202
216
|
content:
|
|
@@ -212,6 +226,13 @@ paths:
|
|
|
212
226
|
path: /v1.0/scraping
|
|
213
227
|
status: 404
|
|
214
228
|
timestamp: '2026-07-23T11:51:33.926Z'
|
|
229
|
+
headers:
|
|
230
|
+
X-AF-Credits-Cost:
|
|
231
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
232
|
+
X-Concurrent-Threads:
|
|
233
|
+
$ref: '#/components/headers/X-Concurrent-Threads'
|
|
234
|
+
X-Concurrent-Threads-Active:
|
|
235
|
+
$ref: '#/components/headers/X-Concurrent-Threads-Active'
|
|
215
236
|
components:
|
|
216
237
|
securitySchemes:
|
|
217
238
|
ApiKeyAuthHeader:
|
|
@@ -474,6 +495,19 @@ components:
|
|
|
474
495
|
type: string
|
|
475
496
|
format: date-time
|
|
476
497
|
description: Timestamp when the error occurred (ISO 8601).
|
|
498
|
+
headers:
|
|
499
|
+
X-AF-Credits-Cost:
|
|
500
|
+
description: Specifies the number of credits consumed by the current request.
|
|
501
|
+
schema:
|
|
502
|
+
type: integer
|
|
503
|
+
X-Concurrent-Threads:
|
|
504
|
+
description: Specifies the maximum number of concurrent requests allowed.
|
|
505
|
+
schema:
|
|
506
|
+
type: integer
|
|
507
|
+
X-Concurrent-Threads-Active:
|
|
508
|
+
description: Indicates the number of active concurrent requests being processed.
|
|
509
|
+
schema:
|
|
510
|
+
type: integer
|
|
477
511
|
security:
|
|
478
512
|
- ApiKeyAuthHeader: []
|
|
479
513
|
- ApiKeyAuthQuery: []
|
|
@@ -80,6 +80,13 @@ paths:
|
|
|
80
80
|
path: /v3/screenshot
|
|
81
81
|
status: fulfilled
|
|
82
82
|
error_message: null
|
|
83
|
+
headers:
|
|
84
|
+
X-AF-Credits-Cost:
|
|
85
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
86
|
+
X-Concurrent-Threads:
|
|
87
|
+
$ref: '#/components/headers/X-Concurrent-Threads'
|
|
88
|
+
X-Concurrent-Threads-Active:
|
|
89
|
+
$ref: '#/components/headers/X-Concurrent-Threads-Active'
|
|
83
90
|
'400':
|
|
84
91
|
description: Invalid request body
|
|
85
92
|
content:
|
|
@@ -95,6 +102,13 @@ paths:
|
|
|
95
102
|
timestamp: '2026-07-27T10:18:42.036Z'
|
|
96
103
|
schema:
|
|
97
104
|
$ref: '#/components/schemas/ErrorResponse'
|
|
105
|
+
headers:
|
|
106
|
+
X-AF-Credits-Cost:
|
|
107
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
108
|
+
X-Concurrent-Threads:
|
|
109
|
+
$ref: '#/components/headers/X-Concurrent-Threads'
|
|
110
|
+
X-Concurrent-Threads-Active:
|
|
111
|
+
$ref: '#/components/headers/X-Concurrent-Threads-Active'
|
|
98
112
|
'413':
|
|
99
113
|
description: Payload too large
|
|
100
114
|
content:
|
|
@@ -110,6 +124,13 @@ paths:
|
|
|
110
124
|
timestamp: '2026-07-27T10:18:57.172Z'
|
|
111
125
|
schema:
|
|
112
126
|
$ref: '#/components/schemas/ErrorResponse'
|
|
127
|
+
headers:
|
|
128
|
+
X-AF-Credits-Cost:
|
|
129
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
130
|
+
X-Concurrent-Threads:
|
|
131
|
+
$ref: '#/components/headers/X-Concurrent-Threads'
|
|
132
|
+
X-Concurrent-Threads-Active:
|
|
133
|
+
$ref: '#/components/headers/X-Concurrent-Threads-Active'
|
|
113
134
|
components:
|
|
114
135
|
securitySchemes:
|
|
115
136
|
ApiKeyAuthHeader:
|
|
@@ -723,6 +744,19 @@ components:
|
|
|
723
744
|
type: string
|
|
724
745
|
format: date-time
|
|
725
746
|
description: Timestamp when the error occurred (ISO 8601).
|
|
747
|
+
headers:
|
|
748
|
+
X-AF-Credits-Cost:
|
|
749
|
+
description: Specifies the number of credits consumed by the current request.
|
|
750
|
+
schema:
|
|
751
|
+
type: integer
|
|
752
|
+
X-Concurrent-Threads:
|
|
753
|
+
description: Specifies the maximum number of concurrent requests allowed.
|
|
754
|
+
schema:
|
|
755
|
+
type: integer
|
|
756
|
+
X-Concurrent-Threads-Active:
|
|
757
|
+
description: Indicates the number of active concurrent requests being processed.
|
|
758
|
+
schema:
|
|
759
|
+
type: integer
|
|
726
760
|
security:
|
|
727
761
|
- ApiKeyAuthHeader: []
|
|
728
762
|
- ApiKeyAuthQuery: []
|
|
@@ -521,6 +521,13 @@ paths:
|
|
|
521
521
|
created_at: '2026-07-27T10:19:08.668Z'
|
|
522
522
|
format: json
|
|
523
523
|
ttl: '2026-08-26T10:19:05.486Z'
|
|
524
|
+
headers:
|
|
525
|
+
X-AF-Credits-Cost:
|
|
526
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
527
|
+
X-Concurrent-Threads:
|
|
528
|
+
$ref: '#/components/headers/X-Concurrent-Threads'
|
|
529
|
+
X-Concurrent-Threads-Active:
|
|
530
|
+
$ref: '#/components/headers/X-Concurrent-Threads-Active'
|
|
524
531
|
'400':
|
|
525
532
|
description: Bad Request — Invalid or missing parameters
|
|
526
533
|
content:
|
|
@@ -544,6 +551,13 @@ paths:
|
|
|
544
551
|
timestamp: '2026-07-27T10:19:11.922Z'
|
|
545
552
|
schema:
|
|
546
553
|
$ref: '#/components/schemas/ErrorResponse'
|
|
554
|
+
headers:
|
|
555
|
+
X-AF-Credits-Cost:
|
|
556
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
557
|
+
X-Concurrent-Threads:
|
|
558
|
+
$ref: '#/components/headers/X-Concurrent-Threads'
|
|
559
|
+
X-Concurrent-Threads-Active:
|
|
560
|
+
$ref: '#/components/headers/X-Concurrent-Threads-Active'
|
|
547
561
|
'408':
|
|
548
562
|
description: Request Timeout — Screenshot capture exceeded the configured timeout
|
|
549
563
|
content:
|
|
@@ -559,6 +573,13 @@ paths:
|
|
|
559
573
|
path: /v3/screenshot
|
|
560
574
|
schema:
|
|
561
575
|
$ref: '#/components/schemas/ErrorResponse'
|
|
576
|
+
headers:
|
|
577
|
+
X-AF-Credits-Cost:
|
|
578
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
579
|
+
X-Concurrent-Threads:
|
|
580
|
+
$ref: '#/components/headers/X-Concurrent-Threads'
|
|
581
|
+
X-Concurrent-Threads-Active:
|
|
582
|
+
$ref: '#/components/headers/X-Concurrent-Threads-Active'
|
|
562
583
|
components:
|
|
563
584
|
securitySchemes:
|
|
564
585
|
ApiKeyAuthHeader:
|
|
@@ -817,6 +838,19 @@ components:
|
|
|
817
838
|
type: string
|
|
818
839
|
format: date-time
|
|
819
840
|
description: Timestamp when the error occurred (ISO 8601).
|
|
841
|
+
headers:
|
|
842
|
+
X-AF-Credits-Cost:
|
|
843
|
+
description: Specifies the number of credits consumed by the current request.
|
|
844
|
+
schema:
|
|
845
|
+
type: integer
|
|
846
|
+
X-Concurrent-Threads:
|
|
847
|
+
description: Specifies the maximum number of concurrent requests allowed.
|
|
848
|
+
schema:
|
|
849
|
+
type: integer
|
|
850
|
+
X-Concurrent-Threads-Active:
|
|
851
|
+
description: Indicates the number of active concurrent requests being processed.
|
|
852
|
+
schema:
|
|
853
|
+
type: integer
|
|
820
854
|
security:
|
|
821
855
|
- ApiKeyAuthHeader: []
|
|
822
856
|
- ApiKeyAuthQuery: []
|
|
@@ -217,6 +217,9 @@ paths:
|
|
|
217
217
|
-----BEGIN CERTIFICATE-----
|
|
218
218
|
MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UEBhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNvUTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1YprbrxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2Fbe8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxeKF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4Fv6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbnfpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7jPKxwV2dpAtMK9myGPW1n0sCAwEAAQaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7YnzezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbtifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQALe3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70jsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDzWochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4VSM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9jpwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyXX04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+OkfcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7RK4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btUZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJULysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaTLnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhl
|
|
219
219
|
-----END CERTIFICATE-----
|
|
220
|
+
headers:
|
|
221
|
+
X-AF-Credits-Cost:
|
|
222
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
220
223
|
'400':
|
|
221
224
|
description: Bad Request – Invalid domain parameter
|
|
222
225
|
content:
|
|
@@ -231,6 +234,9 @@ paths:
|
|
|
231
234
|
error: Invalid Param Exception
|
|
232
235
|
message: ' Please pass domain param correct value e.g. whoisfreaks.com, https://whoisfreaks.com, http://whoisfreaks.com [For Technical Support: support@apifreaks.com]'
|
|
233
236
|
path: /v1.0/domain/ssl/live/chain
|
|
237
|
+
headers:
|
|
238
|
+
X-AF-Credits-Cost:
|
|
239
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
234
240
|
'403':
|
|
235
241
|
description: Forbidden – Domain extension unavailable
|
|
236
242
|
content:
|
|
@@ -245,6 +251,9 @@ paths:
|
|
|
245
251
|
error: Forbidden
|
|
246
252
|
message: Unavailable domain extension.
|
|
247
253
|
path: /v1.0/domain/ssl/live/chain
|
|
254
|
+
headers:
|
|
255
|
+
X-AF-Credits-Cost:
|
|
256
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
248
257
|
'404':
|
|
249
258
|
description: Not Found – No SSL certificate exists
|
|
250
259
|
content:
|
|
@@ -259,6 +268,9 @@ paths:
|
|
|
259
268
|
error: SSL Data Not Found
|
|
260
269
|
message: No Ssl Certificate exists for entered Domain
|
|
261
270
|
path: /v1.0/domain/ssl/live/chain
|
|
271
|
+
headers:
|
|
272
|
+
X-AF-Credits-Cost:
|
|
273
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
262
274
|
components:
|
|
263
275
|
securitySchemes:
|
|
264
276
|
ApiKeyAuthHeader:
|
|
@@ -588,6 +600,11 @@ components:
|
|
|
588
600
|
type: string
|
|
589
601
|
format: date-time
|
|
590
602
|
description: Timestamp when the error occurred (ISO 8601).
|
|
603
|
+
headers:
|
|
604
|
+
X-AF-Credits-Cost:
|
|
605
|
+
description: Specifies the number of credits consumed by the current request.
|
|
606
|
+
schema:
|
|
607
|
+
type: integer
|
|
591
608
|
security:
|
|
592
609
|
- ApiKeyAuthHeader: []
|
|
593
610
|
- ApiKeyAuthQuery: []
|
|
@@ -102,6 +102,9 @@ paths:
|
|
|
102
102
|
-----BEGIN CERTIFICATE-----
|
|
103
103
|
MIIIdTCCB12gAwIBAgIRANUqWWhJo86bEGQWm8fr30swDQYJKoZIhvcNAQELBQAwOzELMAkGA1UEBhMCVVMxHjAcBgNVBAoTFUdvb2dsZSBUcnVzdCBTZXJ2aWNlczEMMAoGA1UEAxMDV1IyMB4XDTI2MDUxODE4MzUyMVoXDTI2MDgxMDE4MzUyMFowFzEVMBMGA1UEAwwMKi5nb29nbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAErGwQHDlGZHg4bCpvaBQKF07hm4v6puRsRi7O6JQH78GTcBkGAHRZSLqvlH8K+wDBOiTKlDh3sWlmEJDUJDdoKKOCBmEwggZdMA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDATAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBQu7DS5PpeDw37l0PSrVtQlmWd9azAfBgNVHSMEGDAWgBTeGx7teRXUPjckwyG77DQ5bUKyMDBYBggrBgEFBQcBAQRMMEowIQYIKwYBBQUHMAGGFWh0dHA6Ly9vLnBraS5nb29nL3dyMjAlBggrBgEFBQcwAoYZaHR0cDovL2kucGtpLmdvb2cvd3IyLmNydDCCBDgGA1UdEQSCBC8wggQrggwqLmdvb2dsZS5jb22CFiouYXBwZW5naW5lLmdvb2dsZS5jb22CCSouYmRuLmRldoIVKi5vcmlnaW4tdGVzdC5iZG4uZGV2ghIqLmNsb3VkLmdvb2dsZS5jb22CGCouY3Jvd2Rzb3VyY2UuZ29vZ2xlLmNvbYIYKi5kYXRhY29tcHV0ZS5nb29nbGUuY29tggsqLmdvb2dsZS5jYYILKi5nb29nbGUuY2yCDiouZ29vZ2xlLmNvLmlugg4qLmdvb2dsZS5jby5qcIIOKi5nb29nbGUuY28udWuCDyouZ29vZ2xlLmNvbS5hcoIPKi5nb29nbGUuY29tLmF1gg8qLmdvb2dsZS5jb20uYnKCDyouZ29vZ2xlLmNvbS5jb4IPKi5nb29nbGUuY29tLm14gg8qLmdvb2dsZS5jb20udHKCDyouZ29vZ2xlLmNvbS52boILKi5nb29nbGUuZGWCCyouZ29vZ2xlLmVzggsqLmdvb2dsZS5mcoILKi5nb29nbGUuaHWCCyouZ29vZ2xlLml0ggsqLmdvb2dsZS5ubIILKi5nb29nbGUucGyCCyouZ29vZ2xlLnB0ghkqLmdlbWluaS5jbG91ZC5nb29nbGUuY29tgg0qLmdzdGF0aWMuY29tghQqLm1ldHJpYy5nc3RhdGljLmNvbYIKKi5ndnQxLmNvbYIRKi5nY3BjZG4uZ3Z0MS5jb22CCiouZ3Z0Mi5jb22CDiouZ2NwLmd2dDIuY29tghAqLnVybC5nb29nbGUuY29tghYqLnlvdXR1YmUtbm9jb29raWUuY29tggsqLnl0aW1nLmNvbYIKYWkuYW5kcm9pZIILYW5kcm9pZC5jb22CDSouYW5kcm9pZC5jb22CEyouZmxhc2guYW5kcm9pZC5jb22CBGcuY28CBDEwLmdvb2dsZS5jb22CEiouZ29vZ2xlLWNhcnRzLmNvbYIKZ29vZ2xlLmNvbYISZ29vZ2xlY29tbWVyY2UuY29tghQqLmdvb2dsZWNvbW1lcmNlLmNvbYIKdXJjaGluLmNvbYIMKi51cmNoaW4uY29tggh5b3V0dS5iZYILeW91dHViZS5jb22CDSoueW91dHViZS5jb22CEW11c2ljLnlvdXR1YmUuY29tghMqLm11c2ljLnlvdXR1YmUuY29tghR5b3V0dWJlZWR1Y2F0aW9uLmNvbYIWKi55b3V0dWJlZWR1Y2F0aW9uLmNvbYIPeW91dHViZWtpZHMuY29tghEqLnlvdXR1YmVraWRzLmNvbYIFeXQuYmWCByoueXQuYmWCGmFuZHJvaWQuY2xpZW50cy5nb29nbGUuY29tghUqLmFpc3R1ZGlvLmdvb2dsZS5jb20wEwYDVR0gBAwwCjAIBgZngQwBAgEwNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2MucGtpLmdvb2cvd3IyL0dTeVQxTjRQQnJnLmNybDCCAQMGCisGAQQB1nkCBAIEgfQEgfEA7wB2AMs49xWJfIShRF9bwd37yW7ymlnNRwppBYWwyxTDFFjnAAABnjyV+/0AAAQDAEcwRQIgCgvqLruYdmtREQIJopZQVZEAux/EdciE9ThPK5WLOIwCIQDJjNYSb4sTv+LnXVHnirnD6kTT5FY8gLI6mKR0WI/m1AB1ANgJVTuUT3r/yBYZb5RPhauw+Pxeh1UmDxXRLnK7RUsUAAABnjyV+8EAAAQDAEYwRAIgQvDSSJRos+D8Lk6bpjH2ZlYxD/N6Gv2TqkFZhUlFKeQCIBq55PPw4e5N89gLgzFC2kp1X+YvFsURPsLrz1LqOAymMA0GCSqGSIb3DQEBCwUAA4IBAQBtZusj1ojCxhZxk5KpZ92eZuTkDVJgJGtDq8gPRehf50mZiu2gDK1JgXIzKRey3tHmgNrCmTon5QJAL9yDyrOGs2GoQsfMkenH0+/hTsLB+n03ni9+9jghfPvE9CZbFimniiqGznhnW5mNOZGy2AnXz79ZfHr4J8AuPh4HVvPc6q/2coyl7Vlxp2XDo6j1eoZARVSske22WvE34U4Yunq+SE0E0a8aKTV7Q7YHeu8/NAsFmG7V6QSSqAyFyxqeEzuz8ylBPxS/cejBk+29tGlfqqrR1JEKdcFLF7EuRyvRWAuQMQBHRA9boa3/lz1f+jEkkUbfqEMrDAnxLthdKKJk
|
|
104
104
|
-----END CERTIFICATE-----
|
|
105
|
+
headers:
|
|
106
|
+
X-AF-Credits-Cost:
|
|
107
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
105
108
|
'400':
|
|
106
109
|
description: Bad Request – Invalid domain parameter
|
|
107
110
|
content:
|
|
@@ -116,6 +119,9 @@ paths:
|
|
|
116
119
|
error: Invalid Param Exception
|
|
117
120
|
message: 'Please pass domain param correct value[For Technical Support: support@apifreaks.com]'
|
|
118
121
|
path: /v1.0/ssl/live
|
|
122
|
+
headers:
|
|
123
|
+
X-AF-Credits-Cost:
|
|
124
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
119
125
|
'403':
|
|
120
126
|
description: Forbidden – Domain extension unavailable
|
|
121
127
|
content:
|
|
@@ -130,6 +136,9 @@ paths:
|
|
|
130
136
|
error: Forbidden
|
|
131
137
|
message: Unavailable domain extension.
|
|
132
138
|
path: /v1.0/ssl/live
|
|
139
|
+
headers:
|
|
140
|
+
X-AF-Credits-Cost:
|
|
141
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
133
142
|
'404':
|
|
134
143
|
description: Not Found – No SSL certificate exists for entered domain
|
|
135
144
|
content:
|
|
@@ -144,6 +153,9 @@ paths:
|
|
|
144
153
|
error: SSL Data Not Found
|
|
145
154
|
message: No Ssl Certificate exists for entered Domain
|
|
146
155
|
path: /v1.0/ssl/live
|
|
156
|
+
headers:
|
|
157
|
+
X-AF-Credits-Cost:
|
|
158
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
147
159
|
components:
|
|
148
160
|
securitySchemes:
|
|
149
161
|
ApiKeyAuthHeader:
|
|
@@ -473,6 +485,11 @@ components:
|
|
|
473
485
|
type: string
|
|
474
486
|
format: date-time
|
|
475
487
|
description: Timestamp when the error occurred (ISO 8601).
|
|
488
|
+
headers:
|
|
489
|
+
X-AF-Credits-Cost:
|
|
490
|
+
description: Specifies the number of credits consumed by the current request.
|
|
491
|
+
schema:
|
|
492
|
+
type: integer
|
|
476
493
|
security:
|
|
477
494
|
- ApiKeyAuthHeader: []
|
|
478
495
|
- ApiKeyAuthQuery: []
|
|
@@ -145,6 +145,9 @@ paths:
|
|
|
145
145
|
converted_time: '2026-07-24 02:30:00'
|
|
146
146
|
diff_hour: 9.5
|
|
147
147
|
diff_min: 570
|
|
148
|
+
headers:
|
|
149
|
+
X-AF-Credits-Cost:
|
|
150
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
148
151
|
'400':
|
|
149
152
|
description: Bad Request — Incomplete parameter combination, invalid timezone name, invalid coordinates, or location address not found
|
|
150
153
|
content:
|
|
@@ -172,6 +175,9 @@ paths:
|
|
|
172
175
|
summary: Target (to) location address not found
|
|
173
176
|
value:
|
|
174
177
|
message: We couldn't find the (to) location (ZZZNOTEXIST). Try a city or state level address only.
|
|
178
|
+
headers:
|
|
179
|
+
X-AF-Credits-Cost:
|
|
180
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
175
181
|
'404':
|
|
176
182
|
description: Not Found — Airport (IATA/ICAO) code or UN/LOCODE has no matching data
|
|
177
183
|
content:
|
|
@@ -187,6 +193,9 @@ paths:
|
|
|
187
193
|
summary: UN/LOCODE not found
|
|
188
194
|
value:
|
|
189
195
|
message: '''Data not found for the provided LO code: ZZZZZ Please contact at support@ipgeolocation.io if provided LO code exists.'''
|
|
196
|
+
headers:
|
|
197
|
+
X-AF-Credits-Cost:
|
|
198
|
+
$ref: '#/components/headers/X-AF-Credits-Cost'
|
|
190
199
|
components:
|
|
191
200
|
securitySchemes:
|
|
192
201
|
ApiKeyAuthHeader:
|
|
@@ -244,6 +253,11 @@ components:
|
|
|
244
253
|
type: string
|
|
245
254
|
format: date-time
|
|
246
255
|
description: Timestamp when the error occurred (ISO 8601).
|
|
256
|
+
headers:
|
|
257
|
+
X-AF-Credits-Cost:
|
|
258
|
+
description: Specifies the number of credits consumed by the current request.
|
|
259
|
+
schema:
|
|
260
|
+
type: integer
|
|
247
261
|
security:
|
|
248
262
|
- ApiKeyAuthHeader: []
|
|
249
263
|
- ApiKeyAuthQuery: []
|