cURL
curl --request GET \ --url https://api.heygen.com/v3/video-translations/proofreads/{proofread_id} \ --header 'x-api-key: <api-key>'
{ "data": { "id": "<string>", "status": "processing", "title": "<string>", "output_language": "<string>", "input_language": "<string>", "submitted_for_review": true, "created_at": 123, "failure_message": "<string>" } }
Returns the status and details of a proofread session.
HeyGen API key. Obtain from your HeyGen dashboard.
Unique proofread identifier
Successful response
Detailed proofread resource.
Show child attributes