📘
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

Was this helpful?

Edit on GitHub
  1. API
  2. API Reference

Import

Import links from file

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

Bulk imports links from a CSV/JSON

Request Body

Name
Type
Description

service*

String

Source service to import from:

shlink, yourls, lynx

file*

File

CSV or JSON File

{
    "success": true,
    "message": "Imported 1000/1000 links!"
}

Last updated 1 year ago

Was this helpful?