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 delete a previously uploaded file. use when the file is no longer needed and should be removed from temporary storage.
Tool to list all input formats that can convert to a specified output format. use after deciding the target output format.
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.
Tool to convert a pdf to jpg and store the result on the server. use when individual jpg pages are needed for further workflow steps.