API Documentation

v0.4.0Live

Prova API

Attestation-as-a-service for AI agent pipelines. Cryptographic proof of what data went in, which model processed it, and that nothing was faked. Any auditor can verify independently.

What Makes This Different

Every API call is backed by cryptographic guarantees.

Tamper-Proof

All data is processed inside a hardware-sealed environment. Results include a cryptographic proof that the output was not altered.

Zero Data Retention

Credentials and sensitive data are destroyed immediately after processing. Nothing is stored — ever.

Fully Auditable

Every transaction is logged in an immutable audit trail. Regulators and compliance teams can independently verify every step.

How It Works

Four steps from raw data to attested, verifiable output.

1

Your agent provides data

Submit data or delegate credentials through the API. Everything is encrypted and sent directly to the hardware-sealed enclave — it never touches our servers.

2

We fetch the data

The enclave logs into the data source on your behalf, retrieves the records you need, and creates a cryptographic proof of exactly where the data came from.

3

AI processes the data

A pinned AI model converts raw data into your target schema, validates accuracy against the source, and removes any personally identifiable information.

4

You get verified results

Your agent receives processed output plus a tamper-proof attestation bundle — cryptographic proof of what happened, verifiable by any third party.

API Capabilities

Everything you need to integrate trusted data processing into your workflow.

Fetch & Attest
Delegate credentials, fetch data, and get a verified attestation — all in one API call.
  • Works with any authenticated web portal or API
  • Returns structured output in your target schema
  • Includes provenance proof of data origin
  • Credentials destroyed within milliseconds
Verify
Independently verify any attestation bundle to confirm data integrity.
  • Check MPC-TLS data provenance proof
  • Validate hardware enclave signature
  • Confirm AI model identity
  • Verify credential destruction proof
Data Marketplace
Browse and query anonymized datasets inside the TEE sandbox. Data never leaves the enclave.
  • Fully de-identified (HIPAA / GDPR compliant)
  • Query by any field — only attested aggregates exit
  • Data contributors earn 90-95% of query revenue
  • Every dataset is attested and auditable
Compliance & Audit
Access a complete, tamper-proof audit trail for every agent action.
  • Filterable by date range and status
  • Detailed attestation breakdown per transaction
  • Exportable for regulatory submissions
  • Meets HIPAA, SOX, SEC, and EU AI Act audit requirements

Endpoints at a Glance

A summary of available API endpoints. See the Swagger Docs for full request/response details.

ActionEndpointWhat It Does
Check StatusGET /v1/healthConfirm the API and all services are online
Fetch & AttestPOST /v1/fetch-and-attestDelegate credentials, fetch data, process, and get an attestation
Process DataPOST /v1/processSubmit data directly for AI processing and attestation
Verify ProofPOST /v1/verifyVerify that an attestation bundle is authentic and untampered
Browse DatasetsGET /v1/marketplace/datasetsSearch available anonymized datasets by criteria
Purchase DataPOST /v1/marketplace/purchaseBuy access to a de-identified dataset
View RevenueGET /v1/marketplace/revenueSee earnings from your contributed data
Audit TrailGET /v1/compliance/audit-logView all transactions with full compliance history

Built For

Same regulated-workflow picks as provatrust.com. Accuracy and compliance where it matters most.

Healthcare

Automate prior authorizations and clinical data processing with HIPAA-compliant attestation and tamper-proof evidence.

Regulatory Filings

Agents extract from source portals, format to agency standards, and file attested application bundles — every data point source-grounded.

KYC & AML Compliance

Identity screening, sanctions checks, and packaged compliance evidence with an immutable, regulator-ready audit trail.

Ready to Integrate?

No registration required. No API keys. Start attesting your AI agent pipeline in under 60 seconds with our developer reference guide.

Base URL: https://api.provatrust.com · All responses are JSON · Swagger Docs