Keep track of new features, improvements, and bug fixes for the Acrolinx Checking API.
-
Reduce traffic when batch checking - With large batch checks you might not need detailed check results. You only want to know if the check was successful or not. For this, you can use
HEADrequests to poll the check status. While the check is in progress, you'll receive the status code 202. There will also be aRetry-Afterheader with a suggested retry delay.For more details, visit the Checking API documentation.