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
}
}Retrieve available subtitle profiles for the authenticated account
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
}
}Subtitle profiles retrieved successfully
Array of subtitle profiles
Show child attributes
Subtitle profile ID
Subtitle profile name
Whether this profile is active
Subtitle profile description
Minimum subtitle duration (seconds)
Maximum subtitle duration (seconds)
Max characters per line
Max gap between words (seconds)
Subtitle position
top, bottom, center, right, middle, left Display speaker names
Max lines per screen
Font size for subtitles
Text color (hex)
Background color (hex)
Creation time
Last update time
Was this page helpful?