Get started with TinyFn in under a minute
curl "https://api.tinyfn.io/v1/generate/uuid" \ -H "X-API-Key: YOUR_API_KEY"
{ "uuid": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "version": 4, "variant": "RFC 4122" }
curl "https://api.tinyfn.io/v1/validate/[email protected]"
curl "https://api.tinyfn.io/v1/generate/password?length=16"
curl "https://api.tinyfn.io/v1/hash/sha256?text=hello"
curl "https://api.tinyfn.io/v1/fun/dad-joke"