I'd like to post a video to tumblr on behalf of the user using the tumblr api (after receiving its access token). It works fine with youtube/vimeo videos, but not when giving a specific video url (without actually uploading it from scratch), such as this video. I want my video to be playable on the tumblr dashboard (and in the user's blog).
I'm using the following endpoint: https://api.tumblr.com/v2/blog/myblog.tumblr.com/postHere with these paramters:
params = {'type': 'video', 'caption': 'my cool video post!', 'embed': 'https://d22d7v2y1t140g.cloudfront.net/m_8386091_p64lvWa7cCG7.mov.mp4', 'format': "html"}
How can I do something similar for other types of videos?