{ "opencollection": "1.0.0", "info": { "name": "HeyGen Account Digital Twins API", "version": "4.0.8" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Digital Twins", "type": "folder" }, "items": [ { "info": { "name": "Get Digital Twin Generation Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.heygen.com/v2/video_avatar/:avatar_id", "params": [ { "name": "avatar_id", "value": "", "type": "path", "description": "Unique identifier of the Digital Twin avatar." } ], "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Checks the current status of the Digital Twin generation process and returns relevant details." }, { "info": { "name": "Delete Digital Twin", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.heygen.com/v2/video_avatar/:avatar_id", "params": [ { "name": "avatar_id", "value": "", "type": "path", "description": "Unique identifier of the Digital Twin avatar." } ], "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Deletes a Digital Twin by its ID." }, { "info": { "name": "Create Digital Twin", "type": "http" }, "http": { "method": "POST", "url": "https://api.heygen.com/v2/video_avatar", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Submits the URLs for the required training footage and consent statement to create a Digital Twin." } ] } ], "bundled": true }