Skip to main content
GET
/
v1
/
embed
/
clips
/
{id}
Get clip embed
curl --request GET \
  --url https://api.particle.pro/v1/embed/clips/{id} \
  --header 'X-API-Key: <api-key>'
{
  "audio_url": "<string>",
  "duration_seconds": 123,
  "title": "<string>",
  "intro_statement": "<string>",
  "podcast_artwork_url": "<string>",
  "podcast_link": "<string>",
  "podcast_name": "<string>",
  "published": "<string>",
  "speaker_name": "<string>",
  "speakers": {},
  "story_color_dominant": "<string>",
  "story_url": "<string>"
}

Authorizations

X-API-Key
string
header
required

Pass your API key in the X-API-Key header (recommended).

Path Parameters

id
string
required

Clip ID

Response

OK

audio_url
string
required

Direct audio URL

duration_seconds
number<double>
required

Clip duration

title
string
required

Clip title

intro_statement
string

Hook text for the embed card

podcast_artwork_url
string

Podcast cover image URL

Apple Podcasts or podcast URL

podcast_name
string

Podcast title

published
string

Episode publish date as short relative string

speaker_name
string

Primary speaker name

speakers
object

Speaker map keyed by speaker_id

story_color_dominant
string

Dominant color hex from the story header image

story_url
string

Link to the story this clip is from