← Back to Home

API Reference Guides

Client library initialization parameters.

Node.js Client

const client = new NexusClient({
  apiKey: 'sk_live_...',
  oauthProvider: 'google',
  headlessBypass: true
});

Python Client

engine = RoutingEngine(
  api_key="sk_live_...",
  proxy_rotation=True,
  timeout=30
)