---
title: "Creates a worker"
method: POST
path: "/v1/workers"
tags: ["workers"]
---

# Creates a worker

`POST /v1/workers`

## Query parameters

- `org` string

## Headers

- `X-Fields` string, mask

## Request body

- CreateWorker
  - `email` string
  - `type` 'USER' | 'CROWD' | 'BOT' | 'AI', required

## Response `200`

Success

- Worker
  - `id` integer
  - `status` 'INVITED' | 'ACTIVE' | 'INACTIVE'
  - `type` 'USER' | 'CROWD' | 'BOT' | 'AI'
  - `invited` string, date-time
  - `accepted` string, date-time
  - `created` string, date-time
  - `userId` integer
  - `userEmail` string
  - `userUsername` string

---

[API](https://skmtc.net/super/apis/super-ai-api.md) · [All operations](https://skmtc.net/super/apis/super-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/super/super-ai-api/revisions/d2c17db7266d/schema)
