- title;
- description;
- operational category;
- suggested priority;
- suggested next step;
- tags;
- risk flags;
- confidence;
- usage information for the operation.
Start here
Quickstart
Configure your environment and make the first
POST /v1/evidence/reports
request.Report contract
Understand request fields, supported contexts, response fields, categories, and priorities.
Beta access
Review the current manual approval and API-key provisioning process before requesting access.
API Reference
Review the machine-readable HTTP contract generated from OpenAPI.
Product goal
Operational systems frequently receive information that is difficult to use directly:- informal maintenance descriptions;
- inspection notes;
- photos without structured context;
- damage reports;
- delivery evidence;
- field observations.
MVP capabilities
The current MVP supports:- shared The Wo API key authentication;
- text evidence;
- image evidence referenced by absolute HTTP or HTTPS URLs;
- secure remote image retrieval before report-provider execution;
- operational context;
- optional output language guidance;
- synchronous report generation;
- structured operational results;
- Evidence Report persistence;
- usage tracking;
- monthly quota enforcement;
- current monthly usage visibility.
Current public endpoints
POST /v1/evidence/reports creates a structured Operational Evidence report.
GET /v1/usage/current lets the authenticated customer inspect current
monthly usage, quota, and remaining units.
Current evidence types
The MVP accepts:- text;
- image URLs.
Current API lifecycle
A successful report request follows this flow:evidence_report usage unit.
See Usage and quotas for the
complete usage and monthly quota behavior.
