---
title: "Create an Evidence"
method: POST
path: "/evidence"
---

# Create an Evidence

`POST /evidence`

Creates a new evidence record in database.

## Request body

- Evidence
  - `id` integer — A unique evidence identifier.
  - `case` string — A case when the evidence is found.
  - `data` string, binary — An evidence itself.

## Response `201`

An evidence.

---

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