heyvisa

Welcome to HeyVisa Documentation

Everything you need to integrate, automate, and understand HeyVisa. From your first visa report to building production-grade workflows on top of our API.

Quickstart

Generate your first report in under a minute. Replace YOUR_API_KEY with the key from your dashboard.

bash
curl -X POST https://api.heyvisa.com/v1/reports \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "applicant": {
      "country": "TR",
      "destination": "US",
      "purpose": "tourism"
    }
  }'

Core concepts