Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

assetId
string<uuid>
required

Response

Success

assetId
string<uuid>
required
assetKind
enum<string>
required

Purpose of the asset; determines the allowed contentType and max size on upload (see InitUploadRequest.contentType). PROJECT_LOGO — project logo (light/dark variants). CAMPAIGN_MEDIA — campaign creative.

Available options:
PROJECT_LOGO,
CAMPAIGN_MEDIA
contentType
string
required
sizeBytes
integer<int64>
required
publicUrl
string
required
source
enum<string>
required
Available options:
USER_UPLOAD,
AI_GENERATED
createdAt
string<date-time>
required
originalName
string | null
description
string | null
prompt
string | null