---
title: "Submit Word Associations"
method: POST
path: "/api/word-of-day/associations/submit"
tags: ["word-of-day", "word_of_day"]
---

# Submit Word Associations

`POST /api/word-of-day/associations/submit`

Submit 3-5 word associations. No paywall.

## Request body

- WordAssociationRequest
  - `word_id` integer, required
  - `language` string, required
  - `associated_words` unknown[], required
    - unknown

## 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/13996d792e23?raw)
