Trusted short links from
GFTV Officers

gftv.asia short links can only be created by GFTV officers, so you can be sure it's from a trustworthy source.

Created for GFTV officers

Anti-phishing

Shorten your links with a trustworthy gftv.asia domain, so your users know they are from a GFTV officer.

Customised

Long URLs are hard to remember and take up space. Create and share short links instead.

File sharing

Upload your file to share it with anyone, using a customised and trustworthy gftv.asia short link.

Analytics

Want to know how popular your links are? Track each link's click rate through our web interface.

The official link shortener for Global Furry Television

GFTV OFFICERS ONBOARD
SHORT LINKS CREATED
CLICKS

Welcome back

Log in to manage your GFTV short links

Don't have an account? Register here

Create Account

Join GFTV Links — approval required before access

Already have an account? Log in

Waiting for Approval

Your account has been created and is pending admin approval. You'll be able to log in once an admin reviews your request.

Please check back later. If you believe this is taking too long, contact a GFTV admin.

You've been pre-approved!

Congratulations, you have been pre-approved with Viewer access!

Your account is ready to go. Click below to get started.

After generating your API key, please make a copy of it immediately as it will only be shown once. Upon leaving or refreshing this page, the key will be hidden. Refer to our API Documentation for more information.

Keep your API key secret. Anyone with your API key can create and modify links on your behalf. If you suspect your key has been compromised, regenerate it immediately.

Quick Reference

Use the Authorization: ApiKey <your_key> header on every request. The base URL is https://gftv.asia/api/v1.

GET /api/v1/links

List all short links owned by your account. Supports slug, tag, limit, and offset query parameters.

GET /api/v1/links/:slug

Retrieve details for a specific short link by its slug.

POST /api/v1/links

Create a new short link. Body: { "slug": "my-link", "destination": "https://…", "tags": [] }

PUT /api/v1/links/:slug

Update an existing link you own. Body accepts destination, is_active, and/or tags.

View Full API Documentation →