---
title: "parse translated document godoc"
method: GET
path: "/v2/blu_translation/document/parse"
tags: ["translation"]
---

# parse translated document godoc

`GET /v2/blu_translation/document/parse`

parse translated document and source document to respond client.

## Query parameters

- `id` string, required
- `next_token` string

## Headers

- `Authorization` string, required

## Response `200`

success, the data is BaseResponse

- object
  - `code` integer — 0=success，only parse data when code=0
  - `data` object — real data
    - `Title` string — source document title
    - `list` BluenteInternalTranslateModelDocItem[]
      - `ai_rewrite` string
      - `highlights_text` BluenteInternalTranslateModelHighlightItem[]
        - `source_term` string
        - `synonyms` BluenteInternalTranslateModelSynonymItem[]
          - `code` string
          - `tag` string
          - `term` string
        - `target_term` string
      - `section_id` integer
      - `source_node` BluenteInternalRpcDocNode
        - `paragraph` BluenteInternalRpcDocParagraph
          - `content` string
          - `list_label` BluenteInternalRpcDocListLabel
            - `label` string
            - `value` integer
        - `table` BluenteInternalRpcDocTable
          - `rows` BluenteInternalRpcDocRow[]
            - `cells` BluenteInternalRpcDocCell[]
              - …
        - `type` string
      - `target_node` BluenteInternalRpcDocNode
        - `paragraph` BluenteInternalRpcDocParagraph
          - `content` string
          - `list_label` BluenteInternalRpcDocListLabel
            - `label` string
            - `value` integer
        - `table` BluenteInternalRpcDocTable
          - `rows` BluenteInternalRpcDocRow[]
            - `cells` BluenteInternalRpcDocCell[]
              - …
        - `type` string
    - `next_token` string
    - `source_language` string
    - `target_language` string
    - `total_section` integer
    - `total_suggestion` integer
  - `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)
