---
title: "Create action items (batch)"
method: POST
path: "/v1/dev/user/action-items/batch"
tags: ["Action Items"]
---

# Create action items (batch)

`POST /v1/dev/user/action-items/batch`

Create multiple action items in a single request. Maximum 50 per batch.

## Request body

- BatchCreateActionItems
  - `action_items` CreateActionItem[], required — List of action items to create (max 50).
    - `description` string, required — The action item description.
    - `completed` boolean — Whether completed.
    - `due_at` string, date-time — Due date in ISO 8601 format.

## Response `200`

Batch creation result.

- BatchActionItemsResponse
  - `action_items` ActionItem[]
    - `id` string — Unique identifier.
    - `description` string — The action item text.
    - `completed` boolean — Whether completed.
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `due_at` string, date-time, nullable — Due date (null if not set).
    - `completed_at` string, date-time, nullable — When completed (null if pending).
    - `conversation_id` string, nullable — Associated conversation ID.
  - `created_count` integer — Number of action items created.

## Other responses

- `401` — Invalid or missing API key.
- `422` — Validation error.

## Changes

- **2026-03-24** `b791dc93aa91` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/basedhardware/apis/omi-developer-api/changes/v1/dev/user/action-items/batch/post.md)

---

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