v4

latestOpenAPI 3.1.02026-08-086635375.7 KB
Avatar Videos

Retry an avatar video

Creates a new job from the original immutable snapshot and links it through retryOf. Only terminal jobs can be retried.

post/v1/avatar-videos/{id}/retry

Path parameters

idstring required

Headers

Idempotency-Keystring required

Response

New retry job accepted.

idstring required
status'pending' | 'running' | 'finalizing' | 'completed' | 'failed' | 'cancelled' required
completionReason'script_completed' | 'max_duration_reached' | 'cancelled' | 'null' nullable
truncatedboolean required
durationSecondsnumber nullable
effectiveMaxDurationSecondsinteger required
sessionIdstring nullable

Underlying normal EngineSession ID. Use its recording deletion endpoint for deletion.

retryOfstring nullable
createdAtstring date-time required
startedAtstring date-time nullable
completedAtstring date-time nullable
metadataobject required

Example response

{
  "id": "avv_123"
}