Your company can sell AI under its own brand using Orbix infrastructure.
Synthoria White Label lets external companies connect their front-ends to an Orbix API that securely intermediates with providers such as LiveAvatar, HeyGen and other AI engines, without exposing keys or internal logic.
Integration model
Orbix acts as the white label intermediary layer: it receives client requests, validates balance, routes to the right provider and returns outputs under a controlled branded experience.
Web, app, portal, WhatsApp.
Authentication, limits, routing.
Credit reservation and consumption.
LiveAvatar, HeyGen, video engines.
Avatar, video, response or asset.
Billing, recharge and traceability.
For external companies
White label API
Integrate AI without exposing final providers.
Credits and usage
Each use is measured and can be deducted from the Wallet.
Client front-end
The customer keeps their own brand and experience.
Recommended API contract
POST /white-label-api/v1/video
Authorization: Bearer CLIENT_TOKEN
{
"client_id": "partner_123",
"service": "photo_to_video",
"prompt": "marketing product video",
"image_url": "https://...",
"brand": "client_brand",
"callback_url": "https://client.app/webhook"
}LiveAvatar, HeyGen and other provider keys must live only in the Orbix backend or secure vaults.