Quickstart
Create your first Operational Evidence report with a single API request. The current API accepts text evidence, image URL evidence, or both.Before you start
You need:- an approved The Wo API key;
- the API base URL for your environment;
- a server-side environment where the API key can remain secret.
Configure your environment
Store the values outside your source code. Use the canonical The Wo production API origin and keep your API key outside source code:Create a report from text
Send a request to:201 Created.
Example:
Create a report from an image
Image evidence is represented as an object containing an absolute HTTP or HTTPS URL.503
error. See Errors.
Only submit images that your application is authorized to share with The Wo.
Combine text and image evidence
Text and images can be sent together.Evidence rules
Every request must contain:evidence must contain at least one of:
Usage
One successfully created report consumes:Errors
All API errors use a consistent public envelope:requestId when investigating a failed request.
See Errors for the public error catalog.
Next steps
- Review Authentication.
- Read the full Report contract.
- Understand Usage and quotas.
- Review the TypeScript example.
- Use the API Reference for the exact machine-readable contract.
