ClawLink
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.

ToolWhat it doesKind
convertapi_check_conversion_supportCheck whether a specific file format conversion is supported by ConvertAPIRead
convertapi_convert_get_supported_input_formats_for_outputRetrieves a complete list of input file formats that ConvertAPI can convert to a specifiedRead
convertapi_download_fileDownload a converted or uploaded file from ConvertAPI server using its FileIdRead
convertapi_download_uploaded_fileDownload a previously uploaded file by its FileIdRead
convertapi_get_converter_specRetrieve the OpenAPI specification for a specific file conversion endpointRead
convertapi_get_file_infoGet metadata information about a stored file without downloading itRead
convertapi_get_openapi_schemaRetrieve the complete OpenAPI 3.0 specification for all ConvertAPI endpointsRead
convertapi_get_supported_output_formats_for_inputList all output formats a given input format can be converted intoRead
convertapi_get_userGet authenticated user account information including balance, conversions consumed, andRead
convertapi_get_user_statisticsRetrieve usage statistics for the authenticated user accountRead
convertapi_list_convertersRetrieve a comprehensive list of all available file converters in ConvertAPIRead
convertapi_async_convertPerform an asynchronous file conversionRead
convertapi_convert_pdf_to_docxConvert PDF files to DOCX formatRead
convertapi_convert_pdf_to_jpg_and_storeConvert a PDF to JPG and store the result on the serverRead
convertapi_convert_upload_file_from_urlUpload a file directly from a remote URLRead