Tinyuid
Connector for the tinyuid API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://tinyuid.com/api - Auth:
bearer(pass your key via theapiKeyinput)
Operations
post_v1_shorten— POST /v1/shorten — Create short link
Inputs
apiKey— your tinyuid 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: post_v1_shorten
apiKey: <your key>