Public Uploads - Create
Create a public upload on your account with the specified parameters. Don't forget to specify POST as the request method as GET will call the list action rather than create.
Request
Url
https://streamio.com/api/v1/uploads.format
Request Method
POST
Parameters
-
title
The title of the public upload.
-
allow_user_title
Allow end user to enter title.
-
allow_user_description
Allow end user to enter description.
-
notify_email
Notification email upon upload.
-
tags
The tags you wish to set for the public upload. All videos received from this upload will inherit the same tags. Multiple tags are separated by comma.
Response
Code
201
Body
Examples
A simple create
Here's an example of creating a low bitrate (around 300k) profile.
curl -u username:password \
-F title=SpringCampaign \
-F tags=Community \
https://streamio.com/api/v1/uploads.json