# Imagior

Imagior is an AI-powered automated image generation software that enables businesses and creators to create and customize images using templates via no-code or API solutions.

- **Category:** ai content generation
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 2
- **Triggers:** 0
- **Slug:** `IMAGIOR`
- **Version:** 20260223_00

## Tools

### Get account details

**Slug:** `IMAGIOR_GET_ACCOUNT`

Tool to retrieve account details of the authenticated user. Use when you need to check account information such as name, email, and remaining credits.

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

**Slug:** `IMAGIOR_LIST_TEMPLATES`

Tool to list all design templates. Use when you need to retrieve every template associated with your account.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `sort` | string ("createdAt" | "updatedAt") | No | Field to sort results by (createdAt or updatedAt). |
| `order` | string ("asc" | "desc") | No | Sort direction (ascending or descending). |

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