OID4VCI · OID4VP · EUDI Wallet Compatible
One REST call to issue a wallet-native credential.
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,..." }
Issuer API call
POST /v1/issue with rf_live_ key
Wallet stores credential
Signed W3C VC delivered to wallet
Verify result
VP validated, claims returned
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.
POST /v1/auth/setup
Content-Type: application/json
{
"email": "you@acme.com",
"orgName": "Acme Corp",
"purchaseToken": "tok_..."
}
← 200 OK
{
"apiKey": "rf_live_...",
"orgId": "org_..."
}POST /v1/auth/setup
Content-Type: application/json
{
"email": "you@acme.com",
"orgName": "Acme Corp",
"purchaseToken": "tok_..."
}
← 200 OK
{
"apiKey": "rf_live_...",
"orgId": "org_..."
}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.
No infrastructure. No key ceremonies. One API key.
Get Started →