link — URL 链接或百度网盘分享链接link_type — url(URL 导入)或 baidu(百度网盘)app-key: ********************{
"link": "https://example.com/share/sample-video-abc123",
"link_type": "url",
"tag": "示例导入任务"
}curl --location 'https://api.jieshuo.cn/v1/files/import/parse' \
--header 'x-code;' \
--header 'app-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"link": "https://example.com/share/sample-video-abc123",
"link_type": "url",
"tag": "示例导入任务"
}'{
"code": 10000,
"message": "Success",
"data": {
"upload_id": "up_00000000000000000000000000000000"
}
}