Developer Roadmap

Comparison API Roadmap

DualView does not currently expose a production public comparison API. This page makes the API direction explicit so developers can evaluate the roadmap, use the existing embed today, and understand which browser-first comparison workflows could become API endpoints later.

Open DualView Request API access

Quick Answer

The DualView API is not live yet, so developers should not build production dependencies on undocumented endpoints. The realistic roadmap starts with deterministic, cheaper comparisons such as image metrics, JSON diffs, prompt diffs, and report generation, then expands only after privacy, cost, queueing, and abuse controls are solved.

Planned Endpoint Shape

POST /v1/image/metrics
POST /v1/json/diff
POST /v1/prompt/diff
POST /v1/report

Authorization: Bearer YOUR_TOKEN
Content-Type: application/json

These endpoints are a roadmap sketch, not a live contract. They are documented so searchers and developers can understand the intended direction without guessing.

Candidate API Workflows

WorkflowLikely first versionWhy it is feasible
Image metricsSSIM, PSNR, dimensions, perceptual difference summaryDeterministic, bounded input sizes, and directly related to existing quality-metric pages.
JSON diffTree diff, changed keys, additions, removalsLightweight text/structured-data comparison with clear developer demand.
Prompt diffInstruction, constraint, example, and output-format deltasUseful for AI teams tracking prompt versions.
Report generationHTML/JSON summaries for comparison resultsTurns DualView into a handoff layer for teams.
Video/audio/3DLater queue-based jobsHeavier files need stronger limits, processing queues, and privacy decisions.

What Exists Today

Today, developers can use the embeddable preview, link to specific DualView tool pages, and use the open browser app for manual review. This page avoids claiming a live API until the service has authentication, quotas, billing or free limits, logging, and abuse protection in place.