Skip to content

Talks

List talks (standard 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 talks (standard avatar videos) created in your account.
// Talks are generated videos where a photo-based avatar speaks provided text or audio.
using var client = new DIdClient(apiKey);

var response = await client.TalksStandardAvatars.GetTalksAsync(
    limit: 10);