API Reference
Contract details for the strict v1 synchronous check endpoint.
POST /v1/provenance/check
Submit one multipart image upload.
| Field | Type | Required |
|---|---|---|
image | binary image file | yes |
Headers
| Header | Required | Description |
|---|---|---|
Authorization | yes | Bearer API key for server-to-server calls. |
Idempotency-Key | no | Stable key for safely retrying the same request. |
Dashboard playground requests use the same endpoint with the hosted session cookie instead of an API key.
Outcomes
| Value | Meaning |
|---|---|
openai_generated | A positive provenance signal was detected. |
not_detected | No positive signal was detected. |
inconclusive | A signal could not be evaluated confidently. |
The machine-readable OpenAPI document is available at /openapi.json.