Authorizations
API key for TopYappers API authentication
Body
multipart/form-data
The video file to upload (MP4, MOV, AVI, etc.). In Python requests, use files={'video': open(path, 'rb')}
JSON stringified object containing processing parameters. In Python requests, use data={'parameters': json.dumps(params)}
Example:
"{\"playbackSpeed\": 1.2, \"brightness\": 0.1, \"contrast\": 1.1, \"saturation\": 1.2, \"hue\": 15, \"zoomFactor\": 1.05}"
Response
Video remixed successfully