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

Knak Assets API

The Assets API from Knak — 7 operation(s) for assets.

Knak Assets API is one of 21 APIs that Knak 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 and API documentation.

This API exposes 9 operations across 7 paths, and defines 12 schemas. It is described by OpenAPI 3.1.0, at version V1.

Requests are made against a single base URL, https://yourService.com/your-sync-location-api.

9 operations 7 paths 12 schemas 5 GET1 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
V1
Base URL
https://enterprise.knak.io/api/published/v1
Resource Areas
1

Paths & Operations 9

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

Assets 9
GET
/assets
List all assets
3 params → 200401403
POST
/assets
Create an asset
body → 200400401403
POST
/assets/generate
Generate an AI email asset
body → 200400401403429
GET
/assets/{asset_id}
Retrieve specific asset
1 param → 200401403404
GET
/assets/{asset_id}/content
Retrieve specific asset content
2 params → 200401403404
GET
/assets/{asset_id}/preview
Retrieve specific asset preview
4 params → 200202400401403404
GET
/assets/{asset_id}/custom-fields
Retrieve custom fields of an asset
1 param → 200401403404
PATCH
/assets/{asset_id}/custom-fields
Edit custom fields of an asset
1 param body → 200400401403404
POST
/assets/{asset_id}/marketing-platform-syncs
Trigger a marketing platform sync
1 param body → 202401403409422

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are MarketingPlatformSyncAttributes (11 properties), CustomField (4 properties), MarketingPlatformSync (3 properties), Asset (3 properties). Each schema is shown below with its type and property counts.

CustomField
object
4 properties
AssetPreview
object
1 property
AssetContent
object
1 property
AssetCustomFields
object
1 property
MarketingPlatformSync
object
3 properties
Response
object
1 property
AssetList
object
3 properties
Asset
object
3 properties 3 required
AssetItem
object
1 property
MarketingPlatformSyncItem
object
1 property
Error
object
1 property
MarketingPlatformSyncAttributes
object
11 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

knak-assets-api-openapi.yml Raw ↑

Other APIs Knak publishes across the network.

Knak Asset Custom Fieldsets API
Knak AssetFolders API
Knak AvailablePlatforms API
Knak Brands API
Knak Contacts API
Knak DAM Assets API
Knak Fields API
Knak Integrations API
Knak MarketingPlatformSyncs API
Knak MergeTags API
Knak Modules API
Knak OAuth2 API