---
title: "Create an asset"
method: POST
path: "/ads/{connection_id}/asset"
tags: ["ads", "asset"]
---

# Create an asset

`POST /ads/{connection_id}/asset`

## Path parameters

- `connection_id` string, required

## Query parameters

- `fields` string[]
- `raw` string

## Request body

- AdsAsset
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `organization_id` string
  - `name` string
  - `type` 'IMAGE' | 'VIDEO' | 'YOUTUBE_VIDEO' | 'MEDIA_BUNDLE' | 'TEXT'
  - `url` string
  - `content` string
  - `mime_type` string
  - `width` number
  - `height` number
  - `file_size` number
  - `raw` object

## Response `200`

Successful

- AdsAsset
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `organization_id` string
  - `name` string
  - `type` 'IMAGE' | 'VIDEO' | 'YOUTUBE_VIDEO' | 'MEDIA_BUNDLE' | 'TEXT'
  - `url` string
  - `content` string
  - `mime_type` string
  - `width` number
  - `height` number
  - `file_size` number
  - `raw` object

## Changes

- **2026-07-31** `963bcc74f9e3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/ads/:connection_id/asset/post.md)

---

[API](https://skmtc.dev/unified/apis/unified-to-api.md) · [All operations](https://skmtc.dev/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc.dev/unified/apis/unified-to-api/revisions/ce0cfee83c14?raw)
