post https://api.veed.io/api/assets
In order to upload a media asset to the VEED API, you first need to create a record for that asset by sending a POST
request to /assets
on the API. See example below:
If asset creation was successful, you will receive a payload as shown above. The payload contains a url
field which is the url to which you are expected to make your upload as shown below:
curl \
--upload-file video.mp4 \
https://cdn.veed.io/380rreVE_9uhiksitOGIW.mp4