Connect your platform to our AI processing layer via one endpoint — OTA integration, agent tooling, and government portal connections.
Propellus AI Engine
200 OK
Trigger a visa application with a single API call. Pass passport data or a scan URL. Propellus handles the rest.
Receive status updates, document delivery, and error notifications as webhooks to your endpoint. No polling required.
All responses are data-only. Render the experience in your own UI. Your brand. Our intelligence layer behind it.
// Trigger a visa application via Propellus API const response = await fetch('https://api.propellus.co/v1/applications', { method: 'POST', headers: { 'Authorization': 'Bearer YOUR_API_KEY', 'Content-Type': 'application/json' }, body: JSON.stringify({ traveler_id: 'trv_abc123', destination_country: 'TH', passport_scan_url: 'https://your-storage.com/passport.jpg', travel_date: '2026-09-15' }) }); const application = await response.json(); // { id: 'app_xyz789', status: 'processing', eta: '45 seconds' }
// illustrative · exact API contract will be finalised before documentation goes live.
We're onboarding OTA integration partners now. Join the waitlist and we'll reach out directly when sandbox access is ready.
No spam. One email when we're ready.