Language
/v1/uuid/batch
Generate a batch of v4 UUIDs in one request. Specify the count (up to 100). Returns an array of UUID strings.
Number of UUIDs to generate (1-100).
curl -X POST https://api.botoi.com/v1/uuid/batch \ -H "Content-Type: application/json" \ -d '{"count":3}'
Generate 50-100 UUIDs in one call to populate staging or test environments with realistic primary keys.
Fetch a batch of IDs before a bulk insert so you can reference parent and child rows in a single transaction.
Free tier includes 5 requests per minute with no credit card required. Upgrade for higher limits.