Write
retry_transcode
Retry transcoding for a failed media item.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| outlineId | string | — | Outline ID. Defaults to your own outline. |
| mediaId | string | Yes | The ID of the media item to retry. |
Response
| Field | Type | What it means |
|---|---|---|
| outlineId | string | Resolved outline ID. |
| success | boolean | True if successfully retried. |
Example
Request
json
{
"mediaId": "media_123"
}Response
json
{
"outlineId": "42",
"success": true
}