Book a DemoSign Up
> api_and_integration

The Propellus API. AI infrastructure for visa processing.

Connect your platform to our AI processing layer via one endpoint — OTA integration, agent tooling, and government portal connections.

// API access in development · Q3 2026
Propellus AI Engine 200 OK
POST /v1/applications · ai_pipeline
AI extracts passport0.8s
AI validates · 50+ checks1.2s
Auto-fills & submits via webhook2.1s
Streams status · real-timelive
// ai_confidence 0.94847/1000
> how_the_api_works

One integration. Full processing layer.

// your side
Your Application
// request
POST /v1/applications
// propellus
Processing Engine
// webhook
to your endpoint

Application submission

Trigger a visa application with a single API call. Pass passport data or a scan URL. Propellus handles the rest.

Real-time webhooks

Receive status updates, document delivery, and error notifications as webhooks to your endpoint. No polling required.

White-label ready

All responses are data-only. Render the experience in your own UI. Your brand. Our intelligence layer behind it.

> sample_request

A single call. The full workflow.

// 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.

> roadmap

What's available now — and what's coming.

✓ Available now

  • Travel agent portal (V2) — full web application
  • Document processing and OCR
  • Order management dashboard

→ Planned · 2027

  • Government portal API
  • Travel Score API
  • Partner data feeds

Be first when API access opens.

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.