Is it possible to show captcha on ajax request?

I want to prevent massive account creations by firewall rules (challenge, captcha), but blocked requests returns a complete page and i only need the captcha, is it possible to show only the captcha?

You would need to handle that case yourself in your JavaScript code.