Skip to main content
GET
/
v1
/
podcasts
/
clips
/
{id}
Get a clip
curl --request GET \
  --url https://api.particle.pro/v1/podcasts/clips/{id} \
  --header 'X-API-Key: <api-key>'
{
  "duration_seconds": 123,
  "end_seconds": 123,
  "engagement_score": 123,
  "id": "<string>",
  "start_seconds": 123,
  "title": "<string>",
  "type": "<string>",
  "audio_url": "<string>",
  "description": "<string>",
  "episode": {
    "id": "<string>",
    "title": "<string>",
    "podcast": {
      "id": "<string>",
      "title": "<string>",
      "image_url": "<string>",
      "slug": "<string>"
    },
    "published_at": "2023-11-07T05:31:56Z"
  },
  "intro_statement": "<string>",
  "segment": {
    "id": "<string>",
    "title": "<string>",
    "type": "<string>"
  },
  "speaker": {
    "name": "<string>",
    "company": {
      "id": "<string>",
      "domain": "<string>",
      "ticker": "<string>"
    },
    "entity_id": "<string>",
    "entity_slug": "<string>",
    "person": {
      "id": "<string>",
      "company": "<string>",
      "image_url": "<string>",
      "title": "<string>"
    },
    "role": "<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

duration_seconds
number<double>
required

Clip duration

end_seconds
number<double>
required

End time within the episode

engagement_score
number<double>
required

AI-predicted engagement potential (0.0 to 1.0)

id
string
required

Unique identifier

start_seconds
number<double>
required

Start time within the episode

title
string
required

AI-generated clip title

type
string
required

Clip type (SPICY, CONTROVERSIAL, EMOTIONAL, FUNNY, SHOCKING, INSIGHTFUL, INFORMATIVE, EDUCATIONAL, PHILOSOPHICAL, AHA_MOMENT, NOTABLE_LINE, BEST_STORY, DEBATE_DISAGREEMENT)

audio_url
string

Direct audio URL for this clip

description
string

AI-generated clip description

episode
object

Parent episode with podcast context

intro_statement
string

AI-generated hook text for social sharing

segment
object

Parent segment context

speaker
object

Primary speaker in this clip