v1

latestOpenAPI 3.1.0Proprietary2026-08-06235779.1 KB
check

Bulk entity check

Check up to N entities per request (N depends on subscription plan). Each entity may be a domain, IP, or URL string.

post/bulk/check

Request body

enrichmentstring nullable

Optional enrichment level (e.g. basic, standard, full)

entitiesstring[] required

Domains, IPs, and/or URLs to check

formatstring nullable

Optional response format (json or csv)

Response

Batch results

errorsstring[] nullable
processedinteger required
processing_time_msinteger required
successboolean required
totalinteger required

Example response

{
  "results": [
    {
      "type": "domain"
    }
  ]
}