Home / Use cases / voyage-embeddings-billing
Voyage AI embeddings — paid-embed-mcp drop-in
The problem
Voyage embedding pricing requires its own dashboard, its own invoicing flow.
What Spawnpay does
paid-embed-mcp is a drop-in MCP server that proxies Voyage through Spawnpay. Whole batch = 1 spawnpay call. Settled on Base L2 instantly.
Code
curl -X POST https://spawnpay.ai/api/proxy\
-H 'Authorization: Bearer spk_live_...'\
-H 'Content-Type: application/json'\
-H 'X-Provider-Key: $VOYAGE_API_KEY' \
-d '{ "provider": "voyage", "path": "/v1/embeddings", "method": "POST", "body": { "input": [ "hi" ], "model": "voyage-2" }}'
What you get with $7 free credit
Every new spk_ wallet starts with $7. That covers 7,000 proxy calls, 1,400 cloud-scrapes, or 700 screenshots — enough to verify Spawnpay fits your workflow before topping up.