Files & Folders
Convert File
Convert a file to a different format
POST
Overview
Requests a server-side conversion of a file to a different format (e.g., JPEG to PNG, DOCX to PDF).Query Parameters
Workspace context
Request Body
Source URL of the file to convert
Original filename
Desired output format (e.g.,
png, pdf, jpg)Response
Returns the converted file or a success status depending on the conversion type.Supported conversions depend on the file type. Common conversions include image format changes and document to PDF.

