Skip to main content
GET
/
v1
/
embed
/
clips
/
{id}
/
transcript
Get clip embed transcript
curl --request GET \
  --url https://api.particle.pro/v1/embed/clips/{id}/transcript \
  --header 'X-API-Key: <api-key>'
{
  "detail": "<string>",
  "errors": [
    {
      "location": "<string>",
      "message": "<string>",
      "value": "<unknown>"
    }
  ],
  "instance": "<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,
words

Response

OK