# Convertapi AI integration on Definable

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

## What this connects

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

Vendor: https://www.convertapi.com/

## Tools available

**17** tools available. First 12:

- `CONVERTAPI_ASYNC_CONVERT` — Async Convert — Tool to perform an asynchronous file conversion. Use when converting large or long-running files to avoid client timeouts.
- `CONVERTAPI_ASYNC_DELETE_JOB` — Delete Async Job — Tool to delete a previously created asynchronous conversion job. Use when the job is no longer required to free server resources.
- `CONVERTAPI_CHECK_CONVERSION_SUPPORT` — 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.
- `CONVERTAPI_CONVERT_DELETE_UPLOADED_FILE` — 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.
- `CONVERTAPI_CONVERT_GET_SUPPORTED_INPUT_FORMATS_FOR_OUTPUT` — 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.
- `CONVERTAPI_CONVERT_PDF_TO_DOCX` — 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.
- `CONVERTAPI_CONVERT_PDF_TO_JPG_AND_STORE` — 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.
- `CONVERTAPI_CONVERT_UPLOAD_FILE_FROM_URL` — 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.
- `CONVERTAPI_DOWNLOAD_FILE` — 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.
- `CONVERTAPI_DOWNLOAD_UPLOADED_FILE` — 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"
- `CONVERTAPI_GET_CONVERTER_SPEC` — 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.
- `CONVERTAPI_GET_FILE_INFO` — 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.

## Auth

Auth schemes: `API_KEY`.

## How agents use Convertapi

Inside a Definable workflow, Convertapi is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Convertapi** — the Researcher (GPT-5.5) pulls context from Convertapi (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Convertapi** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Convertapi (create record, post message, draft email).
- **Designer / Engineer → Distributor → Convertapi** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Convertapi (attach file, open PR comment, post status).

The Verifier checks every Convertapi call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- documents — https://definable.ai/apps/category/documents/
- file management & storage — https://definable.ai/apps/category/file-management-&-storage/

## Related

- HTML page: https://definable.ai/apps/convertapi/
- Same category (documents): https://definable.ai/apps/category/documents/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
