Getting Started With the API
Once you purchase your license, you are issued an access key that you use in each API call. Use one of the examples below to accelerate your work.
Examples
We provide several examples showing how you can use the API. The examples are only a few ways you can call the API. Use what works best for your needs.
curl Get
curl -X GET -H "x-api-key: your...key" -H "Content-Type: application/json" https://maxsecure.com/api?valueToCheck=some-string-here
Curl Post
curl -X POST -H "x-api-key: your...key" -H "Content-Type: application/json" -d '{"valueToCheck":"371472%2527%2BAND%2B%28SELECT"}' https://maxsecure.com/api
## Returns
{"matches": ["'+AND+(SELECT"]}
## Returns
{"matches": ["'+AND+(SELECT"]}
Recent Comments