Stann Certs ยท credential API
Issue verifiable certificates with one API call.
Stann is a developer-first API for certificates and digital badges. Send a recipient and a
template; get back a PDF, a PNG, a hosted verification page, and a QR code โ each credential
backed by an Open Badges 2.0 assertion. Built for course creators and online communities.
RequestPOST https://api.stann.dev/v1/credentials
# Authorization: Bearer sk_live_โฆ
{
"template_id": "cert-classic",
"recipient": { "name": "Ada Lovelace" },
"fields": { "title": "Advanced Analytics" }
}
Response{
"id": "cred_8f2aโฆ",
"pdf_url": "https://cdn.stann.dev/c/abc.pdf",
"png_url": "https://cdn.stann.dev/c/abc.png",
"verify_url": "https://verify.stann.dev/c/abc",
"qr_url": "https://cdn.stann.dev/c/abc-qr.png",
"status": "valid"
}