GET https://api.linkskipper.app/v1/providers · Any valid API key./v1/resolve.
Request
Headers
Bearer sk_live_…. See Authentication.Response
The provider catalog.
200 OK
Supported providers
| Provider | Label | Hosts | Tier | Cost | Latency |
|---|---|---|---|---|---|
aylink | Aylink | aylink.co, cpmlink.pro, ay.live, cpmlink.co | standard | 1 | 2–8s |
linktl | LinkTL | lnk.news, link.tl | standard | 1 | 2–8s |
ouo | Ouo | ouo.io, ouo.press | standard | 1 | 2–8s |
exe | Exe.io | exe.io, exeygo.com, cuty.io, cuttty.com | premium | 2 | 15–25s, best-effort |
This catalog is the source of truth and grows over time. Fetch it at runtime rather than
hard-coding the host list, so new providers and hosts work without a code change.
Tiers
Every provider has a tier that reflects how expensive a link is to resolve.Standard
Resolved directly. Fast and inexpensive — 1 credit per successful resolve, typically
2–8 seconds.
Premium
Harder targets (currently
exe.io and friends) that need extra processing. 2 credits
per successful resolve, 15–25 seconds, best-effort.unsupported_link (422) from
/v1/resolve — you are not charged for it.
Examples
The JS/PHP SDK provider entry exposes
provider, label, hosts, tier, and latency.
Use the raw resolve_cost field from the HTTP response (or the tier) to compute the credit
cost before resolving.