For the complete documentation index, see llms.txt. This page is also available as Markdown.

Introduction

This API allows you to connect to our platform and manage different resources automatically. Instead of performing actions manually—such as creating items or checking information through a web interface—you can do it by sending requests from your application or scripts.

If you’ve never used an API before, don’t worry: the main idea is that you send a request to a specific address (an endpoint), and the platform returns a response in JSON format, which is a very easy-to-read text format.

The API is organized into different sections, each dedicated to a type of resource. For example, there may be sections for creating resources, listing the ones you already have, or updating their configuration. Each action is performed using well‑known HTTP methods such as GET, POST, PUT, PATCH or DELETE.

To use it securely, you will need a token that identifies you as an authorized user. We also provide tools like pagination, filters, and clear error messages to help you understand what is happening at every step.

This document is an initial guide to help you get familiar with the general structure of the API and start integrating it into your own applications, even if you have no prior experience.

Última actualización

¿Te fue útil?