# REST API Reference

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

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.&#x20;

### API URL <a href="#api-urls" id="api-urls"></a>

| Base URL                                 |
| ---------------------------------------- |
| <https://greenvectors.morphos.ai/api/v1> |

### Authentication <a href="#authentication" id="authentication"></a>

Bearer Token:&#x20;

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 <a href="#endpoints" id="endpoints"></a>

* [CreateGreenVectors](/morphos-ai/getting-started/quickstart/creategreenvectors.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://morphos.gitbook.io/morphos-ai/getting-started/quickstart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
