Skip to content
Security 4 Media Docs

C2PA signing, packaging, and service operations.

This documentation covers the current HTTP service surface, runtime configuration, packaging flows, and operational paths for local and S3-backed deployments. The emphasis is practical: build the spec, call the API, and run the service with the feature profile you actually need.

Contact Us to access it today
Security4Media Platform — Content Authenticity

v2

Documented route surface

OpenAPI

Synchronized from service source

Local + S3

Operational paths covered

Primary Paths

Use these entry points when you want the shortest path to a working service, the API contract, or a deployment-specific guide.

API Highlights

The service documentation distinguishes the human-written contract from raw examples and the generated machine-readable spec.

Operational Paths

Documentation Source

Public documentation is maintained in this repository. The generated OpenAPI specification is synchronized from the private service implementation so the public API contract stays tied to the code.

Live /openapi.json exists only when service-http is built with --features openapi. Live /docs exists only when service-http is built with --features "openapi scalar-docs".