get
https://api.dailymotion.com/file/upload
Generate a temporary upload URL to send a video file to Dailymotion.
Authentication requiredRequired scope:
manage_videos
NoteThis endpoint is only needed if you need to host a file on Dailymotion. In this case, follow this two-step process:
- Get an upload URL using this endpoint.
- Upload a video file directly to the returned URL.
Once uploaded, use the Create a video endpoint to publish the video on your profile.
Alternatively, if you already have a public video file URL, you can skip this step and directly proceed with Edit a video call.
On success, the server returns 2 values :
upload_url: The URL to use to send a file on our servers with the Upload a video file call.progress_url: The URL used to monitor the upload status as the file is transferred to our servers
