Template Converter
Read the download URL for a template-conversion
Returns a signed download URL for the converted deck identified by callbackId. Counted against the TC_DOWNLOAD usage limit.
The conversion must have reached completed — polling GET /api/v1/template-converter/status/{callbackId} first is required, otherwise the request is rejected with the current status.
get/api/v1/template-converter/download/{callbackId}
Path parameters
callbackIdstring required
Server-issued opaque identifier returned by an async kick-off endpoint. Used to poll status or fetch derived artefacts.
Response
Signed download URL returned.
Changes
Changed in 1 of the 2 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○