> ## 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.

# Bulk Create Records

> Create multiple records in a single request

<Info>
  **This endpoint is an alias for [Bulk Create Leads](/api-reference/leads/bulk-create).**

  Both `/api/v1/records/bulk` and `/api/v1/leads/bulk` are functionally identical. Use whichever naming convention fits your integration.
</Info>

See the [Bulk Create Leads](/api-reference/leads/bulk-create) documentation for full details on:

* Request body parameters
* Response format
* Code examples
* Best practices
* Error handling
