Skip to main content
GENGEN API requests use bearer-token authentication.

Create a key

  1. Sign in to the GENGEN Dashboard.
  2. Open API Keys.
  3. Create a key and copy it immediately.
Keys begin with gengen_live_. The complete secret is shown only when the key is created.

Send the key

Include the key in the Authorization header:
Treat API keys like passwords. Do not put them in browser code, mobile apps, public repositories, documentation examples, or client-side environment variables.
Retrieve a video task with the same API key that created it. A replacement key in the same workspace can list persisted tasks but cannot retrieve a task created by the previous key.

Server-side configuration

Keep the key in a server-side secret manager or environment variable:

Authentication errors

See Errors for the complete response shape.