SDK Reference
Client
Initialize and configure SDK clients.
SDK Reference
Initialize and configure SDK clients.
| SDK | Repository |
|---|---|
| Node.js SDK | https://github.com/JsonChao/removebgvideo-node |
| Python SDK | https://github.com/JsonChao/removebgvideo-python |
import { RemoveBGVideoClient } from 'removebgvideo-node';
const client = new RemoveBGVideoClient(process.env.REMOVEBGVIDEO_API_KEY!);from removebgvideo import RemoveBGVideoClient
client = RemoveBGVideoClient(api_key='YOUR_API_KEY')Configure request timeout and retry policy based on your SLA and batch size.