• Killbot.to Antibot API Documentation
    • Check if visitor is a bot or not
      POST
    • Retrieves the current API usage statistics
      GET
    • Schemas
      • Sample Schemas
      • Schemas
        • Pet
        • CheckResponse
        • Category
        • UsageResponse
        • Tag

      Check if visitor is a bot or not

      POST
      https://api.killbot.to/check
      This endpoint allows you to determine if a visitor is a bot using Killbot's advanced AI core. By sending a request to this endpoint with the visitor's details, the API analyzes the data and returns a response indicating if the visitor being a bot. This helps in protecting your site from malicious traffic and ensuring only genuine users access your services.

      Request

      Header Params

      Body Params application/x-www-form-urlencoded

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://api.killbot.to/check' \
      --header 'X-API-Key;' \
      --data-urlencode 'ip=' \
      --data-urlencode 'ua='

      Responses

      🟢200Success
      application/json
      Body

      Examples
      {
          "success": true,
          "block": false,
          "type": "visitor",
          "proxyType": null,
          "IPlocation": {
              "isp": "Orange",
              "continent": "France",
              "country": "France",
              "countryCode": "FR",
              "zip": "34200",
              "city": "Sète"
          },
          "quota": "95303/100000"
      }
      🟠400Bad Request
      🟠401Unauthorized request
      Modified at 2024-05-17 11:01:56
      Previous
      Killbot.to Antibot API Documentation
      Next
      Retrieves the current API usage statistics
      Built with