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:
| Property | Value |
|---|---|
| Base URL | https://api.abyssale.com |
| Data format | JSON — all calls must include Content-Type: application/json |
| Rate limits | 10 requests/s per API key — returns 429 when exceeded |
| Authentication | API 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
- Authentication — set up your API key
- Generate a Single Image — make your first API call
- Asynchronous Generation — batch generate multiple formats
