We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a538ac commit 97ace0aCopy full SHA for 97ace0a
fern/knowledgebase.mdx
@@ -48,7 +48,7 @@ Use the ID of the uploaded file to create a Knowledge Base along with the KB con
48
1. Provider: [trieve](https://trieve.ai)
49
50
```bash
51
-curl --location 'http://localhost:3001/knowledge-base' \
+curl --location 'http://api.vapi.ai/knowledge-base' \
52
--header 'Content-Type: text/plain' \
53
--header 'Authorization: Bearer <YOUR_API_KEY>' \
54
--data '{
0 commit comments