Create a new video processing configurationCopy Pagepost https://api.pixop.com/api/v1/processing-configurationsCreates a new video processing configuration for the selected team.Query ParamsselectTeamIduuidSpecifies the team ID for the operation. For POST requests, assigns the new object to the specified team. For GET requests, retrieves data for the specified team. If not provided, defaults to the ID of the default team associated with the API key. Body ParamsRequest payload for creating a VideoProcessingConfiguration object, specifying the desired processing settings.Represents the payload for creating a new video processing configuration. This includes the configuration’s name, processing options, and an optional description.namestringrequiredlength between 1 and 47The name of the video processing configuration to be created.optionsobjectrequiredThe options and settings to apply to the video processing configuration.options objectdescriptionstringlength between 1 and 255A detailed description of the video processing configuration to be created.Responses 201Successfully retrieved video processing configuration details. 400Invalid request. Inspect the details of the error for more information. 401Authentication failed. Missing or invalid X-API-Key or basic authentication credentials. 403Access denied. You do not have the necessary permissions to access this resource. 429Too Many Requests. The rate limit for this resource has been exceeded. 500An unexpected error occurred on the server.Updated 2 months ago Delete an S3 output locationRetrieve paginated list of video processing configurationsDid this page help you?YesNo