Skip to content
Seal
Esc
↑↓navigate↵open⌘Jpreview

Download Certificate of Completion

Returns the Certificate of Completion PDF for a completed envelope (CompAI EVID-2 / SEA-50). Includes parties, emails, IPs, auth method, timestamps, document hash, and a verification URL. Only available when the document status is completed. Lazy-generates the PDF if missing.

GET/documents/certificate
Authorization
AuthorizationBearer token · headerrequired

Pass your API key as a Bearer token. API keys are scoped to specific operations — configure scopes in your organization's Settings → Developer → API Keys.

Query parameters
idstringrequired

Document id

Responses
200

Certificate of Completion PDF

string<binary>
401

Missing or invalid API key

typestringrequired

Machine-readable error code

statusintegerrequired

HTTP status code

titlestringrequired

Human-readable error message

detailsobject

Field-level validation errors

404

Resource not found

typestringrequired

Machine-readable error code

statusintegerrequired

HTTP status code

titlestringrequired

Human-readable error message

detailsobject

Field-level validation errors

503

Object storage not configured

Try it
Server
Authorization
Parameters
Request
curl -X GET "https://api.seal.nyc/api/v1/documents/certificate?id=string" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
"string"