Loading
Bring AI avatars into your own app with the bitHuman Python SDK or REST API. Start free — 99 credits, no card required.
Sign up in seconds — 99 free credits, no card required.
Head to the Developer section of your dashboard.
Create a named secret and copy it. Treat it like a password.
Use it as the api-secret header (REST) or BITHUMAN_API_SECRET env var (SDK/CLI).
Python SDK:
pip install bithuman export BITHUMAN_API_SECRET="your-secret" bithuman demo --model expression.imx --identity portrait.jpg --audio speech.wav
REST API:
curl -X POST https://api.bithuman.ai/v1/validate \ -H "api-secret: $BITHUMAN_API_SECRET"