Update Video Image
To update the video thumbnail
Please note that the API URL for video uploads is
upload.dyntube.com
and not api.dyntube.com
.- The file can be added to form input named "file".
- The Content-Type should be multipart/form-data.
put
https://upload.dyntube.com/v1/
videos/image/{video-id}
To upload an image
If you have a remote URL of a file, you can provide the URL to upload your video to DynTube.
- The process is the same as uploading a normal file but instead of providing a file input, you can provide a field named
url
- An HTML Form should be posted to the following endpoint.
- The Content-Type should be multipart/form-data.
- You can optionally provide other fields, such as
projectId
andplanType.
put
https://upload.dyntube.com/v1/
videos/image/{video-id}
To upload a video
Last modified 3mo ago