---
title: "Save a word to my list"
method: POST
path: "/v2/word_list/save_words"
tags: ["WordList"]
---

# Save a word to my list

`POST /v2/word_list/save_words`

Save a word to my list

## Headers

- `Authorization` string

## Request body

- InternalCourseV2HandlerSaveWordToListRequest
  - `folder_ids` integer[] — can save multi words to multi folders
  - `words` BluenteInternalCourseV2ModelWordList[]
    - `created_at` BluenteInternalCourseV2ModelCustomTime
      - `time.Time` string
    - `deleted` integer — 1=deleted
    - `folder_ids` integer[] — an array of int to hold which folder this word belong to
    - `id` integer
    - `language` string — course lang defined
    - `org_data` integer[] — the original data of item when save
    - `type` string — the type of collection item, learn or glossary
    - `uniq_key` string — the uniqu key extract from org_data
    - `updated_at` BluenteInternalCourseV2ModelCustomTime
      - `time.Time` string
    - `user_id` string — the user udid
    - `word` string — the word user fav

## Response `200`

success

- object
  - `code` integer — 0=success，only parse data when code=0
  - `data` object — real data
    - `total_saved_term_count` integer
    - `words` BluenteInternalCourseV2ModelWordList[]
      - `created_at` BluenteInternalCourseV2ModelCustomTime
        - `time.Time` string
      - `deleted` integer — 1=deleted
      - `folder_ids` integer[] — an array of int to hold which folder this word belong to
      - `id` integer
      - `language` string — course lang defined
      - `org_data` integer[] — the original data of item when save
      - `type` string — the type of collection item, learn or glossary
      - `uniq_key` string — the uniqu key extract from org_data
      - `updated_at` BluenteInternalCourseV2ModelCustomTime
        - `time.Time` string
      - `user_id` string — the user udid
      - `word` string — the word user fav
  - `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)
