Coming soon
What's next for the Zenode API
These capabilities are planned but not yet available. The contract below is indicative and may
change before launch — build against the shipped endpoints
today, and watch this page for additions. Everything ships additively within v1.
Alternative-part discovery
A part-scoped endpoint to find drop-in alternatives / substitutes for a given part — ranked candidates with a rationale and a spec comparison, the same intelligence behind Zenode's Alts product. Until it lands, the closest tools are AI discovery (describe what you need and let the AI choose) and catalog search with parametric filters.
Coming soon. Alternative-part discovery is on the roadmap; it is not part of the current API.
Job-completion webhooks
Today you follow an async AI job by polling
GET /v1/jobs/{job_id} or holding its SSE stream. A webhook option will let Zenode POST to a URL
you register when a job reaches a terminal state, so server-side integrations don't have to poll or
keep a connection open.
Coming soon. For now, poll or stream the job — both are fully supported.
Next
- API overview
- Async AI jobs — how you follow jobs today