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.
Sign in to connect Convertapi
Sign in to connect an account and start using Convertapi in your apps.
Example Use Cases
These are example ways Snow can use Convertapi when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to perform an asynchronous file conversion. Use when converting large or long-running files to avoid client timeouts.
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 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.
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 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.
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"
Tool to retrieve the OpenAPI specification for a specific file conversion endpoint. Use when you need detailed parameter schemas and documentation for converting from one format to another.
Tool to get metadata information about a stored file without downloading it. Use when you need to check file properties like name, size, or type before downloading.