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

Token refresh

Kaedim Auth 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 Auth. The published artifact set on APIs.io includes an OpenAPI specification, an AsyncAPI specification, and authentication docs.

This API exposes 1 operation across 1 path. 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.

1 operations 1 paths 0 schemas 1 POST

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 Auth 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 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Auth 1

Token refresh

POST
/refreshJWT
Refresh JWT
refreshJWT 1 param body → 200400

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kaedim-auth-api-openapi.yml Raw ↑

Other APIs Kaedim publishes across the network.

Kaedim Assets API
Kaedim Generation API
Kaedim Webhooks API