> ## Documentation Index
> Fetch the complete documentation index at: https://omss.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Subtitle

> A subtitle object.

## Properties

<ResponseField name={"format"} type={"SubtitleFormat"} required>
  Subtitle format, one of:

  vtt — WebVTT.
  srt — SubRip.
</ResponseField>

<ResponseField name={"header"} type={"Record<string, string>"} required>
  Key-value pairs of HTTP (and non-standard HTTP) headers that should be included when accessing the subtitle URL.
</ResponseField>

<ResponseField name={"label"} type={"string"} required>
  Human-readable language name for the subtitle track. default/unknown --> Unknown
</ResponseField>

<ResponseField name={"provider"} type={"{ id: string; name: string }"} required>
  Information on the provider that provided this subtitle track.
</ResponseField>

<ResponseField name={"url"} type={"string"} required>
  A string representing the original URL to the subtitle from the provider, which may require CORS handling or custom headers (provided in the headers field).
</ResponseField>


## Related topics

- [SubtitleFormat](/sdk-artifacts/types/SubtitleFormat.md)
- [EmittedSubtitle](/sdk-artifacts/types/EmittedSubtitle.md)
- [ProviderSubtitlePayload](/sdk-artifacts/types/ProviderSubtitlePayload.md)
