v4
latestOpenAPI 3.1.02026-08-08278476614.0 KBenrichment
Enrich Row Async
Enrich rows in the dataset asynchronously.
Supports two selection modes (exactly one per request, enforced by EnrichRowRequest validator):
- feature_ids — explicit ids; legacy path, unchanged.
- selection — filter spec + fingerprint + expected count. The server validates the fingerprint (400 on mismatch), recomputes the live count (409 on drift), and resolves the matching ids server-side before enqueueing — no wire-payload of large id arrays.
post/api/v1/enrichment/enrich_async/{enrichment_id}
Query parameters
tokenstring nullable
Firebase ID token for MVT authentication
Firebase ID token for MVT authentication
Request body
Example request
{
"feature_ids": [
"00000000-0000-0000-0000-000000000001"
]
}Response
Successful Response