Batch Annotate Queue Items
Annotates many items in a queue in one request. Each entry in items carries a queueItemId plus the same body as the single-item annotate endpoint.
annotatorEmail and markAsCompleted set at the top level act as defaults applied to any item that omits them; a per-item value takes precedence.
Path parameters
Headers
Request
The items to annotate. Processed independently (best-effort).
Default annotator for items that omit it. A per-item annotatorEmail takes precedence. Required (here or per item) whenever an item submits formResponses.
Default completion flag for items that omit it (effectively true). A per-item value takes precedence.
Response
Batch processed; inspect each result’s success flag
Indicates the batch request was well-formed and processed. Per-item outcomes are in data.results.