# Adrapid

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.

- **Category:** images & design
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 3
- **Triggers:** 0
- **Slug:** `ADRAPID`
- **Version:** 20260211_00

## Tools

### Get API info

**Slug:** `ADRAPID_GET_API_INFO`

Retrieves AdRapid API version information from the root endpoint. Use this tool to: - Check the current API version being used - Verify API connectivity and authentication - Ensure compatibility with API features Returns the current API version number (e.g., "1.5.0").

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get user and API info

**Slug:** `ADRAPID_GET_SYSTEM_ME`

Tool to get user account and API information. Use when you need to retrieve authenticated user details and API versions.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Banners

**Slug:** `ADRAPID_LIST_BANNERS`

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').

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `limit` | integer | No | Max number of items to return (must be ≥ 1). |
| `offset` | integer | No | Number of items to skip before returning the results (must be ≥ 0). |
| `search` | string | No | A search string to filter banners by name or ID. |
| `status` | string ("exporting" | "ready" | "failed") | No | Status of the banner to filter by. Available values: exporting, ready, failed. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
