Skip to content

Getting the Swagger documentation URL

You can access Swagger documentation and then use it to try out the Streaming Writer API.

The URL is environment-specific, and follows this pattern:

https://writer-${organization}-${environment}.platform.quix.ai/swagger

The environment ID is a combination based on your organization and environment names. For example, for an acme organization with a weather environment, the URL would have the following format:

https://writer-acme-weather.platform.quix.ai/swagger

To help determine the URL, you can find out how to get your environment ID.

Tip

Once you access the Swagger documentation, you can select the version of the API you require from the Select a definition dropdown list.