post_payload | object or string | Yes | - | Official Reddit Ads v3 post object as JSON, sent as-is. Required keys: type (IMAGE, VIDEO, TEXT, or CAROUSEL) and headline. content is a list of objects with media_url, destination_url, display_url, caption, and call_to_action (carousel supports up to 6 entries; other types exactly 1). Media URLs must be publicly reachable. thumbnail_url is required for VIDEO posts; body is for TEXT posts. Example: {“type”: “IMAGE”, “headline”: “Big Sale”, “content”: [{“media_url”: “https://example.com/i.jpg”, “destination_url”: “https://example.com”, “call_to_action”: “Shop Now”}]} |