Skip to main content

Documentation Index

Fetch the complete documentation index at: https://documentation.bannerify.co/llms.txt

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

Introduction

The Bannerify API allows you to interact with the Bannerify service programmatically using RESTful principles.

Base URL

https://api.bannerify.co/{version}/{name}

HTTP Methods

We strictly use only GET and POST methods. PUT and DELETE are not used.
  • GET: Retrieve information from the server.
  • POST: Send data to the server to create or update resources.