Skip to main content
GET
/
v1
/
subtitle-profiles
Get Subtitle Profiles
curl --request GET \
  --url https://api.studio.us.phrase.com/v1/subtitle-profiles \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "active": true,
      "description": "<string>",
      "minDuration": 123,
      "maxDuration": 123,
      "maxLineCharacterCount": 123,
      "maxGapBetweenWords": 123,
      "subtitlePosition": "top",
      "displaySpeakerNames": true,
      "maxLinesPerScreen": 123,
      "fontSize": 123,
      "textColor": "<string>",
      "backgroundColor": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "pagination": {
    "page": 123,
    "pageSize": 123,
    "total": 123,
    "totalPages": 123
  }
}

Authorizations

X-API-Key
string
header
required

Response

Subtitle profiles retrieved successfully

data
object[]

Array of subtitle profiles

pagination
object