Polarity's REST API
  • 08 Jan 2025
  • 1 Minute to read
  • Dark
    Light

Polarity's REST API

  • Dark
    Light

Article summary

Polarity has been steadily expanding the ways customers can interact with our powerful search product.

Enabling the Polarity REST API Swagger Docs

The following instructions allow you to enable the Swagger Docs for the Polarity Server’s REST API on Polarity Server/Web 5.4.x/5.4.x and above:

  1. Open the /app/.env file for editing.

    1. vi /app/.env

  2. Add the following line to the file:
    ENABLE_SWAGGER=true

  3. Save and close the file.

  4. Restart the Polarity Server containers.

    1. cd /app && ./down.sh && ./up.sh

Access the Polarity REST API Swagger Docs

To access the Polarity REST API Swagger Docs:

  1. Open a web browser.

  2. Navigate to the following URL:
    https://<your.polarity.server.url>/api/docs

Note

Replace <your.polarity.server.url> with your Polarity Server’s URL.

Please reach out to Support@Polarity.IO with any questions or if you need any support.


Was this article helpful?

What's Next