# DeepImage AI integration on Definable

> AI Image Enhancer to Generate & Upscale

## What this connects

AI Image Enhancer to Generate & Upscale

Vendor: https://deep-image.ai/

## Tools available

**5** tools available. First 5:

- `DEEPIMAGE_DELETE_JOB` — Delete Job — Tool to delete completed job result and remove images from the server. Use when cleaning up processed jobs that are no longer needed.
- `DEEPIMAGE_GET_ACCOUNT_INFO` — Get Account Information — Tool to retrieve authenticated user's profile information including credits, username, email, API key, language preference, webhook settings, and billing address. Use when you need to check account details or credit balance.
- `DEEPIMAGE_GET_JOB_RESULT` — Get Job Result — Tool to retrieve processing job result by hash. Use to check job status and get result URL when processing is complete.
- `DEEPIMAGE_PROCESS_IMAGE_ASYNC` — Process Image Async — Tool to schedule an image enhancement job and wait for the result. Performs selected enhancement options on an image and returns the result URL if processing completes within 25 seconds; otherwise returns a job hash for later retrieval. Use when you need to enhance images with options like denoising, deblurring, lighting improvements, or background removal.
- `DEEPIMAGE_PROCESS_IMAGE_SYNC` — Process Image Synchronously — Tool to process an image synchronously with Deep Image AI. Returns result URL immediately if processing completes in less than 25 seconds, otherwise returns job hash for async polling. Use for image enhancement, resizing, background removal, and other image processing tasks.

## Auth

Auth schemes: `API_KEY`.

## How agents use DeepImage

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

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

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

## Categories

- artificial intelligence — https://definable.ai/apps/category/artificial-intelligence/
- images & design — https://definable.ai/apps/category/images-&-design/

## Related

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