---
title: "POST /pipelines"
method: POST
path: "/pipelines"
tags: ["fundraising"]
---

# POST /pipelines

`POST /pipelines`

Creates a new fundraising pipeline entry

## Request body

- ServerCreateNewPipelineRequest
  - `amount` integer, required
  - `description` string, required
  - `expected_close_date` integer, required
  - `stage` 'family_and_friend' | 'pre_seed' | 'bridge_round' | 'seed' | 'series_a' | 'series_b' | 'series_c', required
  - `start_date` integer, required
  - `title` string, required

## Response `200`

OK

- ServerAPIStatus
  - `message` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2025-04-07** `8cc6ed349aab` — 1 info
  - endpoint added
- **2024-11-14** `9eeda9b06388` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ayinke-llc/apis/malak-s-api-documentation/changes/pipelines/post.md)

---

[API](https://skmtc.dev/ayinke-llc/apis/malak-s-api-documentation.md) · [All operations](https://skmtc.dev/ayinke-llc/apis/malak-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ayinke-llc/malak-s-api-documentation/revisions/3dff99ea5963/schema)
