Fungenerators Uuid
Connector for the fungenerators-uuid API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.fungenerators.com - Auth:
header:X-Fungenerators-Api-Secret(pass your key via theapiKeyinput)
Operations
get_uuid— GET /uuid — Generate a random UUID (v4).get_uuid_version_version— GET /uuid/version/{version} — Generate a random UUID (v4).post_uuid— POST /uuid — Parse a UUID string and return its version and check whether it is valid.
Inputs
apiKey— your fungenerators-uuid API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_uuid
apiKey: <your key>