Skip to main content
GET
/
v3
/
video-translations
/
proofreads
/
{proofread_id}
Get Proofread Session
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>"
  }
}

Authorizations

x-api-key
string
header
required

HeyGen API key. Obtain from your HeyGen dashboard.

Path Parameters

proofread_id
string
required

Unique proofread identifier

Response

Successful response

data
ProofreadDetail · object

Detailed proofread resource.