---
title: "Generate stream key"
method: GET
path: "/1/videos/password"
tags: ["Misc > stream"]
---

# Generate stream key

`GET /1/videos/password`

Generate a random password string in base 52 (0-9a-zA-Z minus aeiouAEIOU).
The first 5 vowels have been removed to avoid bad luck passwords
(1fUcky0u for example).

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` string

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
