Overview - Rest API
Discover the Abyssale REST API
The Abyssale API is organised around REST
.
Global configuration:
Base URL:
https://api.abyssale.com
Data exchange format:
JSON
. All API calls must contain theContent-Type: application/json
header.Rate limits: 5 requests/s
Authentication: API Key
How many API requests are included?
The number of available requests depends on your plan (here is the related pricing table here).
During your trial, 30 API calls are included.
Only successful image creation calls are counted, including when creating your image from the API console on the template page.
Last updated