Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.siit.io/llms.txt

Use this file to discover all available pages before exploring further.

Introduction

When retrieving a collection of objects with a GET request the result is paginated. Pagination information is presented under meta object in the response body and described below.

The meta object

count
integer
current_page
integer
per_page
integer
default:20
Required range: x <= 200
total
integer