Guides
Pay per call
Unlock one-off MESH requests with x402-style payment challenges.
Accountless pay-per-call uses the x402-style challenge endpoint:
After payment confirmation, retry the original request with the returned unlock context.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Unlock one-off MESH requests with x402-style payment challenges.
curl https://api.meshrouter.app/v1/payments/x402 \
-H "Authorization: Bearer $MESH_API_KEY" \
-H "Content-Type: application/json" \
-d '{"amountUsd":0.01,"route":"/v1/chat/completions"}'