All that stuff is there, even with the
# projects-showcase
c
All that stuff is there, even with the new stff VAPI added.
m
Any idea how to fix this? I am not sure how this error comes up, I went step by step with the video. This is the request string (keys ommitted) (Error below) I dont know why It's saying something about a web address... curl -X POST https://api.vapi.ai/knowledge-base \ -H "Authorization: Bearer 8d3a3305-XXXXXXXXec6341" \ -H "Content-Type: application/json" \ -d '{ "provider": "trieve", "searchPlan": { "searchType": "hybrid", "removeStopWords": true }, "name": "CAS KB 1-24-2025", "createPlan": { "type": "create", "chunkPlans": [ { "fileIds": [ "6bc-cb4XXXXXXXd87-39daa6513917" ], "targetSplitsPerChunk": 1, "splitDelimiters": [ "~" ] } ] } }' And this is the error { "message": [ "createPlan.chunkPlans.0.each value in websites must be a valid URL." ], "error": "Bad Request", "statusCode": 400 }
c
Somewhere you clicked the website option maybe and that is why it is saying that.
m
No I made sure not to include that.
d
@MrRenaissance I am stuck in the same error. I also don't have the same properties. I have "searchplan" but not Vectorsearch plan. I did find a way to add file ID, but the error is { "message": [ "createPlan.chunkPlans.0.each value in websites must be a valid URL." ], "error": "Bad Request", "statusCode": 400 }
m
So just click and add websites, and just use search plan it’s the same thing we went over it in the but you have to add websites and keep it blank
2 Views