1. Schemas
  • 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
  1. Schemas

Pet

{
    "id": 1,
    "category": {
        "id": 1,
        "name": "string"
    },
    "name": "doggie",
    "photoUrls": [
        "string"
    ],
    "tags": [
        {
            "id": 1,
            "name": "string"
        }
    ],
    "status": "available"
}
Built with