Misc > stream

Generate stream key

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).

get/1/videos/password

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

datastring

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.