---
title: "Save the special progress"
method: POST
path: "/v2/learn/progress/word"
tags: ["learnV2"]
---

# Save the special progress

`POST /v2/learn/progress/word`

Post the special practice progress by using the model.UserWordProgressReq parameters.

## Headers

- `Authorization` string, required

## Request body

- BluenteInternalCourseV2ModelUserWordProgressReq
  - `uuid` string
  - `word_id` integer

## Response `200`

success, code is 0

- BluenteInternalPlatformUtilsBaseResponse
  - `code` integer — 0=success，only parse data when code=0
  - `data` unknown
  - `message` string — tip message

---

[API](https://skmtc.net/bluente/apis/bluente-api.md) · [All operations](https://skmtc.net/bluente/apis/bluente-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluente/bluente-api/revisions/5c90e58bf672/schema)
