Image Provenance

API Reference

Contract details for the strict v1 synchronous check endpoint.

POST /v1/provenance/check

Submit one multipart image upload.

FieldTypeRequired
imagebinary image fileyes

Headers

HeaderRequiredDescription
AuthorizationyesBearer API key for server-to-server calls.
Idempotency-KeynoStable 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

ValueMeaning
openai_generatedA positive provenance signal was detected.
not_detectedNo positive signal was detected.
inconclusiveA signal could not be evaluated confidently.

The machine-readable OpenAPI document is available at /openapi.json.

On this page