Skip to main content
All endpoints in this reference use HTTPS with a bearer API key. Send requests to https://api.bitstudio.ai; do not add a /v1 prefix.

Create a key

  1. Sign in to Studio.
  2. Open your account menu and choose API Keys, or open the API Keys page.
  3. Create a key for the intended personal or team workspace. Team keys require the appropriate owner or admin role.
  4. Copy the secret when it is shown. The complete key is only displayed at creation.
The key stays scoped to the selected workspace. Switching the active workspace in the Studio interface does not retarget existing keys. Use a separate key for each integration and environment so you can revoke one without disrupting the others.

Send the Authorization header

Store the key in your server environment or secret manager:
Then make a read-only request:
Never put an API key in browser JavaScript, a mobile application bundle, a public repository, or a support screenshot. Make authenticated calls from your server.

Account access and revocation

API requests use the scoped workspace’s available features and credits. A valid key does not bypass plan restrictions or model access rules. A virtual fitting room key may have a different account scope and cannot be assumed to grant access to Studio creation endpoints. Manage and revoke keys on the API Keys page. If a key is exposed, create a replacement, update your server configuration, and revoke the old key. Existing keys cannot create further keys through the Studio key-management routes. Run your first generation →