Scripts(Generate Video Content Copy)
Run in Apifox
The API used by the AI video content idea platform: Generate corresponding video scripts based on input keywords. Request Body Params application/json
{
"video_subject" : "ai的发展" ,
"models_name" : "gpt-4o" ,
"video_language" : "en"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/stock-video/api/v1/scripts' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_subject": "ai的发展",
"models_name": "gpt-4o",
"video_language": "en"
}'
Responses application/json Generate Code
Modified at 2024-12-26 02:04:05