📑

Sort Lines

Sort lines alphabetically or numerically, ascending or descending.

text API: POST /api/tools/sort-lines

Input

🔌 API Usage

POST /api/tools/sort-lines
Content-Type: application/json

// Example body:
{
  "text": "",
  "order": "asc",
  "type": "alpha"
}