Skip to main content
POST
Create Upload From Own Ad

Authorizations

Authorization
string
header
required

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

Path Parameters

brand_id
string<uuid>
required

Body

application/json

Bring one of the brand's OWN library ads in as an editable upload.

The id is an ad_library_ads row — the same id the ad-analysis page and the own-ads feed carry. Ownership is decided server-side by the join in uploads_service.store_upload_from_own_ad, never by anything the client sends; the kind is always ad_image because an ad still IS finished artwork.

ad_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
kind
string
required
filename
string
required
content_type
string
required
size_bytes
integer
required
created_at
string<date-time>
required
width
integer | null
height
integer | null
aspect_ratio
string | null
url
string | null