Skip to main content

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 EndpointREST EndpointDescription
admin.vectara.iohttps://api.vectara.ioAdministrative
indexing.vectara.iohttps://api.vectara.ioIndexing
serving.vectara.iohttps://api.vectara.ioQuery 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.