Skip to content
APISeeker
Free API60 req/minDeveloper Tools

UUID Generator

Create cryptographically strong random UUIDs for IDs, correlation and keys.

By RSM DevOps

Public endpoint

GETuuidgen.apiseeker.com
/v1/generate

Auth: X-SEEKER-Key

Endpoint

Optional count query (default 1, max 20).

Method

GET

Path

/v1/generate

Full URL

https://uuidgen.apiseeker.com/v1/generate

Authentication

Send X-SEEKER-Key on every request. Free tools still require a valid APISeeker key — no auth bypass.

Parameters

  • countqueryintegeroptional

    How many UUIDs to return (1–20)

Request example

cURL
curl -s "https://uuidgen.apiseeker.com/v1/generate?count=1" \
  -H "X-SEEKER-Key: YOUR_API_KEY"

Response example

JSON
{
  "success": true,
  "data": {
    "uuids": [
      "550e8400-e29b-41d4-a716-446655440000"
    ],
    "count": 1
  },
  "request_id": "req_example"
}

Errors & limits

  • 400Invalid or missing parameters
  • 401Missing or invalid API key
  • 429Rate limit exceeded

Rate limit: 60 req/min

Playground

Live playground

UUID Generator

Login required

Sign in to send live requests. Docs and URL preview stay open. Log in

GETRequest URL
https://uuidgen.apiseeker.com/v1/generate?count=1
Log in to test endpoint
Status: Latency:

Response

Response will appear here after you send a request.

Related tools

FAQ