---
title: "Create Source"
method: POST
path: "/v1/sources"
tags: ["Intelligence Sources"]
---

# Create Source

`POST /v1/sources`

Register a new custom intelligence source as a container for publishing threat reports.

## Request body

- object
  - `name` string, required — Name of the source
  - `description` string — Description of the source

## Response `200`

Intelligence source was successfully created

- Source
  - `id` string, uuid, required — Identity of the source
  - `name` string, required — Name of the source
  - `description` string — Description of the source
  - `createdAt` string, date-time, required — Date and time the source was created
  - `updatedAt` string, date-time, required — Date and time the source was last updated

## Other responses

- `400` — Invalid input format

---

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