Skip to main content
POST

Request

Headers

string
required
Must be application/json

Body

Array of link objects to create (max: 100)Each link object can contain the same fields as the single create endpoint:
  • url (required) - Destination URL
  • slug (optional) - Custom slug
  • title (optional) - Link title
  • description (optional) - Link description
  • tags (optional) - Array of tags
  • domain (optional) - Custom domain
  • geoPresetId (optional) - ID of a saved geo preset from GET /v1/geo-presets. The link’s geo rule uses the preset’s saved country list. Rows with geoPresetId must also provide alternateUrl; unknown preset IDs fail that row’s validation
  • alternateUrl (optional) - Redirect destination for visitors matching the preset’s countries. Required when geoPresetId is set: a row with geoPresetId but no alternateUrl fails validation

Response

array
Array of successfully created link objects
array
Array of failed link attempts with error details
object
Summary counts