Skip to content

Overview — REST API

Abyssale is a creative automation platform that lets developers generate images, videos, animated GIFs, HTML5 banner ads, and print-quality PDFs programmatically. The REST API accepts JSON requests and returns generated media files, either synchronously (single image, immediate response) or asynchronously (batch generation via webhook callback).

Base URL: https://api.abyssale.com

The Abyssale API is organised around REST.

Global configuration:

PropertyValue
Base URLhttps://api.abyssale.com
Data formatJSON — all calls must include Content-Type: application/json
Rate limits10 requests/s per API key — returns 429 when exceeded
AuthenticationAPI Key

How many API requests are included?

The number of available requests depends on your plan (see pricing).

During your trial, 30 API calls are included.

Only successful visual creation calls are counted, including when creating a visual from the API console on the design page.

Next Steps