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

# Vote Community Poll

`POST /api/word-of-day/community-poll/vote`

Vote on community poll (Slot 1). No paywall — free for all users.

## Request body

- CommunityPollVoteRequest
  - `word_id` integer, required
  - `selected_level` string, required
  - `display_language` 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/ee945980cf00?raw)
