Link Cloning
Duplicate an existing link with all settings so you can iterate on campaigns without re-entering fields.
In the dashboard
Open a link → Clone. Flinku creates a new short URL (new slug) while copying deep link, UTM fields, geo rules, fallback chain, passwords, schedule, and metadata. Edit the clone before sharing.
API
bash
POST /api/links/:id/clone
Authorization: Bearer YOUR_TOKEN_OR_API_KEYjavascript
// Response: new link object with fresh id and slug
{
"id": "new_id",
"slug": "summer-campaign-copy",
"shortUrl": "https://yourapp.flku.dev/summer-campaign-copy"
}