Free API60 req/minDeveloper Tools
UUID Generator
Create cryptographically strong random UUIDs for IDs, correlation and keys.
By RSM DevOps
Public endpoint
GET
uuidgen.apiseeker.com/v1/generateAuth: X-SEEKER-Key
Endpoint
Optional count query (default 1, max 20).
Method
GET
Path
/v1/generate
Full URL
https://uuidgen.apiseeker.com/v1/generateAuthentication
Send X-SEEKER-Key on every request. Free tools still require a valid APISeeker key — no auth bypass.
Parameters
countqueryintegeroptionalHow 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
Sign in to send live requests. Docs and URL preview stay open. Log in
GETRequest URL
https://uuidgen.apiseeker.com/v1/generate?count=1Status: —Latency: —
Response
Response will appear here after you send a request.
