Skip to main content
POST
/
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>'

Documentation Index

Fetch the complete documentation index at: https://lupitor-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

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