Check Spambot API Documentation
Introduction
The Check Spambot API allows clients to check for spambots using a batch processing mechanism.
Endpoint
Method: POST
URL: /check-spambot
Request Body
folder
(String, required): The folder containing the accounts to be checked for spambots.phones
(List, required): The list of phones to be checkedbatch_size
(Integer, Optional): The size of each batch for processing.appeal
(Boolean, Optional): appeal for release free if limited
Example Request Body
{
"folder": "active",
"phones": ["123456789", "123456780"],
}
Example Response
- Stream Text
{
"123456798": 0,
"2135467890": 100
}