@contenify/chatbot 4.0.2 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# @contenify/chatbot
|
|
2
|
+
# The package is currently under development. Full release coming soon.
|
|
2
3
|
|
|
3
4
|
An AI-powered content creation widget. Drop it into any React app and your users can paste a news URL or topic, get a fully rewritten article, run SEO analysis, and export or publish — all from one chat interface.
|
|
4
5
|
|
|
@@ -41,7 +42,7 @@ pnpm add @contenify/chatbot
|
|
|
41
42
|
|
|
42
43
|
## 3. Get Your API Key
|
|
43
44
|
|
|
44
|
-
1. Go to [
|
|
45
|
+
1. Go to [contenifyai.com/api-docs(https://contenifyai.com/api-docs)
|
|
45
46
|
2. Create a new API key
|
|
46
47
|
3. Copy the key — you will need it in the next step
|
|
47
48
|
|