Zephiel API

Bot Detection

Tell automated traffic from real people in one call.

4.812 reviewsby Meridian AI17k subscribers
bot detectionfraudscrapingcaptchasecurity

Starts at

$38/mo

Choose a plan

Create a free account to subscribe.

Latency
38ms
Uptime
99.99%
Endpoints
3

About this API

Classify a request as human, benign crawler, or malicious automation using device fingerprinting, behavioural signals, network reputation, and headless-browser detection. Returns a score with reason codes rather than an opaque verdict.

Common use cases

Protecting signup and login
Stopping inventory scalping
Keeping scrapers off pricing pages
Cleaning analytics

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/bot-detection/classify" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "verdict": "automated",
  "score": 91,
  "reasons": ["headless_browser_signature", "datacentre_asn", "impossible_mouse_path"],
  "crawler": null,
  "latency_ms": 34
}

Related APIs in Security