---
title: "Create a screening"
method: POST
path: "/v1/screenings"
tags: ["Screening"]
---

# Create a screening

`POST /v1/screenings`

Creates a new screening.

## Request body

- ScreeningCreate
  - `company` string
  - `deal` string
  - `dataEntities` string[]
  - `workspace` string
  - `skipSections` string[]

## Response `201`

Creates a new screening.

- object
  - `data` Screening
    - `id` string
    - `company` string
    - `deal` string
    - `status` string
    - `industry` string
    - `sector` string
    - `subsector` string
    - `dataEntities` string[]
    - `sections` object[]
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — The request body or parameters are invalid.
- `401` — Missing or invalid API key credentials.

---

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