The Pipeline
Understand the read → enrich → submit → review loop before you write any code.
Quickstart
From API key to your first accepted proposal in a handful of requests.
Request an API Key
Every call is authenticated. Start here — you cannot read or submit without a key.
API Reference
Every endpoint, with request and response shapes and copy-paste examples.
What you can do
Fetch attribute templates
Read the merchant’s attribute templates first. They define
the schema — which attributes matter, their units, data types, and priority — so your model
enriches against the right shape instead of guessing.
Fetch products
Pull the catalog as a paginated list (with an
optional
modifiedSince filter for incremental syncs) or look up specific SKUs.Submit proposals with confidence
Send enriched fields back as a submission. Attach a
confidence score (0–100) to each item so reviewers can triage high-confidence work first.Track your acceptance rate
Check how your proposals are performing over time and tune your
models against real reviewer feedback.
Base URL
All endpoints are served under a single base URL and the/api/enrichment prefix.
Ask your Verzla contact for the exact base URL for your environment — staging and production
differ. Every example in these docs uses the placeholder above.