create_episode
Create a new podcast episode in Transistor by providing show ID, title, and audio URL. Optionally add summary, transcript, artwork, and more.
Instructions
Create a new episode
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Episode type | |
| title | Yes | Episode title | |
| author | No | Episode author name | |
| number | No | Episode number | |
| status | No | Episode status | |
| show_id | Yes | ID of the show to create the episode in | |
| summary | No | Episode summary | |
| explicit | No | Whether the episode contains explicit content | |
| keywords | No | Comma-separated list of keywords | |
| audio_url | Yes | URL to the episode audio file | |
| image_url | No | URL to episode artwork | |
| video_url | No | YouTube or video URL | |
| description | No | Episode description (supports HTML) | |
| alternate_url | No | Override the default share URL | |
| season_number | No | Season number | |
| transcript_text | No | Plain text transcript for the episode | |
| increment_number | No | Auto-set next episode number | |
| email_notifications | No | Override show email notification setting |