Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.meshrouter.app/llms.txt

Use this file to discover all available pages before exploring further.

Accountless pay-per-call uses the x402-style challenge endpoint:
curl https://api.meshrouter.app/v1/payments/x402 \
  -H "Authorization: Bearer mesh_live_..." \
  -H "Content-Type: application/json" \
  -d '{"amountUsd":0.01,"route":"/v1/chat/completions"}'
After payment confirmation, retry the original request with the returned unlock context.