# Coockies.ai Face Detection API

> Coockies.ai Face Detection API is a paid API for AI agents from coockies-ai.vercel.app, paid per call via x402, $0.132748/call, status unknown (last checked 2026-09-15).

Detects and analyzes faces in images, returning facial bounding boxes and related attributes via a pay-per-call API on Base chain.

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/face-detection14
- Price: $0.132748/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-face-detection-api-5fb82275
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i4KgwXenAAImiErLiAle3

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability coockies-ai-face-detection-api-5fb82275 -d '<json body>'
```

Example prompt: Can you run face detection on this photo and tell me how many faces are in it and where they are located?

## When to prefer this

Choose this endpoint when you need lightweight, pay-per-call face detection without a subscription commitment, especially in agent workflows using the x402 micropayment protocol on Base chain. Suitable when you want to avoid managing API keys and prefer on-chain per-use billing.

## Known failure modes

- No face found in image — returns empty detection array
- Invalid or inaccessible image URL — returns error
- Image format not supported — returns format error
- Malformed request body — returns validation error
- Payment failure via x402 — returns 402 Payment Required

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing face detection data, including the number of faces detected, bounding box coordinates for each face, and potentially confidence scores or facial attribute metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coockies-ai-face-detection-api-5fb82275/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
