{
"resources": [
{
"type": "text",
"content": "天苍苍野茫茫风吹草动见牛羊"
}
],
"speakerNums": 2,
"lang": "zh",
"modelName": "gpt-4o-mini",
"isExtract": false,
"customPrompt": "",
"version": "v3",
"names": []
}
curl --location --request POST 'https://api.302.ai/302/podcast/async/text' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"resources": [
{
"type": "text",
"content": "天苍苍野茫茫风吹草动见牛羊"
}
],
"speakerNums": 2,
"lang": "zh",
"modelName": "gpt-4o-mini",
"isExtract": false,
"customPrompt": "",
"version": "v3",
"names": []
}'
{
"task_id": "string"
}