diff --git a/public/docs.html b/public/docs.html
index 341e149..8ec3556 100644
--- a/public/docs.html
+++ b/public/docs.html
@@ -346,7 +346,7 @@
"limit": "100 PDFs/month",
"docs": "https://docfast.dev/#endpoints"
}
-
Save your API key immediately โ it won't be shown again.
+ Save your API key securely. You can recover it via email at POST /v1/recover
diff --git a/public/index.html b/public/index.html
index 0f6afc4..6c04a35 100644
--- a/public/index.html
+++ b/public/index.html
@@ -370,7 +370,7 @@ html, body {
๐ Your API key is ready!
โ ๏ธ
-
Save your API key now โ we can't recover it later.
+
Save your API key securely. Lost it? Recover via email
diff --git a/src/index.ts b/src/index.ts
index 8faeb16..6e9de17 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -130,7 +130,7 @@ p{color:#7a8194;margin-bottom:24px;line-height:1.6}
${title}
${message}
${apiKey ? `
-
โ ๏ธ Save your API key now โ we can't recover it later.
+
โ ๏ธ Save your API key securely. You can recover it via email if needed..
${apiKey}
` : `
`}