Convertapi

ConvertAPI is a file conversion service that allows developers to convert various file formats, such as documents, images, and spreadsheets, into different formats programmatically.

17 actions Integration catalog
Request access
Connect Convertapi once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Async ConvertCONVERTAPI_ASYNC_CONVERT
Tool to perform an asynchronous file conversion. Use when converting large or long-running files to avoid client timeouts.
Delete Async JobCONVERTAPI_ASYNC_DELETE_JOB
Tool to delete a previously created asynchronous conversion job. Use when the job is no longer required to free server resources.
Check Conversion SupportCONVERTAPI_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.
Delete Uploaded FileCONVERTAPI_CONVERT_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.
Get Supported Input Formats For OutputCONVERTAPI_CONVERT_GET_SUPPORTED_INPUT_FORMATS_FOR_OUTPUT
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.
Convert PDF to DOCXCONVERTAPI_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 StoreCONVERTAPI_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.
Upload File From URLCONVERTAPI_CONVERT_UPLOAD_FILE_FROM_URL
Tool to upload a file directly from a remote URL. Use when you need to import files hosted on a remote server without downloading locally.
Download FileCONVERTAPI_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.
Download Uploaded FileCONVERTAPI_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"
Get Converter SpecCONVERTAPI_GET_CONVERTER_SPEC
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.
Get File InfoCONVERTAPI_GET_FILE_INFO
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.
Get OpenAPI SchemaCONVERTAPI_GET_OPENAPI_SCHEMA
Tool to retrieve the complete OpenAPI 3.0 specification for all ConvertAPI endpoints. Use when you need comprehensive API documentation for code generation, automated testing, or understanding available conversion operations and their parameters.
Get Supported Output Formats For InputCONVERTAPI_GET_SUPPORTED_OUTPUT_FORMATS_FOR_INPUT
Tool to list all output formats a given input format can be converted into. Use when you need to dynamically retrieve conversion options for a specific input format.
Get User InformationCONVERTAPI_GET_USER
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.
Get User StatisticsCONVERTAPI_GET_USER_STATISTICS
Tool to retrieve usage statistics for the authenticated user account. Use when you need to analyze conversions performed during a specific date range.
List All ConvertersCONVERTAPI_LIST_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.