Upload Video Asset

POST {{campaign_url}}/creativeAssets/video?marketId=1

Upload a creative asset (video)

You can upload a video file (creative asset) for a creative by sending this POST request. Open the body tab and in the value cell for file, select a video file from your device to upload.

Upon uploading, the request generates a S3 UUID for the uploaded creative asset. This value automatically populates the videoAssetKey variable, which can then be used in a POST New Creative request.

Request Params

KeyDatatypeRequiredDescription
marketIdnumberNumeric ID associated with a given market. Required only if you have access to multiple markets.

Request Body

[{"name"=>"file", "value"=>nil, "datatype"=>"null"}]

RESPONSES

status: OK

{"data":[{"creativeAssetKey":"2022_09/a342dfc7db5e4e0585c5bb22de7fb6ba.mp4","adSizeId":"13","resourceType":"CreativeAsset"}],"errors":[]}