apiKey: ********************{
"content": "这是一段需要转换为字幕的文本内容",
"duration": 120,
"maxCharsPerLine": 20
}curl --location --request POST '/api/subtitle/generate' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "这是一段需要转换为字幕的文本内容",
"duration": 120,
"maxCharsPerLine": 20
}'{
"errorMessage": "string",
"code": 0,
"aboutUrl": "string",
"traceId": "string",
"srtContent": "1\n00:00:01,000 --> 00:00:04,000\n这是第一行字幕",
"subtitleCount": 10
}