For developers
API portal
Embed VisaCheki intelligence into your booking flow, your CRM, your compliance pipeline. 100 free calls per month, no card required.
Quick start
// Check visa requirements
const res = await fetch('https://api.visacheki.dev/v1/check/requirements', {
method: 'POST',
headers: { 'Authorization': 'Bearer YOUR_KEY' },
body: JSON.stringify({ origin: 'NG', destination: 'GB' })
});
const res = await fetch('https://api.visacheki.dev/v1/check/requirements', {
method: 'POST',
headers: { 'Authorization': 'Bearer YOUR_KEY' },
body: JSON.stringify({ origin: 'NG', destination: 'GB' })
});