Export Report To Docx
insight
Export Report To Docx
Export a specific report from a record to DOCX format.
This endpoint fetches a report’s Markdown content from the database and converts it to DOCX format.
Parameters:
- rec_id: Record UUID
- report_type: Type of report (qa, persona, custom, jtbd)
- version: Optional report version (defaults to latest)
- locale: Document language
- admonition_support: Enable admonition blocks
Returns:
- DOCX file
Errors:
- 404: Record or report not found
- 400: Invalid report type
- 500: Conversion failed
POST
Export Report To Docx
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/x-www-form-urlencoded
Response
Successful Response