The SPAMhunter API uses API keys to identify and authorize calls.
SPAMhunter API expects the API key to be included in all API requests to the server in a header that looks like the following: X-API-Key
The base URL : https://api.spamhunter.io/v1
To check the text for spam, the check method with parameters in the body of the POST request in JSON format is used:
In the response comes a spam score. Normally a value of 0.6 above can be considered spam.