Skip to main content
POST
/
insight
/
export
/
report-docx
/
{rec_id}
Export Report To Docx
curl --request POST \
  --url https://api.example.com/insight/export/report-docx/{rec_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'report_type=<string>' \
  --data version=123 \
  --data locale=ru-RU \
  --data admonition_support=true
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

rec_id
string<uuid>
required

Body

application/x-www-form-urlencoded
report_type
string
required

Report type: qa, persona, custom, jtbd

version
integer | null

Report version (optional)

locale
string
default:ru-RU

Document language locale

admonition_support
boolean
default:true

Enable admonition block processing

Response

Successful Response