CreativeCreateRequest
Request to create a creative and generate its host-voiced audio. The platform allocates the voice clone, synthesizes, and stores the audio behind the scenes --- the client just states what ad to make and for which campaign. voice_id defaults to the podcast's primary voice when omitted. ad_copy is an optional override: when omitted the copy is taken from the campaign variant (variant_id) or the campaign's default copy, so the client need not re-send text it read.
Identifier of the campaign this creative is generated for.
9Wq4Zx7NpR2kLb6Hm0DIdentifier of the voice clone used to synthesize the audio. Defaults to the podcast's primary voice when omitted.
8Mp3Cq7VtL2nXw5Rk9HIdentifier of the offer this creative fulfills, when creating from an offer.
5Tn1Yv8QcM4dKw3Pr7EIdentifier of the campaign ad-copy variant to read. Its copy is used when ad_copy is omitted.
2Bx6Rk9LtN5mZq8Wv4GOptional ad copy override. When omitted the copy is taken from the campaign variant or the campaign's default copy.
This episode is brought to you by Acme...Optional BCP-47 language code to synthesize the audio in.
en-US{
"campaign_id": "9Wq4Zx7NpR2kLb6Hm0D",
"voice_id": "8Mp3Cq7VtL2nXw5Rk9H",
"offer_id": "5Tn1Yv8QcM4dKw3Pr7E",
"variant_id": "2Bx6Rk9LtN5mZq8Wv4G",
"ad_copy": "This episode is brought to you by Acme...",
"language_code": "en-US"
}