Skip to main content
POST
https://YOUR_DEPLOYMENT.lupitor.com/api/v1
/
api
/
v1
/
records
/
bulk
Bulk Create Records
curl --request POST \
  --url https://your_deployment.lupitor.com/api/v1/api/v1/records/bulk \
  --header 'x-api-key: <api-key>'
This endpoint is an alias for Bulk Create Leads.Both /api/v1/records/bulk and /api/v1/leads/bulk are functionally identical. Use whichever naming convention fits your integration.
See the Bulk Create Leads documentation for full details on:
  • Request body parameters
  • Response format
  • Code examples
  • Best practices
  • Error handling