REST API Reference

Our solution provides you with a simple endpoint to vectorize your existing data.

Your vectors can contain any number of dimensions but our solution was performed and tested on vectors containing 1536 or more dimensions.

To convert your existing vector database using Green Vectors, we've provided an endpoint that takes a collection of input vectors as a parameter. For testing or single vector transformation, the same endpoint can be used by simply passing 1 input vector.

API URL

Authentication

Bearer Token:

The bearer token will be provided upon request and it is up to the client to keep it secret. Every API call needs to contain this token in order to authenticate and authorize the client.

Endpoints

Last updated