Short links 302-redirect to a target URL and count each click. Create them with an API key. The redirect is served at /l/{slug}.
curl -X POST https://omniyond.com/v1/link \
-H "Authorization: Bearer omni_your_key" -H "Content-Type: application/json" \
-d '{"url":"https://example.com"}'POST /v1/link.