Convert artifact to target format
POST/office/documents/:id/convert
Converts an existing render artifact to a new output format (e.g. PDF to DOCX, or XLSX to ODS). The conversion is queued as a background job. Poll the returned job ID to retrieve the converted artifact when complete.
Request
Responses
- 202
- 404
- 422
Conversion job queued.
Document not found.
target_format is invalid or same as existing format.