Skip to content

Presenters

List available avatar presenters.

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

1
2
3
4
5
6
// List all available presenters (avatar source images) for generating clips.
// Presenters represent the visual faces used in premium avatar videos.
using var client = new DIdClient(apiKey);

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