# Process small batches of 1099 forms

Source: https://developer.avalara.com/products/avalara-1099-and-w9/integration-guides/1099-and-w-9/ygs7934246940119/

Guide: 1099 & W-9

# Process small batches of 1099 forms

Learn how the system processes small batch submissions for faster results.

If fewer than 1,000 forms are submitted in a single request, then the system immediately processes the request without creating an asynchronous job.

In this case:

-   The response will contain the form objects directly.
-   No polling via `GET /jobs` is necessary.
-   You can immediately call `GET /1099/forms/{id}` or download the PDF.

This optimization enables fast processing of smaller submissions.