diff --git a/examplecode/tools/langflow.mdx b/examplecode/tools/langflow.mdx
index 5b41f5e1..d6cb3bde 100644
--- a/examplecode/tools/langflow.mdx
+++ b/examplecode/tools/langflow.mdx
@@ -14,6 +14,7 @@ in real time with a PDF document that is processed by Unstructured and has its p
## Prerequisites
import AstraDBShared from '/snippets/general-shared-text/astradb.mdx';
+import GetStartedSimpleAPIOnly from '/snippets/general-shared-text/get-started-simple-api-only.mdx';
@@ -21,7 +22,9 @@ Also:
- [Sign up for an OpenAI account](https://platform.openai.com/signup), and [get your OpenAI API key](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key).
- [Sign up for a free Langflow account](https://astra.datastax.com/signup?type=langflow).
-- [Get your Unstructured Partition Endpoint key](/api-reference/partition/overview).
+- Get your Unstructured account and Unstructured API key:
+
+
## Create and run the demonstration project
diff --git a/examplecode/tools/vectorshift.mdx b/examplecode/tools/vectorshift.mdx
index 74721ee3..125be70d 100644
--- a/examplecode/tools/vectorshift.mdx
+++ b/examplecode/tools/vectorshift.mdx
@@ -24,6 +24,7 @@ allowfullscreen
>
import PineconeShared from '/snippets/general-shared-text/pinecone.mdx';
+import GetStartedSimpleUIAPI from '/snippets/general-shared-text/get-started-simple-ui-api.mdx';
@@ -31,7 +32,9 @@ Also:
- [Sign up for an OpenAI account](https://platform.openai.com/signup), and [get your OpenAI API key](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key).
- [Sign up for a VectorShift Starter account](https://app.vectorshift.ai/api/signup).
-- [Sign up for an Unstructured account through the For Developers page](/ui/quickstart).
+- Sign up for an Unstructured account:
+
+
## Create and run the demonstration project