Complete API reference, SDKs, and guides to integrate visa services into your platform.
Sign up and get your API credentials
Use our sandbox environment to test
Switch to production and launch
// Install the SDK
npm install @fluxir/sdk
// Initialize with your API key
import Fluxir from '@fluxir/sdk';
const fluxir = new Fluxir({
apiKey: 'your_api_key_here',
environment: 'sandbox' // or 'production'
});
// Make your first request
const requirements = await fluxir.visa.check({
nationality: 'US',
destination: 'AE'
});
console.log(requirements);/v1/visa/requirements/v1/applications/v1/applications/:id/v1/applications/:id/documents/v1/applications/:id/status/v1/applications/:idNode.js
v2.1.0
Python
v1.8.0
Ruby
v1.5.0
Java
v1.4.0
Go
v1.3.0
PHP
v1.2.0
Get your API key and start building today.