{
"adId": "{{adId}}",
"creative": {
"consentToTranslate": false,
"videoAssetIds": [
"amzn1.assetlibrary.asset1.xxxxxxxx"
]
}
}
curl --location --request POST 'https://www.amazon.com/ap/oa/sb/ads/creatives/video' \
--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": {
"consentToTranslate": false,
"videoAssetIds": [
"amzn1.assetlibrary.asset1.xxxxxxxx"
]
}
}'
{}