Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.supahub.com/llms.txt

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

By leveraging pagination, you can effortlessly handle data in smaller portions, avoiding overload from attempting to process everything in one go. A meta object includes:
page
number
The current page of data being viewed, relevant for paginated responses.
limit
number
Specifies the number of items per page.
totalPages
number
The total number of pages available in a paginated dataset.
totalCount
number
The total number of items within the complete dataset.
The meta field will provide additional context and information required for comprehending the response, such as pagination details.
  curl --request POST \
    --url https://dog-api.kinduff.com/api/facts
{ "status": "success" }