Get episode timestamps
Returns timestamps in the requested format. Use format=json (default) for structured timestamps, format=srt for SubRip, or format=vtt for WebVTT.
Authorization
bearerAuth API key issued from /settings/api-keys in the Jellypod studio. Send as Authorization: Bearer <key>.
In: header
Path Parameters
Episode UUID
uuidQuery Parameters
Response format. json returns word-level timestamps with speaker attribution; srt returns SubRip; vtt returns WebVTT. Defaults to json.
"json" | "srt" | "vtt"Response Body
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://api.jellypod.com/v1/episodes/497f6eca-6276-4993-bfeb-53cbbbba6f08/timestamps"{
"data": {
"episode_id": "string",
"speakers": [
{
"host_id": "string",
"name": "string"
}
],
"words": [
{
"end": 0,
"speaker": 0,
"start": 0,
"text": "string"
}
]
}
}{
"detail": "string",
"errors": [
{
"field": "string",
"message": "string"
}
],
"request_id": "string",
"status": 0,
"title": "string",
"type": "bad_request"
}{
"detail": "string",
"errors": [
{
"field": "string",
"message": "string"
}
],
"request_id": "string",
"status": 0,
"title": "string",
"type": "bad_request"
}{
"detail": "string",
"errors": [
{
"field": "string",
"message": "string"
}
],
"request_id": "string",
"status": 0,
"title": "string",
"type": "bad_request"
}{
"detail": "string",
"errors": [
{
"field": "string",
"message": "string"
}
],
"request_id": "string",
"status": 0,
"title": "string",
"type": "bad_request"
}{
"detail": "string",
"errors": [
{
"field": "string",
"message": "string"
}
],
"request_id": "string",
"status": 0,
"title": "string",
"type": "bad_request"
}{
"detail": "string",
"errors": [
{
"field": "string",
"message": "string"
}
],
"request_id": "string",
"status": 0,
"title": "string",
"type": "bad_request"
}Was this page helpful?