Getting started

General information about Asters API

About the API

The Asters API is built on REST principles and uses JSON as a data interchange format. The Asters API is served over HTTPS to ensure data privacy.

Don't forget to add these headers to each and every request:

Content-Type: application/json
Accept: application/json

Use the following base URL for all API endpoints:

https://api.asters.ai/external/

Versioning

All our requests use the latest version of the API, as shown in the base URL. We'll do our best to keep older API versions running as long as possible, but things can change. So, our friendly advice is to stick with the latest version that's officially available.

Last updated