对于小于 200 MB 的文件,您可以使用简单的表单上传。
-
在 Cloudflare 仪表板中,前往 Stream 页面。
Go to Videos ↗ -
将视频拖放到 Quick upload 区域。您也可以点击浏览机器上的文件。
视频上传完成后,视频将出现在列表中。
发送 POST 请求,将 content-type 头设为 multipart/form-data,并将媒体作为名为 file 的输入包含在内。
curl --request POST \
--header "Authorization: Bearer <API_TOKEN>" \
--form file=@/Users/user_name/Desktop/my-video.mp4 \
https://api.cloudflare.com/client/v4/accounts/{account_id}/stream