Limiting API Results

The Viously API uses pagination on those endpoints that return lists.

Requests that return multiple items will be paginated to 30 items by default. If you want to get more pages, you can use the page query parameter. You can use the itemsPerPage query parameter to increase the number of results. Available limit values are the following:

  • 30
  • 100
  • 300
  • 500