curl "https://okl.ink/api/v1/links/validate?url=https%3A%2F%2Fmintlify.com"
{
"ok": true
}
Links
Validate Link URL
Verify that a candidate URL is safe, reachable via HTTP/HTTPS, and compliant with okl.ink safety policies.
GET
/
api
/
v1
/
links
/
validate
curl "https://okl.ink/api/v1/links/validate?url=https%3A%2F%2Fmintlify.com"
{
"ok": true
}
Validate Link URL
Utility endpoint to test candidate URLs before inserting them into a page or redirect pipeline.Query Parameters
string
required
URL-encoded candidate destination (e.g.,
https://example.com).Response
boolean
true if the URL is a valid, secure http: or https: address.string
Explanation if validation failed.
curl "https://okl.ink/api/v1/links/validate?url=https%3A%2F%2Fmintlify.com"
{
"ok": true
}