Bulk import (CSV)
Create hundreds of links at once from a spreadsheet.
CSV template
Download the template from the dashboard Links → Import CSV. The first row must be column headers matching the field names below.
Columns
Required
title
Optional
deepLinkslugparams(JSON string)utmSource,utmMedium,utmCampaigntags(comma-separated)campaignIdinfluencerId
Maximum 400 rows and 1MB per upload.
API
bash
POST /api/links/bulk-csvContent-Type: multipart/form-dataAuthorization: Bearer YOUR_TOKEN_OR_API_KEYFields:file: (CSV)projectId: YOUR_PROJECT_ID
javascript
// Response{"created": 120,"skipped": 3,"errors": [{ "row": 45, "message": "Invalid slug" }],"links": [/* created link summaries */]}