---
title: "Create Investigation type"
method: POST
path: "/investigations/types"
tags: ["Investigations"]
---

# Create Investigation type

`POST /investigations/types`

Creates an Investigation type

## Request body

- object
  - `name` string, required
  - `use_case` 'Fraud' | 'Compliance' | 'Other', required
  - `description` string

## Response `200`

Success

- object — Holds the success message

## Other responses

- `400` — Missing required fields
- `401` — Unauthorized

---

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