Bulk, Import, and Export APIs
Bulk/import APIs are designed for large link migrations and batched operational updates.Bulk operation endpoints (/bulk/*)
POST /bulk/links/validatePOST /bulk/links/validate-updatePOST /bulk/links/validate-deletePOST /bulk/links/createPOST /bulk/links/updatePOST /bulk/links/deleteGET /bulk/operationsGET /bulk/operations/:idPOST /bulk/operations/:id/cancel
Links bulk endpoints (/links/bulk*)
POST /links/bulkPATCH /links/bulkPOST /links/bulk/deletePOST /links/export
Import endpoints (/links/import/*)
GET /links/import/providersGET /links/import/:provider/authGET /links/import/:provider/callbackPOST /links/import/:provider/startGET /links/import/jobsGET /links/import/jobs/:idPOST /links/import/jobs/:id/cancelPOST /links/import/csv
Async general exports
POST /exportsGET /exportsGET /exports/:idGET /exports/:id/download
Permission model
Bulk and import routes are workspace-scoped and require appropriate links permissions for read/create/update/delete operations.Typical failure classes
- validation failures on malformed rows
- plan-limit violations during create
- job cancellation/timeout outcomes
- provider auth/callback failures for third-party imports
/user-guides/manual/growth/links-and-settings-reference/api-reference/exports/overview

