Convertapi
Overview
SLUG: CONVERTAPI
Description
ConvertAPI is a file conversion service that allows developers to convert various file formats, such as documents, images, and spreadsheets, into different formats programmatically.
Authentication Details
API Key
Connecting to Convertapi
Create an auth config
Use the dashboard to create an auth config for the Convertapi toolkit. This allows you to connect multiple Convertapi accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Convertapi Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Convertapi toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
CONVERTAPI_ASYNC_CONVERT
Tool Name: Async Convert
Description
Action Parameters
Action Response
CONVERTAPI_ASYNC_DELETE_JOB
Tool Name: Delete Async Job
Description
Action Parameters
Action Response
CONVERTAPI_CONVERT_DELETE_UPLOADED_FILE
Tool Name: Delete Uploaded File
Description
Action Parameters
Action Response
CONVERTAPI_CONVERT_GET_SUPPORTED_INPUT_FORMATS_FOR_OUTPUT
Tool Name: Get Supported Input Formats For Output
Description
Action Parameters
Action Response
CONVERTAPI_CONVERT_PDF_TO_DOCX
Tool Name: Convert PDF to DOCX
Description
Action Parameters
Action Response
CONVERTAPI_CONVERT_PDF_TO_JPG_AND_STORE
Tool Name: Convert PDF to JPG and Store
Description
Action Parameters
Action Response
CONVERTAPI_CONVERT_UPLOAD_FILE_FROM_URL
Tool Name: Upload File From URL
Description
Action Parameters
Action Response
CONVERTAPI_CONVERT_UPLOAD_FILE_MULTIPART
Tool Name: Upload File (Multipart)
Description
Action Parameters
Action Response
CONVERTAPI_CONVERT_UPLOAD_FILE_OCTET_STREAM
Tool Name: Upload File (octet-stream)
Description
Action Parameters
Action Response
CONVERTAPI_DOWNLOAD_UPLOADED_FILE
Tool Name: Download Uploaded File
Description
Action Parameters
Action Response
CONVERTAPI_GET_SUPPORTED_OUTPUT_FORMATS_FOR_INPUT
Tool Name: Get Supported Output Formats For Input
Description
Action Parameters
Action Response