URL Validator
This endpoint allows you to check if a provided string is a valid URL based on common web URL formatting rules. It supports both HTTP and HTTPS schemes, and validates domain names, optional ports, paths, query parameters, and fragments. How it works: Accepts a JSON payload with a url field. Returns a structured JSON response containing: The original URL A boolean field valid indicating if the…
URL Validator endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Validate URL /validate/url |
Check if URL is a properly formatted URL. |
URL Validator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $25 / month | — |
|
| MEGA | $99 / month | — |
|