UUID

Free

Generate cryptographically secure UUIDs/GUIDs in version 4 format, ensuring uniqueness across distributed systems for reliable unique identifier creation.

Generate a UUID

Generate a UUID using multiple UUID generators. The first successful response will be returned.

GET
/ uuid

Response Schema

{
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string",
      "description": "The generated UUID",
      "example": "123e4567-e89b-12d3-a456-426655440000"
    }
  }
}

Authorizations

Authorization
header
required

Authentication token in the format "Bearer <token>"