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

Kaedim Assets API

Fetch generated assets and projects

Kaedim Assets API is one of 4 APIs that Kaedim publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Assets. The published artifact set on APIs.io includes an OpenAPI specification, an AsyncAPI specification, and authentication docs.

This API exposes 3 operations across 3 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version v1.

Requests are made against a single base URL, https://api.kaedim3d.com/api/v1.

3 operations 3 paths 3 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Base URL
https://api.kaedim3d.com/api/v1
Authentication
API Key, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Kaedim Assets API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-API-Key (ApiKeyAuth). It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

  • ApiKeyAuth — Enterprise API key from Settings API Keys in the Kaedim app.
  • BearerAuth — JWT obtained via /registerHook, refreshed via /refreshJWT every 12 hours.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Assets 3

Fetch generated assets and projects

GET
/fetchRequest
Fetch a single generation request
fetchRequest 3 params → 200
GET
/fetchAll
Fetch all assets
fetchAll 4 params → 200
GET
/fetchProjects
Fetch projects
fetchProjects 1 param → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Iteration (6 properties), Request (5 properties), Project (3 properties). Each schema is shown below with its type and property counts.

Project
object
3 properties
Request
object
5 properties
Iteration
object
A generated model version with downloadable format URLs (links expire after 1 hour).
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kaedim-assets-api-openapi.yml Raw ↑

Other APIs Kaedim publishes across the network.

Kaedim Auth API
Kaedim Generation API
Kaedim Webhooks API