---
title: "Api Pulses Behaviors Custom Create"
method: POST
path: "/api/pulses/behaviors/custom/"
tags: ["platformApi"]
---

# Api Pulses Behaviors Custom Create

`POST /api/pulses/behaviors/custom/`

POST handler with superadmin-only field protection.

Strips superadmin-only fields from non-superadmin requests before
delegating to OrganizationInjectionMixin.post() for org injection.

## Headers

- `Authorization` string, required

## Request body

- CustomBehaviorCreateRequest — Create a custom behavior draft with optional partial review marks.
  - `name` string, required
  - `description` string
  - `polarity` 'positive' | 'negative' | 'neutral' — * `positive` - Positive * `negative` - Negative * `neutral` - Neutral
  - `examples` CustomBehaviorExampleRequest[]
    - `text` string, required
    - `label` '0' | '1', required — * `0` - 0 * `1` - 1
    - `source_id` string

## Response `201`

- CustomBehaviorCreate — Create a custom behavior draft with optional partial review marks.
  - `id` string, required
  - `name` string, required
  - `description` string
  - `polarity` 'positive' | 'negative' | 'neutral' — * `positive` - Positive * `negative` - Negative * `neutral` - Neutral
  - `examples` CustomBehaviorExample[]
    - `text` string, required
    - `label` '0' | '1', required — * `0` - 0 * `1` - 1
    - `source_id` string
  - `status` 'draft' | 'training' | 'ready' | 'failed', required — * `draft` - Draft * `training` - Training * `ready` - Ready * `failed` - Failed
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/versions/c26d550029f8/schema)
