You can also add the retry parameters in the request body to enable retries and set the number of retries and the time to wait before retrying.
Copy
{// ...some other Keywords AI params... "retry_params": { "num_retries": 3, "retry_after": 0.1, // seconds, minimum time to wait before retry. "retry_enabled": true }}