OptInCompleteRequest
The opt-in registration submission. first_name, email, and role are required; everything else is optional and, when present, updates the podcast. blocked_categories becomes the podcast's excluded advertiser categories. voice_id (a voice created via the opt-in voice pipeline) is linked as the podcast's primary voice when supplied.
Recipient's first name. Required to complete opt-in.
JordanRecipient's last name.
RiveraRecipient's contact email. Required to complete opt-in; must be a valid email address.
recipient@example.comRecipient's phone number.
+1-415-555-0142Recipient's role with respect to the podcast (free-form, e.g. host or producer). Required to complete opt-in.
hostUpdated podcast title; when present it overwrites the stored title.
The Daily Tech RoundupUpdated podcast description; when present it overwrites the stored description.
A short daily look at the latest in technology.Updated podcast website or landing-page URL.
https://example.com/podcastUpdated podcast cover-image URL.
https://example.com/cover.jpgPodcast content categories; when non-empty it replaces the stored categories.
Podcast primary language as a 2-letter ISO-639-1 code.
enEstimated monthly downloads; ignored if negative.
125000Advertiser categories the recipient wants to exclude; becomes the podcast's excluded advertiser categories.
Free-form notes the recipient wants to attach to the opt-in.
Prefer ads read in the host's own voice.external_ids objectnullable
Optional partner-defined external identifiers to store on the podcast, keyed by system name.
Id of a READY voice created via the opt-in voice pipeline to link as the podcast's primary voice. Must belong to this podcast and be finalized.
7Hb2Kp9QvL3mNx0R8tZ4Display name to store for the linked voice.
Host Voice{
"first_name": "Jordan",
"last_name": "Rivera",
"email": "recipient@example.com",
"phone_number": "+1-415-555-0142",
"role": "host",
"title": "The Daily Tech Roundup",
"description": "A short daily look at the latest in technology.",
"link": "https://example.com/podcast",
"image_url": "https://example.com/cover.jpg",
"categories": [
"string"
],
"language": "en",
"downloads_per_month": 125000,
"blocked_categories": [
"string"
],
"additional_notes": "Prefer ads read in the host's own voice.",
"external_ids": {},
"voice_id": "7Hb2Kp9QvL3mNx0R8tZ4",
"voice_name": "Host Voice"
}