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
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.
Link Directory
All short links created on gftv.asia
My Links
Manage and track your short links
Ownership Requests
People requesting ownership of your links
Admin Panel
Manage user accounts and approvals
My Profile
Manage your account settings
API Integration
Manage your API key for programmatic access
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.
Quick Reference
Use the Authorization: ApiKey <your_key> header on every request. The base URL is https://gftv.asia/api/v1.
/api/v1/links
List all short links owned by your account. Supports slug, tag, limit, and offset query parameters.
/api/v1/links/:slug
Retrieve details for a specific short link by its slug.
/api/v1/links
Create a new short link. Body: { "slug": "my-link", "destination": "https://…", "tags": [] }
/api/v1/links/:slug
Update an existing link you own. Body accepts destination, is_active, and/or tags.