Password Generator

Allows you to generate a strong, random password of customizable length, using a mix of uppercase letters, lowercase letters, numbers, and special characters.

Endpoint

  • URL: https://api.erensko.xyz/v1/password-generator

  • Method: GET

  • Description: Generates a random password with the specified length. By default, it generates a 16-character password, but users can specify a length between 6 and 32 characters.

URL Parameters

Key
Value

length (optional)

The length of the generated password. Must be between 6 and 32 characters. If not provided, length will be 16.

Headers

Key
Value

Authorization

Your own personal API key, create one by clicking here. This is required.

Request Example

GET https://api.erensko.xyz/v1/password-generator?length=12

Response Example

{
  "password": "f!2e@8F$zV+Y-5p?"
}

Privacy Note

  • We do not log or store the responses from the Password Generator endpoint. This means that we do not have access to the passwords generated. Your generated passwords are kept private and secure, ensuring your data remains confidential. Refer to our Privacy Policy for further information.

Last updated