Adrapid

Learn how to use Adrapid with Composio

Overview

Enum

ADRAPID

Description

Adrapid is a tool designed for efficient creation of digital marketing visuals, including banners, images, videos, and HTML5 content, utilizing reusable templates and offering automation through a REST API.

Authentication Details

bearer_token
stringRequired

Actions

Tool to retrieve api root information. use when you need to discover the api's description and version details.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to get user account and api information. use when you need to retrieve authenticated user details and api versions.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list all banners and their statuses. use when you need to retrieve banners after creation or to audit existing banners. ensure you apply filters to narrow down results (e.g., status='ready').

Action Parameters

limit
integerDefaults to 10
offset
integer
search
string
status
string

Action Response

data
object
error
string
successful
boolean