Property Batch AVM (Async)
POST/v1/avm/batch/property
Submit a batch of residential properties for async valuation.
Returns 202 Accepted immediately with a job_id. Poll status_url
for progress, or provide a notify_url to receive a POST when the job completes.
- Max 500 properties per job
- Each property runs the full AVM pipeline independently
- Concurrency is controlled server-side to protect the DB connection pool
- Partial failures are recorded per-property — one bad address does not fail the job
Request
Responses
- 202
- 400
- 422
- 500
Successful Response
Invalid request
Validation Error
Internal server error