> ## Documentation Index
> Fetch the complete documentation index at: https://novita.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# June 2, 2024

For the asynchronous V3 APIs, to receive the generated outputs, in addition to polling the [Task Result API](/docs/api-reference/model-apis-task-result),
<br />now you can also listen to **"ASYNC\_TASK\_RESULT"** event on your webhook endpoint.

Also, you can test your integration without making actual API calls by enabling Test Mode, which will help you thoroughly test your logic.
<br />More details can be found at: [Webhook](/docs/api-reference/model-apis-webhook).
