post https://api.gumlet.com/v1/video/assets/upload
This endpoint creates a video asset allowing to upload of the video from the local file system and ingest media content into the Gumlet system for processing and delivery.Body Parameters are the same as the Create Asset Body Parameters except for the input
parameter which this endpoint does not take.A successful response will be returned with upload_url
field. You can make PUT
request to that URL to upload video. To upload video using upload_url
refer to this.