Back to Tool
🆔

UUID Generator API

Generate UUIDs (v1, v4) programmatically

Endpoint

POST/api/v1/uuid-generator

Authentication

Include your API key in the request header:

X-API-Key: your_api_key_here

Get your API key from the Dashboard

Request Body

Content-Type: application/json

FieldTypeRequiredDescription
countnumberNoNumber of UUIDs to generate (1-100, default: 1)
uppercasebooleanNoReturn uppercase UUIDs (default: false)

Response

FieldTypeDescription
successbooleanWhether the operation was successful
uuidsarrayArray 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}'

Pricing

$0.0010 per call

Get API Key

Rate Limits

  • • 100 requests per minute
  • • 10,000 requests per day
  • • Max request size: 10MB

Need Help?

Contact us at support@shubhambadgujar.com