Back to Tool
🆔
UUID Generator API
Generate UUIDs (v1, v4) programmatically
Endpoint
POST
/api/v1/uuid-generatorAuthentication
Include your API key in the request header:
X-API-Key: your_api_key_hereGet your API key from the Dashboard
Request Body
Content-Type: application/json
| Field | Type | Required | Description |
|---|---|---|---|
| count | number | No | Number of UUIDs to generate (1-100, default: 1) |
| uppercase | boolean | No | Return uppercase UUIDs (default: false) |
Response
| Field | Type | Description |
|---|---|---|
| success | boolean | Whether the operation was successful |
| uuids | array | Array of generated UUIDs |
Code Examples
curl -X POST https://tools.shubhambadgujar.com/api/v1/uuid-generator \
-H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{"count": 5}'Rate Limits
- • 100 requests per minute
- • 10,000 requests per day
- • Max request size: 10MB
Need Help?
Contact us at support@shubhambadgujar.com