Skip to content

Understanding the API

codie edited this page May 16, 2021 · 9 revisions

The API only returns results for one platform at a time. If no platform is provided in the url path, it will return web content which is the default. If a platform is provided it will provide the title, subtitle and body for that platform.

Web content is not paginated, however, viber, messenger and whatsapp content is. Each text field in the body counts as a message. To paginate through the message you can specify which message you would like in the request. The api will return a link for the previous message and the next message if they exist and handle validation.

Clone this wiki locally