Prerequisites

Before you can begin making requests to the Platform APIs, here's what you need:

  1. Base URL: This serves as the root address for all your API requests. The Base URL must be prepended to all the API URLs.

    Example:

    BASE_URL/<name_of_the_api>
  2. Token: A token is necessary for API authentication. It validates your requests, ensuring that only authorized users can access the API functionalities.

    Here is an example token:

    Token K29j54s8Xm054C357y54p956549U54054
  3. Source: A unique user identifier that must be included in your API requests. This identifier helps in tracking and managing requests.

    Here is an example source:

    personal-user-bnVCb-ma37v-cCGQT-ek9k8-qapM

To obtain the Base URL, Source, and Token, please reach out to our support team at support@qure.ai.

The Base URL, Token, and Source are different for the test, pre-production and production environments.

Last updated