# BlackBobs.ai Gender Prediction API

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

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

## Facts

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

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 blackbobs-ai-gender-prediction-api-446ec76a -d '<json body>'
```

Example prompt: Can you predict the gender for the name 'Jordan' using the BlackBobs gender prediction API?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call gender prediction from a first name without managing your own ML model. It is well-suited for one-off enrichment tasks, ad hoc lookups, or when you want to avoid the overhead of a subscription-based demographics API. Prefer alternatives if you need bulk batch processing at lower per-unit cost or if you require extremely high accuracy for culturally diverse or non-Western names.

## Known failure modes

- Empty or missing name input returns an error or null result
- Highly ambiguous or gender-neutral names may return low-confidence predictions
- Non-Latin or culturally rare names may produce inaccurate results
- Malformed request body causes a 400-level error
- Payment failure on Base chain results in a 402 response blocking the call

## 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 a predicted gender label (e.g. male, female, or neutral/unisex) and likely a confidence or probability score indicating how strongly the name is associated with that gender.

## 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/blackbobs-ai-gender-prediction-api-446ec76a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
