Streamio API Documentation

Public Uploads - List

Returns a list of public uploads from your account filtered and sorted on the parameters your specify.

Request

Url

https://www.streamio.com/api/v1/uploads.format

Request Method

GET

Parameters

Response

Code

200

Body

Examples

Query on tags

Find public uploads tagged with "sports" or "nature" with the tags parameter.

curl -u username:password https://www.streamio.com/api/v1/uploads.json?tags=sports%2Cnature

Find public uploads tagged with both "sports" and "england" with the tags.all parameter.

curl -u username:password https://www.streamio.com/api/v1/uploads.json?tags.all=sports%2Cengland