📘
Lynx
GitHub
  • Welcome
  • Installation
    • Installation
      • Native
      • Docker
    • Post Installation
    • Environment Variables
  • Guides
    • Backups
  • API
    • Using the API
    • API Reference
      • Accounts
      • Users
      • Links
      • Import
      • Export
      • About
      • ShareX
  • Roadmap
Powered by GitBook
On this page
  • Create Link
  • Get Config

Was this helpful?

Edit on GitHub
  1. API
  2. API Reference

ShareX

Create Link

POST https://demo.getlynx.dev/api/sharex

Request Body

Name
Type
Description

secret*

String

API key

url*

String

{
    "success": true,
    "url": "https://demo.getlynx.dev/website",
}

Get Config

GET https://demo.getlynx.dev/api/sharex

Headers

Name
Type
Description

Authorization

String

Your API key

Cookies

Name
Type
Description

token

String

Your JWT Session

{
    "success": true,
    "result": {
        "config": {
            "Version": "14.1.0",
            "Name": "Lynx",
            "DestinationType": "Lynx",
            "RequestMethod": "POST",
            "RequestURL": "https://demo.getlynx.dev/api/sharex",
            "Body": "MultipartFormData",
            "Arguments": {
                "secret": "uihJEIwC0jjGIF0BhZnY7xI90jN664La",
                "url": "{input}"
            },
            "URL": "{json:url}",
            "ErrorMessage": "{json:error}"
        }
    }
}

Last updated 1 year ago

Was this helpful?