Skip to Content
API ReferenceAssetsOverview

Assets API

Public API asset surface is read-only. Use it to list brand-kit assets or fetch one by id. Create, upload, and delete operations happen in the VDClip dashboard.

i
Assets require read scope

Listing and reading assets require vdclip:assets:read. Upload and deletion are not public /v1 endpoints.

Endpoints

📋

List brand-kit assets

GET /v1/assets

ViewPage through assets on your account
🔎

Get a brand-kit asset

GET /v1/assets/{asset_id}

ViewFetch one asset by id
Last updated on