Developer Preview

The SDK for
Modern Teams.

The Novus Studio API and WASM SDK are currently in private beta. Documentation below represents the upcoming stable release.

Authentication

Commercial usage requires a Bearer token generated via the Novus Dashboard.

Authorization: Bearer NOVUS_LIVE_XXXXXXXXXXXXXXXX

WASM SDK

import { NovusEngine } from '@novus-studio/ai-engine';

const engine = new NovusEngine({ apiKey: 'YOUR_KEY' });
const result = await engine.removeBackground(file);