API Reference
Base URL: https://api.jarvisclaw.ai/v1
Authentication: Authorization: Bearer sk-your-api-key or PAYMENT-SIGNATURE (x402)
AI Models
| API | Endpoint | Billing |
|---|---|---|
| Chat Completions | POST /v1/chat/completions | Per token |
| Image Generation | POST /v1/images/generations | Per image |
| Video Generation | POST /v1/videos/generations | Per video |
| Music Generation | POST /v1/audio/generations | Per track |
| Audio & TTS | POST /v1/audio/speech | Per token |
| Web Search | POST /v1/search | Per call |
Marketplace Services
| API | Endpoint | Billing |
|---|---|---|
| Prediction Markets | /v1/marketplace/prediction/* | Per call |
| DEX Trading (0x) | /v1/marketplace/dex/* | Free |
| Compute (Sandbox) | /v1/marketplace/compute/* | Per call |
| Crypto Data (Surf) | /v1/marketplace/surf/* | Per call |
| Phone & Voice | /v1/marketplace/phone/* | Per call |
| Trading Markets | /v1/marketplace/markets/* | Per call |
| RealFace & Portrait | /v1/marketplace/realface/* | Per call |
Reference
| Page | Description |
|---|---|
| Errors | Error codes and handling |
| Models | Available models list |
| Security | Auth, encryption, rate limiting |