Autocrat is Interlock's API that instantly tells you if a URL is malicious or not.
- It takes a URL as a string in a
POSTrequest - It returns a boolean:
truefor safe andfalsefor malicious
Autocrat uses Interlock's threat detecting AI that can instantly analyze any URL and identify if it's malicious.
Autocrat is an early-stage enterprise product. It may briefly go down or return errors.
For price and payment info, please contact Interlock CEO Rick Deacon at rick@interlock.network
After payment, we will coordinate safe transfer of a unique API key that you will use to access Autocrat.
The URL for Autocrat is {url}
To use Autocrat, make a POST request with the following shape:
{
"key": "{api key}",
"url": "url"
}
{
"safe": {boolean},
"url": "url"
}
{
"error": "{error description string}",
"safe": undefined,
"url": "url"
}
Specific errors
- "Unsupported protocol" i.e. FTP, SSH, or anything not HTTP/S
- "Malformed URL"
- "Scan took too long"
- "Site offline (code 404)"
- "Too many redirects"
- "URL cannot be scanned"
For support questions, contact autocrat@interlock.network