API Playground

Test any tool in real-time. Select a tool, edit the input, and hit Execute.

Select a tool and click Execute to see the response here.

curl -X POST https://toolroute.ai/api/v1/execute \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer tr_live_xxx" \
  -d '{"tool":"search/web","input":{"query":"best AI tools 2026","num_results":5}}'