Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

linksgpt-url-shortener

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linksgpt-url-shortener

LinksGPT URL Shortener Python SDK. It supports AI-driven URL shortening and expansion, custom domains, team roles, customizable QR codes, tracking and in-depth analytics, deep linking and enhanced link security.

  • 1.0.0
  • PyPI
  • Socket score

Maintainers
1

LinksGPT URL Shortener Python SDK

LinksGPT URL Shortener SDK, provides an easy way to interact with the LinksGPT API, enabling developers to build applications that leverage the power of LinksGPT's features.

LinksGPT is a professional link management platform for custom short urls, brand building and conversion optimization. It offers intelligent URL shortening and expansion, custom domains, team roles, customizable QR codes, tracking and AI-based in-depth analytics, deep linking, openAPI and enhanced link security. Powered by AI, it provides intelligent insights and recommendations based on user behavior and click patterns, support data-driven brand strategies and marketing decisions.

Requirements

Python 2.7 and 3.4+

Installation & Usage

pip install

pip install linksgpt-url-shortener

Then import the package:

import linksgpt_url_shortener

Getting Started

from __future__ import print_function
import time
import linksgpt_url_shortener
from linksgpt_url_shortener.rest import ApiException
from pprint import pprint

# Configure API key authorization: ApiKeyAuth
configuration = linksgpt_url_shortener.Configuration()
configuration.api_key['apiKey'] = 'YOUR_API_KEY'

# create an instance of the API class
api_instance = linksgpt_url_shortener.V1DomainsApi(linksgpt_url_shortener.ApiClient(configuration))

try:
    # List your domains
    api_response = api_instance.list_domains()
    pprint(api_response)
except ApiException as e:
    print("Exception when calling V1DomainsApi->list_domains: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://app.linksgpt.com

API document: LinksGPT DEV API Documentation & API Explorer

ClassMethodHTTP requestDescription
V1DomainsApilist_domainsGET /api/v1/domainsList your domains
V1LinksApicreate_linkPOST /api/v1/linksCreate a new link
V1LinksApidelete_linkDELETE /api/v1/links/{id}Delete a link
V1LinksApiget_link_by_idGET /api/v1/links/{id}Get a link
V1LinksApilist_linksGET /api/v1/linksList links
V1LinksApilist_tagsGET /api/v1/links/tagsList tags
V1LinksApiupdate_linkPUT /api/v1/links/{id}Update a link
V1LinksApiupdate_link_tagsPUT /api/v1/links/{id}/tagsUpdate the tags
V1UsersApiget_account_detailsGET /api/v1/users/meGet account details

Source Code

GitHub Repo: url-shortener-sdk-python

Author

service@linksgpt.com

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc