Polling
How to retrieve progress of an asynchronous generation request - Abyssale REST API
Last updated
How to retrieve progress of an asynchronous generation request - Abyssale REST API
Last updated
You can check the progress of an asynchronous generation by periodically calling the GET /generation-request/{generation_request_id}
endpoint with your initial generation_request_id
.
A generation request will become unavailable after 7 days.
The endpoint is rate limited. Make sure you do not flood it or you will be blocked.
Abyssale uses a retry system, so a generation request can take a maximum of 10 minutes before being completed.
The payload response is exactly like the NEW_BANNER_BATCH event, except it contains an additional is_finalized
boolean property. Once this property is true, the generation request is completed and will never change in the future.