Convertapi icon

Convertapi

File conversion API for documents, images, and spreadsheets, with sync and async jobs, file uploads, and supported-format lookups.

Fits conversion pipelines that turn PDFs into DOCX or JPG, check supported input formats, upload files from URLs, and manage async jobs.

Example Use Cases

These are the Convertapi actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

Async Convert

Tool to perform an asynchronous file conversion. Use when converting large or long-running files to avoid client timeouts.

Download File

Tool to download a converted or uploaded file from ConvertAPI server using its FileId. Use when you need to retrieve a previously converted or uploaded file. Set download='inline' to display in browser.

Get User Information

Tool to get authenticated user account information including balance, conversions consumed, and remaining seconds. Use when you need to check account status or conversion limits.

List All Converters

Tool to retrieve a comprehensive list of all available file converters in ConvertAPI. Use when you need to discover all supported conversion types, check which formats can be converted, or view available parameters for each converter.

Check Conversion Support

Tool to check whether a specific file format conversion is supported by ConvertAPI. Use this before attempting conversions to verify compatibility and avoid errors.

Convert PDF to DOCX

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.

Convert PDF to JPG and Store

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.

Delete Async Job

Tool to delete a previously created asynchronous conversion job. Use when the job is no longer required to free server resources.

Delete Uploaded File

Tool to delete a previously uploaded file. Use when the file is no longer needed and should be removed from temporary storage.

Download Uploaded File

Tool to download a previously uploaded file by its FileId. Use when you need to retrieve the original file data stored temporarily on the server (expires after 3 hours). Example prompt: "Download uploaded file with ID 25811safe8e61dd3f51ef00ee5f58b92"