The segment of Fountain content a social post was cut from.
The stretch of Fountain content behind a post: which episode and show, where the media lives, and the exact span that was clipped. Fountain uses it to surface the post as a candidate in the dashboard and in email digests, so supplying it when creating a post via Create Social Post is strongly encouraged.
The source content: both the episode, as an episode:id: link, and its show, as a show:id: link. Other ContentID forms are rejected.
mediastringrequiredURL of the media the clip was cut from.
transcriptstringrequiredThe transcript of the clipped span.
ts_startnumberrequiredClip start time in seconds.
ts_endnumberrequiredClip end time in seconds.
{
"ids": [
"episode:id:abc123",
"show:id:xyz789"
],
"media": "https://media.fountain.fm/episodes/abc123.mp3",
"transcript": "the genesis block was mined in 2009",
"ts_start": 2477.91,
"ts_end": 2493.9
}