PrizmDoc v13.4 - Updated
Base URL for PAS
API Reference > PrizmDoc Application Services (PAS) RESTful API > Base URL for PAS

Base URL for PAS

When making REST API calls to PrizmDoc Application Services (PAS), you need to use the appropriate base URL.

PrizmDoc Cloud PAS

If you are using the Accusoft-managed PAS which is part of PrizmDoc Cloud, use the following base URL for the PAS RESTful APIs:

Region PAS Base URL
United States https://api.accusoft.com/prizmdoc

Note the trailing /prizmdoc at the end of the base URL. When using the Accusoft-managed PAS which is part of PrizmDoc Cloud, this is a required part of the base URL.

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

Self-Hosted PAS

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

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

http://localhost:3000