Quantumize
Powered by Quantal Security
Getting Started
Integers
Floats
Hex
Strings

Strings

Quantumize returns 16-character alphanumeric strings. The strings can contain both uppercase and lowercase letters. The format of the response is JSON.

To access the Strings API, you will need to include your API key in the x-api-key HTTP header of each request. This header allows the API to authenticate and authorize your application to access its resources.

Getting a Random String

To retrieve a random string, make a GET request to the following endpoint: GET https://api.quantumize.io/string

Example Request

GET https://api.quantumize.io/qrng-service/string
x-api-key: YOUR_API_KEY

Example Response

HTTP/1.1 200 OK
Content-Type: application/json

{
  response: [
    DtsN3v5r6lCk0hEQ
  ]
}