# Coockies.ai Gender Prediction API

> Coockies.ai Gender Prediction API is a paid API for AI agents from coockies-ai.vercel.app, paid per call via x402, $0.14536/call, status unknown (last checked 2026-09-13).

Predicts the gender of a person based on a given name using AI inference

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/predict-gender
- Price: $0.14536/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-gender-prediction-api-b1d7e592
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jDFOXF8MKv1rs9yLHr_vv

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-gender-prediction-api-b1d7e592 -d '<json body>'
```

Example prompt: Can you predict the gender for the name 'Taylor' — is it typically male, female, or neutral?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call gender inference from a name without committing to a subscription-based service. Ideal for sporadic enrichment tasks on individual names where cost per call ($0.14536 USDC) is acceptable and blockchain-based micropayments via x402 on Base chain are supported in your stack.

## Known failure modes

- Missing or empty name input returns an error or null result
- Ambiguous or non-standard names may return low confidence or 'unknown' gender
- Non-Latin or culturally uncommon names may produce inaccurate predictions
- Malformed request body returns 400 or similar error
- Payment failure via x402 on Base chain blocks the request

## 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 JSON object containing the predicted gender (e.g. male, female, or unknown/neutral) and likely a confidence score or probability for the prediction, wrapped in a 'result' object with a 'data' field.

## 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-gender-prediction-api-b1d7e592/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)
