📘
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

Export

Export links to file

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

Bulk export links to a CSV/JSON file

Request Body

Name
Type
Description

format*

String

csv or json

{
    "success": true,
    "result": {
        "buffer": "BUFFER",
        "filename": "export-2adafb34-2e0b-45f8-8dab-21c64dcb28d5.json"
}

Last updated 1 year ago

Was this helpful?