Documentation
Everything the API can do
Store text, search it by meaning, and hold conversations grounded in it. Every endpoint takes a bearer token and a team token, and returns JSON.
Your first request
curl https://api.vectorforgeai.com/v1/collections \
-H "Authorization: Bearer $API_KEY" \
-H "Team-Token: $TEAM_TOKEN"