Get avatar information for video generation
Last updated 2 months ago
OK
vidua Avatar asset id
The avatar cover image
The avatar id
The avatar name
const response = await fetch('https://api.vidau.ai/openapi/v1.0/avatar/list', { method: 'POST', headers: { "timestamp": "text", "Content-Type": "text", "Authorization": "text", "RESPONSE-WRAP": "text", "x-auth-key": "text" }, }); const data = await response.json();
[ { "asset_id": "text", "cover_image": "text", "name": "text" } ]