Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC
Krea website screenshot

Krea

Krea is a real-time AI creative suite that lets designers, filmmakers, brand teams, and everyday creators generate, edit, enhance, and animate images and videos with professional controls from a single workspace. The Krea API at https://api.krea.ai exposes 50+ third-party and proprietary image and video models — Flux, Imagen, Veo, Nano Banana, gpt-image, Runway, Kling, Seedream, Seedance, Hailuo, Wan, Ray, Grok Imagine, Ideogram, Qwen, Z Image, Topaz, and more — through one Bearer-token-authenticated REST surface with a unified async job lifecycle, compute-unit billing, asset management, LoRA style training, Nodes workflow execution, and webhook delivery. Krea also publishes open-source models including FLUX.1 Krea [dev] (in collaboration with Black Forest Labs) and Krea Realtime 14B, a Self-Forcing distillation of Wan 2.1 that produces 11 fps text-to-video on an NVIDIA B200.

agent ready

Limited machine-readable signal and partial portal coverage — documentation a human can read, but little a machine or agent can consume without scraping.

Kin Score

API Evangelist profiles Krea the way a machine reads it — 29 machine-readable artifacts across 7 APIs, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.

Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — Krea scores 39.3/100 (thin), with a separate agent-readiness read of 54/100 (agent ready). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.

Kin Score

This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance.

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 39.3/100 · thin
Contract Quality 13.3 / 25
Developer Ergonomics 9.6 / 20
Commercial Clarity 3.7 / 20
Operational Transparency 2.7 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Agent readiness — 54/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3

How we profile Krea

Each block below is one kind of artifact we hold for Krea. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.

APIs 7

Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.

Individual APIs this provider publishes, each with its own machine-readable definition.

Krea Assets API

Asset management endpoints for uploading and managing images, videos, audio files, and 3D models

Krea General API

Core API operations including job management and billing information

Krea Image API

Image generation endpoints

Krea Image Enhance API

Image enhance endpoints

Krea Node Apps API

Executing custom node apps built in our nodes tool

Krea Styles API

Style (LoRA) generation and management endpoints

Krea Video API

Video generation endpoints

Scroll within the panel for all 7 ·

Open Collections 1

Open, tool-agnostic collections carry the same runnable value as Postman without locking you to one client — the portable, forkable form of the same exercise.

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Krea API

OPEN COLLECTION

Features 17

The notable capabilities this provider advertises, captured as structured features so they can be searched and compared instead of read one landing page at a time.

Notable capabilities this provider offers.

One Bearer-token Krea API at https://api.krea.ai exposing 67 endpoints across image, video, enhance, assets, styles, jobs, and node-apps
22 image generation models across Black Forest Labs Flux (1 dev, 1 Kontext, 1.1 Pro, 1.1 Pro Ultra), Google Imagen 3/4 family and Nano Banana / Nano Banana 2 / Nano Banana Pro, OpenAI gpt-image and gpt-image-2, ByteDance Seedream 4 / Seedream 5 Lite / SeedEdit, Ideogram 2 Turbo and Ideogram 3, Runway Gen-4 Image, Luma UNI-1, Qwen 2512, and Z Image
31 video generation models across Google Veo 2 / Veo 3 / Veo 3 Fast / Veo 3.1 / Veo 3.1 Fast / Veo 3.1 Lite, Runway Gen-3, Gen-4 Video, Gen-4.5, and Aleph, Kling 1.0 through 3.0 plus Kling o1, MiniMax Hailuo and Hailuo 02 / 2.3 / 2.3 Fast, Alibaba Wan 2.1 / 2.2 / 2.5, ByteDance Seedance Pro and Seedance Pro Fast, Luma Ray 2, Lightricks LTX-2.3 22B, and xAI Grok Imagine
Topaz-powered image enhancement at /generate/enhance/topaz with standard, generative, and bloom variants delivering up to 22K upscales
Krea Realtime experience with sub-50ms image generation and an open-source Realtime 14B autoregressive video model distilled from Wan 2.1 (CC BY-NC-SA 4.0)
Open-source FLUX.1 Krea [dev] 12B rectified-flow image model from a research collaboration with Black Forest Labs, with weights on Hugging Face
Custom LoRA style training, search, sharing, and workspace controls via the Styles API
Krea Nodes visual workflow tool exposed programmatically via /node-apps/{id}/execute
Asset management API for uploading and reusing images, videos, audio, and 3D models across generation jobs
Unified asynchronous job lifecycle (queued, processing, completed, failed, cancelled) with GET /jobs/{id} polling at 2-5s intervals and DELETE /jobs/{id} cancellation
Webhook delivery via X-Webhook-URL header — full job payload POSTed on terminal state with no separate webhook subscription registration
Compute-unit billing model — only completed jobs consume units; failed and cancelled jobs are free
Plan-tiered rate limits with job-backlog queueing instead of hard rejection
Public OpenAPI 3.1.0 spec at https://docs.krea.ai/api-reference/openapi.json plus Postman import and an interactive in-browser playground
Code samples in cURL, Python, JavaScript, and Go on every endpoint
Workspace, teams, SAML SSO, domain verification, model access controls, per-member spend limits, audit logs, and a separate Business / Enterprise tier
Used by Lego, Samsung, Nike, Microsoft, and Shopify

Scroll within the panel for all 17 ·

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Krea Ai Authentication

http · 1 scheme

SECURITY

Krea Ai Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Krea Ai Trust Center

SOC 2

SECURITY

Agentic Access 1

An x-agentic-access contract marks which operations are safe for an agent to run on its own and which need a human in the loop. It is the difference between an API an agent can use and one it can use safely.

Recommended x-agentic-access execution contracts for AI agents.

Krea Ai Agentic Access

72 operations · 64 acting

72 operations · 64 acting

AGENTIC

Resources

Every other property we hold for Krea — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.

Get Started 3

Portal, sign-up, and the first successful call

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 1

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Learn 1

Tutorials, courses, talks, and written guidance

Operate 3

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

← All providers · Data indexed from github.com/api-evangelist/krea-ai · machine-readable index on apis.io