Skip to main content
GET
/
v1
/
podcasts
/
clips
/
{id}
/
transcript
cURL
curl -H "X-API-Key: $PARTICLE_API_KEY" \
  "https://api.particle.pro/v1/podcasts/clips/{id}/transcript?format=dialogue"
{
  "detail": "<string>",
  "error_code": "<string>",
  "errors": [
    {
      "location": "<string>",
      "message": "<string>",
      "value": "<unknown>"
    }
  ],
  "instance": "<string>",
  "resolve": {
    "message": "<string>",
    "action": "<string>",
    "endpoint": "<string>",
    "method": "<string>",
    "url": "<string>"
  },
  "status": 123,
  "title": "<string>",
  "type": "about:blank"
}

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

Query Parameters

format
enum<string>
default:dialogue

Output format

Available options:
dialogue,
text,
srt

Response

OK