Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 870 Bytes

ValidateUrlResponseFull.md

File metadata and controls

14 lines (10 loc) · 870 Bytes

ValidateUrlResponseFull

Properties

Name Type Description Notes
valid_url bool True if the URL has valid syntax, a valid domain, a valid endpoint, and passes virus scan checks; false otherwise [optional]
valid_syntax bool True if the URL has valid syntax, false otherwise [optional]
valid_domain bool True if the domain name is valid and exists, false otherwise [optional]
valid_endpoint bool True if the endpoint is up and responsive and passes a virus scan check, false otherwise [optional]
well_formed_url string Well-formed version of the URL [optional]

[Back to Model list] [Back to API list] [Back to README]