Developer platform

Build on Nigeria’s verified mailbox.

One API to deliver legally binding documents to identity-anchored recipients, sealed at the source and provable on demand.

POST /v1/documents
curl https://api.keepable.co/v1/documents \
  -H "Authorization: Bearer $KEEPABLE_KEY" \
  -d recipient_nin="012•••••91" \
  -d title="Statement of account" \
  -F file=@march-2026.pdf

# → 201 Created
{ "id": "doc_3Fk…", "sealed": true }