latestOpenAPI 3.1.0Proprietary - Prezent, Inc.2026-08-114675175.5 KB

a01cb764a085

Template Converter

Upsert a reaction on a template-conversion

Records a like or qualitative feedback against a converted deck. The target deck is identified by callback_id in the request body. When type is liked the value must be a boolean; when feedback the value must be a string.

This endpoint accepts PUT only — a POST returns METHOD_NOT_ALLOWED.

put/api/v1/template-converter/reaction-feedback

Request body

callback_idstring required

Converted-deck callback id. Must correspond to a live conversion session.

type'liked' | 'feedback' required

Reaction kind.

Response

Reaction/feedback stored.

successboolean

true on success (omitted by some legacy handlers).