# JarvisClaw Embeddings API

> JarvisClaw Embeddings API is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.045/call, status unknown (last checked 2026-09-15).

Generates vector embeddings from text using AI models via a pay-per-call OpenAI-compatible gateway settled in USDC

## Facts

- Endpoint: POST https://api.jarvisclaw.ai/v1/embeddings
- Price: $0.045/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-embeddings-api-195b7d9f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ehxWRd2IaZkhw_brtAIdE

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 jarvisclaw-embeddings-api-195b7d9f -d '<json body>'
```

Example prompt: Using JarvisClaw, generate an embedding for the text 'The quick brown fox jumps over the lazy dog' with the gpt-4.1-nano model — I'll pay per call in USDC.

## When to prefer this

Choose this endpoint when you need OpenAI-compatible embeddings with no subscription or API key setup, paying only per call in USDC on Base or Solana via x402 protocol — ideal for agentic workflows requiring trustless, metered AI access.

## Known failure modes

- Payment not included or insufficient USDC — returns 402 Payment Required
- Invalid or unsupported model ID — returns 400 Bad Request
- Messages array malformed or missing content — returns 422 Unprocessable Entity
- Rate limit exceeded — returns 429 Too Many Requests
- Upstream model provider unavailable — returns 502 Bad Gateway

## How this service works

AI API Gateway with smart routing, pay per call via x402. OpenAI-compatible. Settled in USDC on Base & Solana.

## Output

A numerical vector (embedding) representing the semantic meaning of the input text, returned in OpenAI-compatible format, suitable for downstream similarity search, clustering, or RAG indexing.

## More

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