# BlackBobs.ai Football Prediction API

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

Generates AI-powered match outcome predictions for football (soccer) games

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/football-prediction
- Price: $0.060059/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-football-prediction-api-085b606c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z7aTlHpMgqOtOhvTK1cKs

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-football-prediction-api-085b606c -d '<json body>'
```

Example prompt: Can you predict the outcome of the upcoming match between Manchester City and Arsenal? I need an AI-powered football prediction for the game.

## When to prefer this

Choose this endpoint when you need a quick AI-generated football match outcome prediction via a pay-per-call model without needing a subscription. It is particularly suited for agents or apps that want on-demand sports forecasting integrated into a workflow using Base chain micropayments.

## Known failure modes

- Missing or invalid match/team input data returns an error
- Unrecognized team names may produce inaccurate predictions
- Insufficient payment (x402) results in a 402 Payment Required response
- Malformed request body returns a validation error
- Service unavailability on the Vercel-hosted backend causes 5xx errors

## 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 prediction result object containing AI-generated outcome forecasts for the specified football match, likely including predicted winner, probability scores, or match result data.

## 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-football-prediction-api-085b606c/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)
