UUID Generator

Developer REST API

Generate one or more UUID v4 values.

This page documents the HTTP endpoint POST /api/tools/uuid/execute.

View as Markdown

Call it over REST

POST https://api.findutils.com/api/tools/uuid/execute · no API keys · 60 requests/min per IP

Execute — verified arguments

curl -X POST https://api.findutils.com/api/tools/uuid/execute \
  -H "Content-Type: application/json" \
  -d '{}'

Parameter schema for this endpoint

curl https://api.findutils.com/api/tools/uuid

Interactive docs · OpenAPI 3.1 spec · All REST tools

Input schema

Argument Type Required Description
count integer no Number of UUIDs to generate (1–100).
uppercase boolean no Return UUIDs in uppercase.

Example arguments (verified)

{}

MCP

This tool is served over the REST API only. 292 other tools are also callable from Claude and any MCP client — see the MCP server.

More Developer tools