Generate metadata with AI

📘

You are reading API v2 documentation

Still using the Legacy API? Access the Legacy API documentation.



📘

Requirements

  • For Pro & Premium Creators only.
  • Your video must have a valid transcript for this feature to work.

The ai_metadata_generation field triggers AI-powered title and/or description and hashtags (included in description) generation based on your video's transcript. The generated content asynchronously replaces the current values once ready.

Accepted values: title, description, or title,description

Example:

curl -X PATCH \
  -H 'Authorization: Bearer ${ACCESS_TOKEN}' \
  -H 'Content-Type: application/json' \
  -d '{
    "ai_metadata_generation": ["title", "description"]
  }' \
  'https://api.dailymotion.com/v2/videos/VIDEO_ID'

Language support: The AI automatically detects the transcript language and generates the metadata in that language.

This feature is in beta. Language detection may not always be accurate:

  • Best supported languages: English, French, Korean, Italian, Portuguese.
  • Other languages may have varying results and may not be fully supported.


Did this page help you?