ConvertAPI is a file conversion service that allows developers to convert various file formats, such as documents, images, and spreadsheets, into different formats programmatically.
Tool to perform an asynchronous file conversion. Use when converting large or long-running files to avoid client timeouts.
Tool to delete a previously created asynchronous conversion job. Use when the job is no longer required to free server resources.
Tool to check whether a specific file format conversion is supported by ConvertAPI. Use this before attempting conversions to verify compatibility and avoid errors.
Tool to delete a previously uploaded file. Use when the file is no longer needed and should be removed from temporary storage.
Retrieves a complete list of input file formats that ConvertAPI can convert to a specified output format. Use this to check which source formats are compatible with your desired target format before initiating conversions.
Tool to convert PDF files to DOCX format. Use when you need editable Word documents from PDFs. Provide PDF content or URL and receive DOCX file metadata and download links.