Skip to content
Cortex Docs

Endpoints List

The Cortex API supports two HTTP request methods: GET and POST. Both methods can be used to interact with the API, but it is important to note that the POST method is the most relevant and versatile in its operation. Here is how these methods are used in the API

Use of GET:

The GET method is mainly used to perform queries and retrieve information from the API. In the context of the Cortex API, GET requests can be useful for querying API status information, getting details about specific resources, or performing actions that do not require modifying data.

Use of POST:

The POST method, on the other hand, is the core of the Cortex API and is used to perform more advanced operations, such as image vectorization. POST requests are essential for sending data to the server and receiving responses containing processed results.