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
Risk Score
A weighted, AI-calculated indicator that summarises how strong your application looks across documents, finances, and stated purpose.
Document Analysis
HeyVisa inspects each uploaded file for completeness, expected fields, and known red flags before producing a structured report.
Recommendations
Actionable, profile-specific suggestions that help you reduce risk before you submit your visa application.