API Documentation of SpamField

Requirements:

  • API Key
  • AES 256 Encrypted Key

API Documentation

Endpoint: /api

Response Format:

{
    "result": "string",  // "clean" or "spam"
    "remaining_credits": "integer", // Number of credits remaining
    "confidence": "float" // Confidence level (0.0 = no spam, 1.0 = certain spam)
}
    


Response Description:

  • result: Indicates whether the content is classified as "clean" or "spam".
  • remaining_credits: Shows the number of API credits remaining for the user.
  • confidence: A float value indicating the confidence level of the classification:
    • Low (close to 0.1): Likely not spam.
    • High (close to 1.0): Likely spam.

Getting any error? You can contact us.

Need Help?

If you are confused or need help, you can open a ticket with us.