Skip to main content
POST
Regenerate the downloadable MP4
Replace {your-subdomain} with your workspace’s subdomain.
Learn how to find your subdomain in Workspace subdomain.

Headers

X-Api-Key
string
required

API key. Refer to Authentication for more information.

Accept
enum<string>
default:application/json
required

Must be application/json.

Available options:
application/json

Path Parameters

id
string
required

The recording's id (UUID) or its public_link_id (the short code in the watch URL). Both are accepted.

Response

200 - application/json

Regeneration status for the recording.

recording_id
string
required
status
enum<string>
required

ready when the MP4 is already up to date, generating when regeneration has just been queued, and already_generating when a conversion is in progress.

Available options:
ready,
generating,
already_generating