# Recraft Clarity Upscale

> Recraft Clarity Upscale. Upscale and enhance image clarity using Recraft Clarity Upscale. Triggers: image generation, recraft, upscale

- Skill: `awesome-genmedia/recraft-clarity-upscale` (Agent Skill)
- Install (CLI): `npx skillmds@latest add awesome-genmedia/recraft-clarity-upscale`
- Raw SKILL.md: https://api.skillmd.com/api/skills/awesome-genmedia/recraft-clarity-upscale/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: awesome-genmedia (https://skillmd.com/u/awesome-genmedia)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/awesome-genmedia/recraft-clarity-upscale

---


# Recraft Clarity Upscale

Upscale and enhance image clarity using Recraft Clarity Upscale.

## Quick Start

> Requires an each::labs API key. Get one at [eachlabs.ai](https://eachlabs.ai).

```bash
curl -X POST https://api.eachlabs.ai/v1/prediction \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -d '{
    "model": "recraft-clarity-upscale",
    "version": "0.0.1",
    "input": {
      "image": "https://example.com/low-res-image.jpg"
    }
  }'
```

## Parameters

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `image` | string |  | Image to upscale |

## Examples

**Upscale an image:**
```bash
curl -X POST https://api.eachlabs.ai/v1/prediction \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -d '{
    "model": "recraft-clarity-upscale",
    "version": "0.0.1",
    "input": {
      "image": "https://example.com/low-res-image.jpg"
    }
  }'
```

**Enhance photo quality:**
```bash
curl -X POST https://api.eachlabs.ai/v1/prediction \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -d '{
    "model": "recraft-clarity-upscale",
    "version": "0.0.1",
    "input": {
      "image": "https://example.com/photo-to-enhance.jpg"
    }
  }'
```

## Documentation

- [each::labs Docs](https://docs.eachlabs.ai)
- [API Reference](https://docs.eachlabs.ai/api/overview)

