{
"adId": "{{adId}}",
"creative": {
"asins": [
"B00JVTNWB0"
],
"brandLogoAssetID": "amzn1.assetlibrary.asset1.xxxxxxx",
"brandName": "My brand",
"headline": "My headline",
"consentToTranslate": false,
"videoAssetIds": [
"amzn1.assetlibrary.asset1.xxxxxxxx"
]
}
}
curl --location --request POST 'https://www.amazon.com/ap/oa/sb/ads/creatives/brandVideo' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Accept: application/vnd.sbAdCreativeResource.v4+json' \
--header 'Content-Type: application/json' \
--data-raw '{
"adId": "{{adId}}",
"creative": {
"asins": [
"B00JVTNWB0"
],
"brandLogoAssetID": "amzn1.assetlibrary.asset1.xxxxxxx",
"brandName": "My brand",
"headline": "My headline",
"consentToTranslate": false,
"videoAssetIds": [
"amzn1.assetlibrary.asset1.xxxxxxxx"
]
}
}'
{}