Skip to main content
PATCH
Report an avatar-video render job's status

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

The vavr_-prefixed render job id.

Body

application/json
status
enum<string>
required

The new lifecycle state. Must be a valid transition from the job's current status.

Available options:
rendering,
completed,
failed
output_url
string<uri>

The rendered clip's HTTPS URL. Required when transitioning to completed.

Maximum string length: 2048
error
string

Human-readable failure reason. Set when transitioning to failed.

Maximum string length: 500

Response

The updated render job.

data
object
meta
object