Private BetaFound a bug or have feedback? Share it →

UUID Generator

Generate RFC 4122 UUID v4 values. Useful for creating unique identifiers in agent workflows. Free, no key required.

Healthy
UtilitiesNo upstream key required

Base URL

https://api.apiclearinghouse.com/v1/call/uuid-generator

Authenticate with X-Api-Key: chk_live_... header.

GET/v4

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/uuid-generator/v4" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "uuid": "abc123"
  }
}

Try it live

No setup required. Sign in and run UUID Generator directly from your browser.

Open in Explorer →

Rate Limits

Free10/min
Pro100/min
Elite500/min

Monthly limits also apply per plan.

Authentication

Pass your API key in the request header:

X-Api-Key: chk_live_...
Join the beta
← Back to catalog