Back
TrybPlayground

API Playground

Test the Agent Vision API - use demo mode or enter your API key for live results

Extracts and cleans web page content using AI. Returns Markdown optimized for LLMs. 1 credit

cURL
curl -X POST https://api.tryb.dev/v1/read \
  -H "Authorization: Bearer sk_vision_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com",
    "format": "markdown",
    "use_cache": true,
    "clean_with_ai": true
  }'
Response

Click "Run Demo" to see the response

Demo mode - no credits used

Ready to integrate? Get your API key and start with 100 free credits.