REST APIs
While gRPC provides low latency and excellent scalability, in some scenarios it may be simpler to integrate using REST APIs. Currently, the following endpoints are enabled:
gRPC Endpoint | REST Endpoint | Description |
---|---|---|
admin.vectara.io | https://api.vectara.io | Administrative |
indexing.vectara.io | https://api.vectara.io | Indexing |
serving.vectara.io | https://api.vectara.io | Query serving |
Refer to the Serving, Indexing, and Admin API guides for inline code examples that use cURL to access the platform. For more information about how gRPC integrates with REST, see gRPC with REST and Open APIs.