---
title: "Create a proxy vote"
method: POST
path: "/ideas/{idea_id}/endorsements"
tags: ["Idea votes"]
---

# Create a proxy vote

`POST /ideas/{idea_id}/endorsements`

"Idea votes" in the web interface are referenced as "idea endorsements" from API endpoints.

## Path parameters

- `idea_id` string, required

## Request body

- IdeavotesPostRequest
  - `idea_endorsement` object
    - `value` number

## Response `200`

Successful operation

---

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