---
title: "Batch Create Article Records"
method: POST
path: "/api/v3/record/article/batch/create"
---

# Batch Create Article Records

`POST /api/v3/record/article/batch/create`

## Request body

- object
  - `data` object[]
    - `articlename` string, required — Article name (Primary)
    - `articlesubject` integer, required — Set the topic of the article (Picklist).
    - `articlebody` string — Long text body of the article.
    - `description` string — Description of up to 4,000 characters.
    - `ownerid` string — The GUID of the system user who created the record, can also be set manually. Will be used for permissions.
    - `statecode` integer — The state of the article (Picklist).
    - `statuscode` integer — The status of the article (Picklist).
    - `viewcount` number, float — Editable number of times the article was viewed.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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