Asynchronous Generate Podcast Transcripts
Request
Body Params  application/json
{
    "resources": [
        {
            "type": "text",
            "content": "天苍苍野茫茫风吹草动见牛羊"
        }
    ],
    "speakerNums": 2,
    "lang": "zh",
    "modelName": "gpt-4o-mini",
    "isExtract": false,
    "customPrompt": "",
    "version": "v3",
    "names": []
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/podcast/async/text' \
--header 'Authorization: Bearer 302apikey' \
--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": []
}'
Responses
application/json Modified at 2025-04-02 03:54:10