cURL
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
Subtitle profiles retrieved successfully
Array of subtitle profiles
Show child attributes
Was this page helpful?