Abyssale

Learn how to use Abyssale with Composio

Overview

Enum

ABYSSALE

Description

Abyssale is a creative automation platform that enables users to generate images, videos, GIFs, PDFs, and HTML5 content programmatically, streamlining visual content production.

Authentication Details

api_key
stringRequired

Actions

Tool to create a new project to organize designs and images. use after deciding on a project name to group your templates and assets.

Action Parameters

name
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all designs with optional filtering by category or type. use after authenticating to list available templates.

Action Parameters

category_id
string
type
string

Action Response

data
array
error
string
successful
boolean
Tool to list all available fonts, including custom and google fonts. use when you need to fetch font options before generating or editing designs.

Action Parameters

Action Response

data
array
error
string
successful
boolean
Tool to test api authentication via the /ready endpoint. use after configuring your api key to ensure credentials are valid before other requests.

Action Parameters

Action Response

data
object
error
string
successful
boolean