http://mediaconnect.{region}.amazonaws.com/v1/flowsCreates a new flow. The request must include one source. The request optionally can include outputs (up to 50) and entitlements (up to 50).
The name of the flow.
The settings for the source of the flow.
The outputs that you want to add to this flow.
Create maintenance setting for a flow
The entitlements that you want to grant on a flow.
The media streams that you want to add to the flow. You can associate these media streams with sources and outputs on the flow.
The VPC interfaces you want on the flow.
The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS Region.
The settings for source failover.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://mediaconnect.{region}.amazonaws.com/v1/flows' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://mediaconnect.{region}.amazonaws.com/v1/flowsCreates a new flow. The request must include one source. The request optionally can include outputs (up to 50) and entitlements (up to 50).
The name of the flow.
The settings for the source of the flow.
The outputs that you want to add to this flow.
Create maintenance setting for a flow
The entitlements that you want to grant on a flow.
The media streams that you want to add to the flow. You can associate these media streams with sources and outputs on the flow.
The VPC interfaces you want on the flow.
The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS Region.
The settings for source failover.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://mediaconnect.{region}.amazonaws.com/v1/flows' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}