Image Export
How to export images - Abyssale REST API

(1) Ask an export
As this method is asynchronous you need to provide a callback URL that will be called back when the export is done. We will do a POST request on this URL with a JSON payload.
Authorizations
x-api-keystringRequired
All of your Abyssale requests must contain a x-api-key header with your API Key.
Body
idsstring · uuid[]RequiredExample:
An array of string that corresponds to the banners IDs you would like to export.
64238d01-d402-474b-8c2d-fbc957e9d290callback_urlstring · uriOptionalExample:
The url that will be called once the generation of your export is done.
https://your-webhook.com/export-abyssaleResponses
200
Ok
application/json
post
/async/banners/export200
Ok
(2) Receive the export request ID
The following errors can occur:
(3) NewExport event
Last updated

