# Komo.ai Today Football Prediction

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

Returns AI-generated football match predictions for today's fixtures

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/today-football-prediction
- Price: $0.063434/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/komo-ai-today-football-prediction-e24a05c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XjlUWeuoP4DPuSUHmQQjo

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 komo-ai-today-football-prediction-e24a05c4 -d '<json body>'
```

Example prompt: What are the AI predictions for today's football matches — which teams are most likely to win and what are the expected scores?

## When to prefer this

Use this endpoint when you need AI-generated predictions specifically for today's football/soccer fixtures and want a pay-per-call model without subscription overhead; ideal for agents needing on-demand daily football forecasting.

## Known failure modes

- No fixtures available for today returns empty or null data
- Service unavailable or rate limit hit returns error response
- Payment not processed via x402 protocol returns 402 Payment Required
- Malformed request body returns validation error

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns an object containing today's football match predictions, likely including predicted outcomes, win probabilities, and possibly score forecasts for fixtures scheduled today.

## 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/komo-ai-today-football-prediction-e24a05c4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
