Skip to Content
GuidesAPI Reference
LinksBulk Import
POST/api/v1/links/bulk

Bulk import links

Create multiple links in a single request. Useful for migrations or seeding large campaign batches. Rate limited to 3 requests per minute.

Authorization
Authorizationstringheaderrequired

Bearer token. Format: Bearer YOUR_API_KEY

Bodyapplication/json
domainstringbodyrequired

Domain for all links in this batch. Must be a domain verified in your workspace (e.g. go.mycompany.com).

linksarraybodyrequired

Array of link objects to create. Each object supports the fields below.

links[].urlstringbodyrequired

The destination URL for this link.

links[].customSlugstringbodyoptional

Custom slug. Auto-generated if omitted.

links[].titlestringbodyoptional

Display name for the link.

links[].redirectTypePERMANENT_301 | TEMPORARY_302bodyoptional

HTTP redirect type. Defaults to TEMPORARY_302.

Last updated on