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

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

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

Tagged areas include Assets. 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 4 operations across 2 paths. It is described by OpenAPI 3.1.0, at version v1.

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

4 operations 2 paths 0 schemas 1 DELETE2 GET1 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 Assets API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (Bearer) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 4

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

Assets 4

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

POST
/assets
Upload an asset
body → 200400401
GET
/assets
List assets
2 params → 200401
GET
/assets/{id}
Get an asset
1 param → 200401404
DELETE
/assets/{id}
Delete an asset
1 param → 200401404

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs Krea publishes across the network.

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