Deepvue Workflows API Docs - Verification Journeys, Runs & Reports

Trigger multi-step verification journeys with one API call. Start runs, poll to completion, resolve human reviews, and pull signed verification reports.

Ship verification journeys, not integrations

Deepvue Workflows turns a multi-step verification journey into a single API call. You compose the journey once in the dashboard, then start runs, follow them to a verdict, and read the report.

Explore by capability

Platform essentials

FeatureDetails
Base URLhttps://api.deepvue.link
API versionv1
Reference updatedAugust 2026
AudienceDeepvue customers and partners, authenticated with a client ID and API key
ProtocolHTTPS required, REST conventions
Authclient-id + x-api-key headers (details)
TimestampsRFC 3339 UTC, for example 2026-07-30T09:14:02Z
List formatFixed envelope with data, total, limit, offset
Run statusesSix statuses that partition every run (details)
Error handlingcode, check, and message on a failed run (details)

Two things that surprise most integrators

completed means the workflow finished, not that every check passed. Inspect checks[].status to learn the verification outcome.

A run can finish every screen and still be owed a human verdict. status says how far a run got; decision says where a human verdict on it stands. The two are independent axes and are AND-ed when you filter.

Resources

Was this page helpful?