# Jatevo AI Credits Top-Up (x402)

> Jatevo AI Credits Top-Up (x402) is a paid API for AI agents from jatevo.ai, paid per call via x402, $0.3/call, status down (last checked 2026-09-15).

Top up Jatevo AI account credits by specifying an amount and currency via the x402 payment protocol

## Facts

- Endpoint: POST https://jatevo.ai/api/credits/topup-x402
- Price: $0.3/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jatevo-ai-aa586c98
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lvvz1lQKBHgHJW-iml8G0

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 jatevo-ai-aa586c98 -d '<json body>'
```

Example prompt: Top up my Jatevo AI account with 10 USDC worth of credits using the x402 payment protocol.

## When to prefer this

Use this endpoint when you need to replenish or fund a Jatevo AI account with credits to enable continued use of Jatevo's AI inference and research endpoints (LLM, web search, deep research, Pokémon data, etc.). Prefer this over manual top-up flows when automating billing or credit management programmatically via the x402 protocol.

## Known failure modes

- Insufficient funds in wallet for the requested amount
- Invalid currency specified
- Payment protocol not supported or misconfigured
- Amount below minimum threshold
- x402 payment handshake failure
- Network or timeout error during payment processing

## Output

A confirmation that the credit top-up was processed, including the updated credit balance or transaction status on the Jatevo AI platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "amount",
  "currency",
  "paymentProtocol"
 ],
 "properties": {
  "amount": {
   "type": "number"
  },
  "currency": {
   "type": "string"
  },
  "paymentProtocol": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jatevo-ai-aa586c98/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from jatevo.ai](https://www.zero.xyz/host/jatevo.ai/llms.txt)
