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 Styles API

Style (LoRA) generation and management endpoints

Krea Styles API is one of 7 APIs that Krea publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Styles. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, rate-limit docs, code examples, and tutorials.

This API exposes 7 operations across 5 paths. It is described by OpenAPI 3.1.0, at version v1.

Requests are made against a single base URL, https://api.krea.ai.

7 operations 5 paths 0 schemas 1 DELETE3 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Base URL
https://api.krea.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Krea Styles API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (Bearer) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 1 DELETE, 3 GET, 1 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Styles 7

Style (LoRA) generation and management endpoints

POST
/styles/train
Train a custom style (LoRA)
1 param body → 200400401402429
GET
/styles
Search styles
7 params → 200400401
GET
/styles/{id}
Get a single style by ID
1 param → 200401404
PATCH
/styles/{id}
Update a style
1 param body → 200400401404
GET
/styles/{id}/share/link
Get a shareable link for a style
1 param → 200201401404
POST
/styles/{id}/share/workspace
Share a style with your workspace
1 param → 200401403404
DELETE
/styles/{id}/share/workspace
Remove a style from your workspace
1 param → 200401403404

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

krea-ai-styles-api-openapi.yml Raw ↑

Other APIs Krea publishes across the network.

Krea Assets API
Krea General API
Krea Image API
Krea Image Enhance API
Krea Node Apps API
Krea Video API