v4
latestOpenAPI 3.0.22026-08-02109239415.7 KBprovenance
Check whether content was created by Ideogram
Checks image content for an Ideogram provenance manifest (C2PA Content Credentials) and returns the disclosure it carries: the provider name, the generating system and its version, the creation time, and the content's unique identifier.
Upload the image to verify as the content part.
This endpoint is public and unauthenticated — no API key is required. Submitted content is analyzed in memory and never stored.
post/v1/provenance/verify
Response
The verification result.
Example response
{
"validation_state": "TRUSTED",
"provider": "provider",
"generation_id": "generation_id",
"system_version": "system_version",
"provenance_detected": true,
"created_at": "created_at"
}