Orbix AI Systems Español
Synthoria White Label · API intermediary

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.

Client frontend

Web, app, portal, WhatsApp.

Orbix API

Authentication, limits, routing.

Usage Gateway

Credit reservation and consumption.

AI provider

LiveAvatar, HeyGen, video engines.

Result

Avatar, video, response or asset.

Odoo Wallet

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.

Request API access

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.