---
title: "Vote Poll"
method: POST
path: "/api/word-of-day/polls/vote"
tags: ["word-of-day", "word_of_day"]
---

# Vote Poll

`POST /api/word-of-day/polls/vote`

Submit a vote on a poll. Returns updated community results.
No paywall - polls are free to encourage community engagement.

## Request body

- PollVoteRequest
  - `word_id` integer, required
  - `language` string, required
  - `poll_index` integer, required
  - `poll_type` string, required
  - `selected_option` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/b5b1eed6f8d6?raw)
