UUID Generator

Generate UUID v4 or v7 identifiers

GET api/v1/uuid

Generate UUID v4 or v7 identifiers

Rate Limiting

Standard rate limits apply to this endpoint.

Authentication

This endpoint requires authentication via API key. You can use the sandbox mode for testing without registering. See the authentication guide for details.

Try It Yourself

Test this endpoint directly from your browser using our API sandbox. No authentication required for testing.

Try API Endpoint

This is a limited sandbox environment.

For full, unlimited API access, register for a free account during our beta period.

/
Sandbox API Usage Get full API access
No token information available
Sandbox limit: 1 token per day with 25 requests per token
Your session has expired. A new token will be created automatically.

Your daily Sandbox API quota has been exhausted. Please try again tomorrow.

Need unlimited access? Register for free and get your own API key with higher limits.

Unable to validate your API token.

Response

Send a request to see the response

                        

Common Use Cases

Database primary keys

Generate UUID v4 or v7 identifiers for use as database primary keys in distributed systems where auto-increment IDs aren't suitable.

Session and token generation

Create unique session identifiers, correlation IDs, or idempotency keys for API requests and distributed tracing.

File naming and deduplication

Generate unique filenames for uploaded files to prevent collisions in storage systems. Use UUIDs as folder names for user-specific content.