# Placid

Placid is a creative automation toolkit that enables users to generate images, PDFs, and videos from custom templates via REST or URL APIs.

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

## Tools

### Create Collection

**Slug:** `PLACID_CREATE_COLLECTION`

Tool to create a new template collection to group multiple templates. Use when organizing templates into collections with custom metadata.

### Create Template

**Slug:** `PLACID_CREATE_TEMPLATE`

Tool to create a new Placid template. Use when you need a template with specific dimensions and optional tags or custom metadata. Example: "Create a social-media banner."

### Delete Collection

**Slug:** `PLACID_DELETE_COLLECTION`

Tool to delete a template collection by its ID. Use after confirming the collection is no longer needed. Note: This does not delete the templates within the collection.

### Delete Template

**Slug:** `PLACID_DELETE_TEMPLATE`

Tool to delete a specific template identified by UUID. Use after confirming the template is no longer needed.

### Get Collection

**Slug:** `PLACID_GET_COLLECTION`

Tool to retrieve a single collection by its ID. Use when you need details about a specific collection including its title, custom data, and associated template UUIDs.

### Get Collections

**Slug:** `PLACID_GET_COLLECTIONS`

Tool to retrieve a list of all template collections. Use after authentication to paginate through your Placid collections.

### Get Template

**Slug:** `PLACID_GET_TEMPLATE`

Tool to retrieve a template by UUID. Returns template details including title, thumbnail, tags, and layers.

### List NL Templates

**Slug:** `PLACID_LIST_NL_TEMPLATES`

Tool to list all available templates via the Natural Language API. Use when you need to discover available templates for generating images.

### List Templates

**Slug:** `PLACID_LIST_TEMPLATES`

Tool to retrieve a list of templates from your project. Returns 20 items per page with cursor pagination. Use to browse templates, optionally filtered by collection or title.

### Update Collection

**Slug:** `PLACID_UPDATE_COLLECTION`

Tool to update an existing template collection. Use to modify title, custom_data, or manage templates (replace all, or incrementally add/remove specific templates).

### Update Template

**Slug:** `PLACID_UPDATE_TEMPLATE`

Tool to update an existing Placid template. Use when you need to modify the title, tags, or custom_data of a template.
