Storage & Databases17 toolsPaste one API key
Convertapi integration for AI agents
ConvertAPI is a file conversion service that allows developers to convert various file formats, such as documents, images, and spreadsheets, into different formats programmatically.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Convertapi once and call the same tools from all of them.
Setup
Connect Convertapi through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Convertapi exposes 17 tools through ClawLink. The 15 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
convertapi_check_conversion_support | Check whether a specific file format conversion is supported by ConvertAPI | Read |
convertapi_convert_get_supported_input_formats_for_output | Retrieves a complete list of input file formats that ConvertAPI can convert to a specified | Read |
convertapi_download_file | Download a converted or uploaded file from ConvertAPI server using its FileId | Read |
convertapi_download_uploaded_file | Download a previously uploaded file by its FileId | Read |
convertapi_get_converter_spec | Retrieve the OpenAPI specification for a specific file conversion endpoint | Read |
convertapi_get_file_info | Get metadata information about a stored file without downloading it | Read |
convertapi_get_openapi_schema | Retrieve the complete OpenAPI 3.0 specification for all ConvertAPI endpoints | Read |
convertapi_get_supported_output_formats_for_input | List all output formats a given input format can be converted into | Read |
convertapi_get_user | Get authenticated user account information including balance, conversions consumed, and | Read |
convertapi_get_user_statistics | Retrieve usage statistics for the authenticated user account | Read |
convertapi_list_converters | Retrieve a comprehensive list of all available file converters in ConvertAPI | Read |
convertapi_async_convert | Perform an asynchronous file conversion | Read |
convertapi_convert_pdf_to_docx | Convert PDF files to DOCX format | Read |
convertapi_convert_pdf_to_jpg_and_store | Convert a PDF to JPG and store the result on the server | Read |
convertapi_convert_upload_file_from_url | Upload a file directly from a remote URL | Read |