Edit video metadata
Update your video metadata to improve the performance and reach of your content. Metadata, such as title, description, hashtags or category will help viewers discover your video through search and recommendations, but will also help advertisers for accurate ad targeting.
This quick guide shows you how to update your video metadata using the API.
Authentication requiredRequired scope:
manage_videos
You can update any other metadata field, such as:
channelis_created_for_kidsgeoblocking(for Dailymotion Pro)hashtagslanguage
Example: Update a video's title and description
// Replace VIDEO_ID with the ID of the video you want to edit
curl -X POST -H 'Authorization: Bearer ${ACCESS_TOKEN}' \
-d 'title=My new video title' \
-d 'description=My new video description' \
'https://api.dailymotion.com/video/VIDEO_ID' // Replace VIDEO_ID with the ID of the video you want to edit
curl -X POST -H 'Authorization: Bearer ${ACCESS_TOKEN}' \
-d 'title=My new video title' \
-d 'description=My new video description' \
'https://partner.api.dailymotion.com/rest/video/<VIDEO_ID>'
Metadata AI (Studio only)Pro & Premium Creators can also generate accurate titles, descriptions and hashtags using the Metadata AI feature, powered by AI and based on video transcript or user input.
This feature is only available in the Dailymotion Studio.
Updated 11 days ago
