Loading
Please wait while we prepare everything for you
0%

Theme

Language

English
Español
Français
العربية
اردو
हिन्दी
Türkçe
中文
বাংলা

Features

Explore the powerful features that make our URL shortener stand out. From advanced link management to comprehensive analytics, discover all the tools at your disposal.

Analytics & Tracking

Detailed insights into your link performance:

  • Stats: List (GET) – backend/api/user/stats/list.php
    Query: sort_by, sort_order, search, limit, offset
  • Stats: Get (GET) – backend/api/user/stats/get.php?short_code=CODE
  • Export Analytics (GET) – backend/api/user/export_analytics.php
  • QR Settings (GET) – backend/api/user/get_qr_settings.php
  • QR Scans (GET) – backend/api/user/get_qr_scans.php

Note: All analytics data is available via API with comprehensive filtering options.

Team Collaboration

Work together efficiently with team features:

  • Teams
    List (GET): backend/api/user/team/team_insert_fetch.php?action=list
    Create (POST): backend/api/user/team/team_insert_fetch.php { action: 'create', name }
    Invite (POST): backend/api/user/team/team_insert_fetch.php { action: 'invite', email }
    Accept Invitation (POST): backend/api/user/accept-team-invitation.php { token }
  • Spaces
    List (GET): backend/api/user/spaces/list.php?sort_by=&sort_order=&search=&limit=&offset=
    Create (POST): backend/api/user/spaces/create.php { name }
    Get (GET): backend/api/user/spaces/get.php?id=ID
    Update (POST): backend/api/user/spaces/update.php { id, name }
    Delete (POST): backend/api/user/spaces/delete.php { id }

Tip: Use spaces to organize team links and assign them to specific team members.

Customization Options

Personalize your shortened URLs:

  • Domains
    List (GET): backend/api/user/domains/list.php?sort_by=&sort_order=&search=&filter_active=&limit=&offset=
    Create (POST): backend/api/user/domains/create.php { domain }
    Get (GET): backend/api/user/domains/get.php?id=ID
    Update (POST): backend/api/user/domains/update.php { id, domain }
    Delete (POST): backend/api/user/domains/delete.php { id }
  • Tracking Pixels
    List (GET): backend/api/user/pixels/list.php?sort_by=&sort_order=&search=&filter_active=&limit=&offset=
    Create (POST): backend/api/user/pixels/create.php { platform, pixel_id }
    Get (GET): backend/api/user/pixels/get.php?id=ID
    Update (POST): backend/api/user/pixels/update.php { id, platform, pixel_id }
    Delete (POST): backend/api/user/pixels/delete.php { id }
  • Account
    Profile (GET): backend/api/user/fetch_profile.php
    API Keys (GET): backend/api/user/fetch_api_keys.php
    Generate Key (POST): backend/api/user/generate_api_key.php
    Delete Key (POST): backend/api/user/delete_api_key.php { key_id }
    Plan (GET): backend/api/user/fetch_plan_info.php
    Payment Methods (GET): backend/api/user/fetch_payment_methods.php
    Add Payment Method (POST): backend/api/user/add_payment_method.php
    Regional Settings (GET): backend/api/user/fetch_regional_settings.php
    Notifications (GET): backend/api/user/get-notifications.php
    KYC Status (GET): backend/api/user/kyc/get_kyc_status.php
  • AI Capabilities
    Suggest Slug (POST): backend/api/common/ai/suggest-slug.php { url }
    Analyze Keywords (POST): backend/api/common/ai/analyze-keywords.php { keyword, url? }
    Categorize URL (POST): backend/api/common/ai/categorize-url.php { url }
    Predict Traffic (POST): backend/api/common/ai/predict-traffic.php { url?, url_id? }
    Optimize QR (POST): backend/api/common/ai/optimize-qr.php { url, qr_settings }
    Detect Spam (POST): backend/api/common/ai/detect-spam.php { url }

Note: All customization features are available via API with full CRUD operations.

Need Help Getting Started?

Our support team is here to help you get up and running quickly. Don't hesitate to reach out if you have any questions.

Contact Support