---
title: "Get role play practice for linear"
method: GET
path: "/v2/role_play/translate"
tags: ["role_play"]
---

# Get role play practice for linear

`GET /v2/role_play/translate`

Get role play practice linear

## Query parameters

- `text` string, required
- `keywords` string

## Headers

- `Authorization` string, required

## Response `200`

success, the data is *model.TranslateRsp

- object
  - `code` integer — 0=success，only parse data when code=0
  - `data` object — real data
    - `raw_msgs` string[]
    - `translated` string
  - `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)
