# Imejis.io

Imejis.io is an API-based image generation platform that enables users to create and customize images seamlessly through a user-friendly interface and a rich library of templates.

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

## Tools

### List Design Templates

**Slug:** `IMEJIS_IO_LIST_DESIGNS`

Tool to list available design templates. Use after authenticating the account.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `limit` | integer | No | Maximum number of designs to return |
| `cursor` | string | No | Pagination cursor for fetching the next page of results |
| `public` | boolean | No | Whether to fetch only public designs if supported |
| `search` | string | No | Search term to filter designs by name/description |

#### 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 |
