Skip to content

Clips

List clips (premium avatar videos).

This example assumes using DId; is in scope and apiKey contains your DId API key.

1
2
3
4
5
6
// List all clips (premium avatar videos) created in your account.
// Clips use premium presenters with higher-quality rendering compared to standard talks.
using var client = new DIdClient(apiKey);

var response = await client.ClipsPremiumAvatars.GetClipsAsync(
    limit: 10);