Link verification API
POST
https://www.simply.co/api/link-verify/
Headers
Name
Type
Description
api-key
string
Authentication token
Request Body
Name
Type
Description
url
string
website link for the site
{
"workinglink": [
"https://analyzetext.scoopml.app/",
"https://pilotlessai.scoopml.app",
"https://www.medium.com/@harishsg99",
"https://docs.scoopml.app",
"https://www.scoopml.app/login_page",
"https://blog.scoopml.app",
"https://calendly.com/harishsg/30min",
"https://careers.scoopml.app",
"https://github.com/ScoopML",
"https://docs.scoopml.app",
"https://www.scoopml.app/tos",
"https://www.scoopml.app/privacy_policy",
"https://www.scoopml.app/eula"
],
"notworkinglinks": [],
"noofworkinglink": 13,
"noofnotworkinglink": 0
}
Last updated
Was this helpful?