---
title: "Batch Create Companies"
method: POST
path: "/api/v3/crm/{integration_id}/companies/batch/create"
tags: ["CRM Companies"]
---

# Batch Create Companies

`POST /api/v3/crm/{integration_id}/companies/batch/create`

Create multiple companies in a single request.

## Path parameters

- `integration_id` string, uuid, required — The CRM integration ID

## Request body

- AppRoutesV3CrmCompaniesBatchCreateRequest — Request for batch creating companies.
  - `companies` CreateCompanyRequest[], required — List of companies to create
    - `name` string, nullable
    - `domain` string, nullable
    - `description` string, nullable
    - `phone` string, nullable
    - `address` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `zip` string, nullable
    - `country` string, nullable
    - `website` string, nullable
    - `industry` string, nullable
    - `numberofemployees` string, nullable
    - `annualrevenue` string, nullable
    - `lifecyclestage` string, nullable
    - `hubspot_owner_id` string, nullable

## Response `200`

Successful Response

- CompanyListResponse — API response for listing companies.
  - `results` CompanyResponse[], required
    - `id` string, required
    - `properties` object, required
    - `created_at` string, nullable
    - `updated_at` string, nullable
  - `has_more` boolean
  - `next_cursor` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.dev/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/revisions/85804e68d86d/schema)
