API

In the API tab you can find API docs in standard Swagger UI:

By default, when your subscription is active and the API key is available, Swagger is configured to use your API key for authorization. You can observe that the padlock icon is closed:

You can check and send some requests using the Swagger interface by selecting the endpoint, clicking the Try it out button, and then sending request by the Execute button.

Sample /algorithm/versions endpoint response:

You can find more details about the API in the API Guide.

Last updated