fyda logo

fyda.click

URL Intelligence & Short Links

fyda turns any destination into a secure, classified short link. Every link is prefixed by what it actually is — shopping, authentication, payment, download and more — so recipients know what to expect before they click.

API docsControl panel

What you get

Category-prefixed short links

Every link carries a path prefix that reveals the destination type, e.g. /sh/a8Kx92 for shopping.

SSRF-safe classification

URL structure is analyzed first, then destinations are fetched through a hardened, allowlisted pipeline.

Scoped bearer tokens

SHA-256 hashed API tokens with granular scopes, optional IP/CIDR pinning and audit logging.

Redirect chains & monetization

Add one or many intermediate hops, rotate affiliate links, show interstitial pages, or mask the final URL.

Privacy-first analytics

Track clicks, unique visitors, referrers and devices with configurable IP truncation or hashing.

Admin control panel

Manage links, chains, ad providers, campaigns, tokens and security rules with password + TOTP 2FA.

API at a glance

The full API lives on api.fyda.click. Create a link with a scoped token:

curl -X POST https://api.fyda.click/api/v1/urls \
  -H "Authorization: Bearer sk_live_<prefix>_<secret>" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://shop.example.com/product/42"}'
MethodPathDescription
POST/api/v1/urlsCreate a short URL. Classification starts immediately and continues in the background.
GET/api/v1/urlsList links. Filters: category, status, created_after, created_before, q, tag[key]=value. Pagination: limit, offset, sort.
GET/api/v1/urls/{id}Fetch a single link with system classification, tags and user metadata.
PATCH/api/v1/urls/{id}Update destination, status, expiry, tags or user metadata.
DELETE/api/v1/urls/{id}Soft-delete a link and purge it from the resolver cache.
GET/api/v1/urls/{id}/analyticsAggregated resolution analytics for one link.
GET/api/v1/urls/{id}/tagsRead all user-defined tags for a link.
PUT/api/v1/urls/{id}/tagsReplace the full tag set.

See the complete endpoint list on api.fyda.click.

Category prefixes

Every short link is served under the prefix for its detected category. Prefixes and the short domain are configurable in the control panel.

/sh/ — shopping/in/ — information/bl/ — blog/au/ — authentication/iv/ — invitation/vf/ — verification/pv/ — partial_verification/so/ — social/pay/ — payment/co/ — checkout/dl/ — download/docs/ — documentation/dev/ — developer/nw/ — news/vd/ — video/ad/ — audio/fm/ — form/sv/ — survey/sp/ — support/mk/ — marketing/lp/ — landing_page/api/ — api/u/ — unknown