DocsGetting Started

Getting Started

Start reading the web with Tryb Agent Vision in under 5 minutes.

# Quick Start
curl -X POST https://api.tryb.dev/v1/read \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com"}'

1Quick Start

Use cURL to make your first request.

Next up