Skip to content

List all uploads

Lists all uploads of an user.

Sample Request

Here’s a sample request to list all user’s uploads:

ENDPOINT
GET /v1/uploads
REQUEST
fetch('https://api.templated.io/v1/uploads?query=banner&tags=social,marketing&page=0&limit=10', {
method: 'GET',
headers: {
'Authorization' : `Bearer ${API_KEY}`
}
})

Parameters

query string
Search uploads by name or tag.

tags string[]
Filter uploads by tags (comma-separated).

page integer
Page number for pagination. Default is 0.

limit integer
Number of items per page. Default is 15.