Skip to main content
GET
/
libraries
/
{libraryId}
/
videos
/
{videoId}
/
subtitles
/
{subtitleId}
Get Subtitle
curl --request GET \
  --url https://api.tenbyte.io/v1/stream/libraries/{libraryId}/videos/{videoId}/subtitles/{subtitleId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "updated_at": "<string>",
    "created_at": "<string>",
    "created_by": "<string>",
    "updated_by": "<string>",
    "name": "<string>",
    "usage_type": "<string>",
    "description": "<string>",
    "default_privacy": "<string>",
    "status": "<string>",
    "region": "<string>",
    "id": "<string>",
    "distribution_id": "<string>",
    "organization_id": "<string>"
  },
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

libraryId
string
required

Unique identifier of the library.

videoId
string
required

Unique identifier of the targeted video resource.

subtitleId
string
required

Unique identifier of the subtitle.

Response

data
object
required
message
string
required
success
boolean
required