---
title: "Create an idea"
method: POST
path: "/products/{product_id}/ideas"
tags: ["Ideas"]
---

# Create an idea

`POST /products/{product_id}/ideas`

Creates a new idea with basic details including initial vote count

## Path parameters

- `product_id` string, required

## Request body

- IdeasPostRequest
  - `promotable_type` string
  - `release_id` integer

## Response `200`

Successful operation

---

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