Skip to main content
GET
/
v1
/
podcasts
/
clips
/
{id}
cURL
curl -H "X-API-Key: $PARTICLE_API_KEY" \
  "https://api.particle.pro/v1/podcasts/clips/{id}"
{
  "duration_seconds": 123,
  "end_seconds": 123,
  "engagement_score": 123,
  "id": "<string>",
  "start_seconds": 123,
  "title": "<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",
    "slug": "<string>"
  },
  "intro_statement": "<string>",
  "segment": {
    "id": "<string>",
    "title": "<string>",
    "type": "<string>"
  },
  "speaker": {
    "name": "<string>",
    "entity": {
      "id": "<string>",
      "name": "<string>",
      "slug": "<string>",
      "company": {
        "id": "<string>",
        "domain": "<string>",
        "ticker": "<string>"
      },
      "description": "<string>",
      "person": {
        "id": "<string>",
        "company": "<string>",
        "image_url": "<string>",
        "title": "<string>"
      },
      "type": {
        "name": "<string>",
        "slug": "<string>"
      },
      "wikipedia_url": "<string>"
    },
    "person": {
      "id": "<string>",
      "name": "<string>",
      "image_url": "<string>",
      "slug": "<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 (integer, 0 to 100). Values above 70 are typical for a strong clip.

id
string
required

Unique identifier

start_seconds
number<double>
required

Start time within the episode

title
string
required

AI-generated clip title

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

type
enum<string>

Clip type

Available options:
SPICY,
CONTROVERSIAL,
EMOTIONAL,
FUNNY,
SHOCKING,
INSIGHTFUL,
INFORMATIVE,
EDUCATIONAL,
PHILOSOPHICAL,
AHA_MOMENT,
NOTABLE_LINE,
BEST_STORY,
DEBATE_DISAGREEMENT