Discussions
Retrieve Video Status/Details - ResourceType.PACIFIC_VIDEO not found error
7 months ago by Bohdan
Hi, we are trying to integrate through API with Heygen. After getting details for some videos getting this response
curl --location 'https://api.heygen.com/v1/video_status.get?video_id='
--header 'Accept: application/json'
--header 'x-api-key: key'
--data ''
{
"code": 400569,
"message": "ResourceType.PACIFIC_VIDEO not found"
}
this response is not documented
how can we avoid this error?