PrizmDoc v13.3 - Updated
Base URL for PrizmDoc Server
API Reference > PrizmDoc Server RESTful API > Base URL for PrizmDoc Server

Base URL for PrizmDoc Server

When making REST API calls to PrizmDoc Server, you need to use the appropriate base URL.

PrizmDoc Cloud

If you are using our PrizmDoc Cloud offering, the base URL for the PrizmDoc Server REST APIs varies depending on your region:

Region PrizmDoc Server Base URL
United States https://api.accusoft.com
Brazil https://api.accusoft.com.br

Remember that PrizmDoc Cloud requires you to authenticate each request with an acs-api-key request header.

PrizmDoc Enterprise (Self-Hosted)

When hosting PrizmDoc Server yourself, just use the hostname and port of your PrizmDoc Server instance (or the hostname and port of the load balancer which sits in front of your PrizmDoc Server cluster).

For a typical installation on localhost, the PrizmDoc Server base URL will be:

http://localhost:18681