A MediaProcessor resource provides the ability to capture content from a web application with a Twilio Media Extension to create a livestream.
Updates a MediaProcessor resource identified by a SID.
Path parameters
-
The SID of the MediaProcessor resource to update.
Minimum length is
34, maximum length is34. Format should match the following pattern:^ZX[0-9a-fA-F]{32}$.
POST
/v1/MediaProcessors/{Sid}
curl \
--request POST 'https://media.twilio.com/v1/MediaProcessors/{Sid}' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'Status=ended'
Response examples (200)
{
"account_sid": "string",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"ended_reason": "string",
"extension": "string",
"extension_context": "string",
"max_duration": 42,
"sid": "string",
"status": "failed",
"status_callback": "https://example.com",
"status_callback_method": "HEAD",
"url": "https://example.com"
}