Authentication
This endpoint requires authentication using a Bearer token.Endpoint
POST
/links/bulk
Request Body
The request body should be an array of link objects. You can create up to 100 links at a time.The destination URL of the short link.Example:
https://google.comThe domain of the short link (without protocol). If not provided, the primary domain for the workspace will be used.
The short link slug. If not provided, a random 7-character slug will be generated.
The ID of the link in your database.
The ID of the tenant that created the link inside your system.
Whether to track conversions for the short link.
Whether the short link is archived.
The unique IDs of the tags assigned to the short link.
The unique name of the tags assigned to the short link (case insensitive).
The unique ID existing folder to assign the short link to.
The comments for the short link.
Whether the short link uses Custom Link Previews feature.
The custom link preview title (og:title).
The custom link preview description (og:description).
The custom link preview image (og:image).
Response
Returns an array of created links or error objects. Each item in the array will be either a successfully created link or an error object.The unique ID of the short link (success case).
The domain of the short link (success case).
The short link slug (success case).
The destination URL of the short link (success case).
The full URL of the short link (success case).
The error message (error case).
The error code (error case).
The link that caused the error (error case).