Scripts(Generate Video Content Copy)
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 ' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_subject": "ai的发展",
"models_name": "gpt-4o",
"video_language": "en"
}'
Responses
application/json Modified at 2025-11-24 09:10:16