语言
/v1/uuid/batch
在一个请求中生成一批 v4 UUID。 指定计数(最多 100)。 返回 UUID 字符串数组。
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}'
在一次调用中生成 50-100 个 UUID,以使用实际主键填充临时或测试环境。
在批量插入之前获取一批 ID,以便您可以在单个事务中引用父行和子行。
Free tier includes 5 requests per minute with no credit card required. Upgrade for higher limits.