429.
Regions
Set the region withpayload.country (ISO 3166-1 alpha-2). It defaults to US.
taskType × country combinations cannot be served — those are rejected
at submit time with 422 REGION_UNSUPPORTED rather than queued to fail later.
Best practices
1
Use batch submission
One
POST /v1/async/task/batch with 500 items costs one round trip. Five hundred
single submissions cost five hundred.2
Use priority to order work
A high
priority moves a task to the front of the queue.3
Monitor your queue
GET /stats exposes queue depth and task states. Use it to pace large submissions.