Generate Title, Description, and Tags

View Markdown

Make your content discoverable and provide accessible alt text with auto-generated title, description, and tags for your uploaded media files.


Create a Description Task

const task = await ittybit.tasks.create({
  url: 'https://example.com/video.mp4',
  kind: 'description',
});

See the Description Tasks section for more information about available options.


(See SDKs for install and initialization steps.)

On this page