Check Proofread Status

Checks the current status of a proofread request using the provided proofread ID.

Response

FieldTypeDescription
proofread_idstrID of the proofread.
statusstrProofread status, one of
- processing (The video is processing)
- completed (The proofread generation is completed)
detailsstrDetails of the proofread status
submitted_for_reviewbooleanDefaults to false
	{
    "error": null,
    "data": {
        "proofread_id": "6070191e6cbf438494ef6a642f2483a6",
        "status": "processing",
        "details": null,
        "submitted_for_review": false
    }
}
	{
    "error": null,
    "data": {
        "proofread_id": "6070191e6cbf438494ef6a642f2483a6",
        "status": "completed",
        "details": null,
        "submitted_for_review": false
    }
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!