Image · Recraft

Recraft

AI image upscaling and background removal for design and production workflows.

Operational · 2 variants · desde $0.010
# Works with Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents
npx skills add runapi-ai/recraft -g
The -g flag installs globally so every project picks it up.
Or paste this prompt to your AI agent:
Install the Recraft skill for me:

1. Clone https://github.com/runapi-ai/recraft
2. Copy the skills/recraft/ directory into your
   user-level skills directory (e.g. ~/.claude/skills/
   for Claude Code, ~/.codex/skills/ for Codex).
3. Verify that SKILL.md is present.
4. Confirm the install path when done.
RESUMEN

Recraft provides AI-powered crisp image upscaling and precise background removal. Its models are optimized for clean edge detection and artifact-free processing on product, portrait, and design imagery.

  • Installable agent skill
  • Unified API key
  • SDK examples included
  • Las generaciones fallidas no se cobran
VARIANTES

Variantes

Variant Billing From
recraft-crisp-upscale call $0.010 Ver →
recraft-remove-background call $0.010 Ver →
AGENT USAGE

Use this model from your agent

Prompt + SDK example
# User prompt to the agent
"Remove the background from this product photo and upscale the result to 4K with crisp edges."
// Code generated by the agent via @runapi.ai/recraft
import { RecraftClient } from '@runapi.ai/recraft';

const client = new RecraftClient();
const result = await client.upscaleImage.run({
  model: 'recraft-crisp-upscale',
  prompt: 'Remove the background from this product photo and upscale the result to 4K with crisp edges.',
});
@runapi.ai/recraft npm
CÓMO FUNCIONA

How to call this model

01

Install the skill

Add the model skill to your agent or install the SDK package.

02

Authenticate once

Use your RunAPI key for every supported model.

03

Send a request

Use the unified schema for the endpoint you need.

04

Receive output

Poll by task ID or handle the callback when the generation completes.

SDK QUICKSTART

SDK quickstart

runapi.ai
curl -X POST https://runapi.ai/api/v1/recraft/upscale_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "recraft-crisp-upscale",
  "image_url": "https://cdn.runapi.ai/public/samples/upscale.jpg"
}'
import { RecraftClient } from "@runapi.ai/recraft";

const client = new RecraftClient();
const result = await client.upscaleImage.run({
    model: "recraft-crisp-upscale",
    image_url: "https://cdn.runapi.ai/public/samples/upscale.jpg",
});
require "runapi/recraft"

client = RunApi::Recraft::Client.new
result = client.upscale_image.run(
    model: "recraft-crisp-upscale",
    image_url: "https://cdn.runapi.ai/public/samples/upscale.jpg"
)
@runapi.ai/recraft v1
CONTEXTO

Where Recraft fits

Recraft offers specialized image processing tools for design workflows. Through RunAPI, both crisp upscale and background removal endpoints share one key and pay-per-call billing.

Provider
Recraft
Modality
Image
POR QUÉ RUNAPI

Why use Recraft through RunAPI

One API key

Use the same credentials across models and providers.

Agent-ready

Installable skills include docs and schema for tool calls.

Predictable billing

Usage-based pricing is visible before you call.

FAQ

Frequently asked questions

How do I call this model?

Use the RunAPI SDK, CLI, or REST endpoint shown on this page.

Do failed generations cost money?

Las generaciones fallidas no se cobran

Can agents use it directly?

Yes. Install the model skill and your agent gets the docs, schema, and examples.

EMPEZAR

Start building with Recraft.