Authentication, base URL, scopes, and error semantics for the Yuzu API.
The Yuzu API lets you create and manage video-generation flows from your own systems — typically to wire Yuzu into a CRM, automation, or notetaker pipeline.
All endpoints require a Bearer token in the Authorization header:
Authorization: Bearer yzlk_your_api_key_here
API keys start with yzlk_ and are created from Settings → API Keys in your Yuzu workspace. Keys are scoped to a single workspace and can be restricted to specific operations (see Scopes below).
Treat keys as secrets. They grant access to your workspace’s data and quota. Rotate immediately if exposed.