---
title: "POST /quick-check"
method: POST
path: "/quick-check"
tags: ["query"]
---

# POST /quick-check

`POST /quick-check`

## Request body

- string[]

## Response `200`

Query result

- object
  - `status` 'success', required
  - `statusCode` number, required
  - `result` union[], required
    - union
      - IpShortQueryResultSchema
        - `item` string, required — normalized representation of requested item
        - `abusixMailBlocklist` 'ACTIVE' | 'ALLOWLIST' | 'INFORMATIONAL' | 'NOT_LISTED' | 'PASSIVE', nullable, required
        - `type` 'IP', required
        - `bogon` false, required
        - `intent` 'malicious' | 'suspicious' | 'unknown' | 'none', required
        - `activity` boolean, required — Whether or not we have observed this IP.
      - IpBogonQueryResultSchema
        - `item` string, required — normalized representation of requested item
        - `type` 'IP_BOGON', required
        - `bogon` true, required
      - DomainShortQueryResultSchema
        - `item` string, required — normalized representation of requested item
        - `abusixMailBlocklist` 'ACTIVE' | 'ALLOWLIST' | 'INFORMATIONAL' | 'NOT_LISTED' | 'PASSIVE', nullable, required
        - `type` 'DOMAIN', required
        - `intent` 'malicious' | 'suspicious' | 'unknown' | 'none', required
        - `activity` boolean, required — Whether or not we have observed this domain.
      - UrlQueryResultSchema
        - `item` string, required — normalized representation of requested item
        - `abusixMailBlocklist` 'ACTIVE' | 'ALLOWLIST' | 'INFORMATIONAL' | 'NOT_LISTED' | 'PASSIVE', nullable, required
        - `type` 'URL', required
      - Sha1QueryResultSchema
        - `item` string, required — normalized representation of requested item
        - `abusixMailBlocklist` 'ACTIVE' | 'ALLOWLIST' | 'INFORMATIONAL' | 'NOT_LISTED' | 'PASSIVE', nullable, required
        - `type` 'SHA1', required
      - CryptoWalletResultSchema
        - `item` string, required — normalized representation of requested item
        - `abusixMailBlocklist` 'ACTIVE' | 'ALLOWLIST' | 'INFORMATIONAL' | 'NOT_LISTED' | 'PASSIVE', nullable, required
        - `type` 'CRYPTO_WALLET', required
      - EmailResultSchema
        - `item` string, required — normalized representation of requested item
        - `abusixMailBlocklist` 'ACTIVE' | 'ALLOWLIST' | 'INFORMATIONAL' | 'NOT_LISTED' | 'PASSIVE', nullable, required
        - `type` 'EMAIL', required

## Other responses

- `400` — Invalid item
- `500` — Failed the lookups

---

[API](https://skmtc.net/abusix/apis/abusix-api.md) · [All operations](https://skmtc.net/abusix/apis/abusix-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/abusix/abusix-api/revisions/ace2f63e4853/schema)
