POST
/
api
/
cache
/
creatives
curl --request POST \
  --url https://your_a2_service/api/cache/creatives \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "banner": "<any>",
    "cid": "<string>",
    "description": "<string>",
    "height": 1,
    "id": "<string>",
    "name": "<string>",
    "native": "<any>",
    "owner_id": "<string>",
    "status": "<string>",
    "type": "<string>",
    "video": {
      "adm": "",
      "ctype": 2,
      "dur": 0,
      "ext": {
        "cdn": "",
        "linear": 1,
        "url": ""
      },
      "mime": [
        "video/mp4"
      ]
    },
    "width": 1
  }
]'

Body

application/json · object[]

The body is of type object[].

Response

204

Success