---
title: "Add new human card"
method: POST
path: "/cards/humans/"
tags: ["cards"]
---

# Add new human card

`POST /cards/humans/`

Use this method to add a new human card.

## Request body

- HumanCardRequest
  - `active` boolean — `true` if the object is enabled
  - `name` string, required — Card name, up to 256 characters
  - `comment` string — Extended description, up to 2048 characters
  - `watch_lists` integer[], required
  - `meta` object
  - `active_after` string, date-time, nullable
  - `active_before` string, date-time, nullable
  - `disable_schedule` ScheduleRequest — Serializer mixin that raises ValidationError if excess fields are presented. Can be used in nested serializers
    - `monday` array[]
      - string[]
    - `tuesday` array[]
      - string[]
    - `wednesday` array[]
      - string[]
    - `thursday` array[]
      - string[]
    - `friday` array[]
      - string[]
    - `saturday` array[]
      - string[]
    - `sunday` array[]
      - string[]

## Response `201`

- HumanCard
  - `id` integer, required
  - `active` boolean — `true` if the object is enabled
  - `filled` boolean, required — `true` if card is filled
  - `created_date` string, date-time, required — Object creation date
  - `modified_date` string, date-time, required — Object modification date
  - `name` string, required — Card name, up to 256 characters
  - `comment` string — Extended description, up to 2048 characters
  - `watch_lists` integer[], required
  - `looks_like` CardLooksLike, required
    - `confidence` number, float, required
    - `collection` string, nullable, required
    - `matched_object` string, nullable, required
  - `meta` object
  - `looks_like_confidence` number, float, required
  - `active_after` string, date-time, nullable
  - `active_before` string, date-time, nullable
  - `disable_schedule` Schedule — Serializer mixin that raises ValidationError if excess fields are presented. Can be used in nested serializers
    - `monday` array[]
      - string[]
    - `tuesday` array[]
      - string[]
    - `wednesday` array[]
      - string[]
    - `thursday` array[]
      - string[]
    - `friday` array[]
      - string[]
    - `saturday` array[]
      - string[]
    - `sunday` array[]
      - string[]
  - `recount_schedule_on` string, date-time, required
  - `face_objects` integer, required — Linked face objects counter
  - `body_objects` integer, required — Linked body objects counter
  - `face_cluster` integer, required
  - `body_cluster` integer, required
  - `ovision_uuid` string, uuid, required — Optional UUID for Ovision integration

---

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