---
title: "Fill Madlib Blank"
method: POST
path: "/api/word-of-day/madlib/fill"
tags: ["word-of-day", "word_of_day"]
---

# Fill Madlib Blank

`POST /api/word-of-day/madlib/fill`

Fill a madlib blank. First come first served per blank.

## Request body

- MadlibFillRequest
  - `word_id` integer, required
  - `language` string, required
  - `blank_index` integer, required
  - `word_filled` 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)
