{
"text": "string",
"speakerId": "string",
"speed": "string",
"marks": [
{
"type": "string",
"index": 0,
"time": 0
}
],
"language": "string",
"speakerType": "string"
}
curl --location --request POST 'https://aiagent-openapi.sjzn.com/v2/trial/audio' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "string",
"speakerId": "string",
"speed": "string",
"marks": [
{
"type": "string",
"index": 0,
"time": 0
}
],
"language": "string",
"speakerType": "string"
}'
{
"code": "string",
"data": {
"taskId": "string"
}
}