PASAR API
Open-source vector database with REST + GraphQL APIs for semantic search, hybrid search and RAG. Cloud: free 1 cluster, 100k objects, 1 GB. Self-hosted free. Auth via API key (cloud) or OIDC.
View docs ↗ More Backend & devtools APIs# Weaviate Vector Database needs an API key. # No single public base URL ~ start from the docs: # https://docs.weaviate.io/weaviate/api
I'm integrating a Malaysia API into my app. API: Weaviate Vector Database Provider: Weaviate Auth: requires an API key (sign up: https://docs.weaviate.io/weaviate/api) Pricing: freemium Important note: Open-source vector database with REST + GraphQL APIs for semantic search, hybrid search and RAG. Cloud: free 1 cluster, 100k objects, 1 GB. Self-hosted free. Auth via API key (cloud) or OIDC. Source: Weaviate (https://docs.weaviate.io/weaviate/api) Source type: Curated source Endpoint type: Docs-first integration Integration difficulty: Needs API key Last checked: 2026-06-15 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.