RFReal Frame

Real Frame

Identity. Integrity. Instantly.

swiyu — A service of the Swiss Confederation

OID4VCI · OID4VP · EUDI Wallet Compatible

Issue and verify verifiable credentials at API speed.

One REST call to issue a wallet-native credential.

POST /v1/issue
curl -X POST https://api.realframe.io/v1/issue \
  -H "Authorization: Bearer rf_live_..." \
  -d '{ "schema": "EmployeeID",
         "subject": { "name": "Ana Folau",
                      "org": "Acme Corp" } }'

← 200 OK
{
  "offerUri": "openid-credential-offer://...",
  "qr": "data:image/png;base64,..."
}

From issuance to verification in one session.

Issuer API call

POST /v1/issue with rf_live_ key

OID4VCI

Wallet stores credential

Signed W3C VC delivered to wallet

OID4VP

Verify result

VP validated, claims returned

Built on the standards the EU mandates.

The same open protocols in EUDI Wallet regulation — accessible via one REST API.

OID4VCI

OpenID for Credential Issuance

Issue signed credentials to any OIDC-compliant wallet.

OID4VP

OpenID for Verifiable Presentations

Request and validate VP tokens from any compliant wallet.

EUDI Wallet Compatible

Tested with EUDI reference implementation and OpenWallet Foundation wallets.

Three calls. Full lifecycle.

POST /v1/auth/setup
Content-Type: application/json

{
  "email": "you@acme.com",
  "orgName": "Acme Corp",
  "purchaseToken": "tok_..."
}

← 200 OK
{
  "apiKey": "rf_live_...",
  "orgId": "org_..."
}

Built for trust-critical infrastructure

Workforce Credentialing

Issue employee ID badges to EUDI-compatible wallets. Verify workforce credentials at any touchpoint.

Document Authentication

Verify government-issued IDs and academic credentials against trusted issuers.

Healthcare

Issue patient consent and professional license credentials with cryptographic proof.

Education

Issue verified degree and certificate credentials that wallet-holders carry for life.

Start issuing in minutes.

No infrastructure. No key ceremonies. One API key.

Get Started →