curl --location --request POST 'https://api.yunai.xyz/agent_api.php' \ --header 'Authorization: Bearer sk-xxx' \ --form 'act="create_video_fast";type=false' \ --form 'model_id=""' \ --form 'audio_url=""' \ --form 'line_type="1"'
{ "code": 1, "msg": "创建成功!", "data": { "task_id": "32" } }