For the complete documentation index, see llms.txt. This page is also available as Markdown.

API Endpoints

Find the Monolith API base URL for your cloud region, partner environment, or on-premises deployment.

Monolith API requests must be sent to the API endpoint associated with the environment where your Monolith tenant is hosted.

Cloud API endpoints use the /api/v1 path appended to the corresponding Monolith application URL.

Cloud API Endpoints

Region
API Base URL

United States / North America

https://monolith-app.monolithforensics.com/api/v1

Australia

https://monolith-syd.monolithforensics.com/api/v1

Canada

https://monolith-can.monolithforensics.com/api/v1

United Kingdom / Blue Lights Digital

https://monolith-app.bluelightsdigital.com/api/v1

United Kingdom / Europe

https://monolith-app.monolithforensics.co.uk/api/v1

Use the endpoint that corresponds to the Monolith environment your organization normally accesses.

Blue Lights Digital is a Monolith partner environment for supported customers in the United Kingdom. If your organization accesses Monolith through Blue Lights Digital, use the corresponding Blue Lights Digital API endpoint.

See Accessing Monolith for the corresponding Monolith application URLs and additional information about available cloud regions.

On-Premises API Endpoints

Organizations that self-host Monolith should use the hostname, IP address, or custom domain configured for their on-premises deployment.

The API base URL follows the same /api/v1 structure.

Examples:

https://192.168.1.22/api/v1
https://monolith.example.org/api/v1

The exact address depends on how your organization has configured DNS, networking, TLS, and access to the Monolith server.

See On-Premises Deployments for additional deployment guidance.

Using the Base URL

Resource endpoints are added after the /api/v1 base URL.

For example, using the United States / North America environment:

corresponds to:

See Authentication for information about authenticating API requests and Info API for a simple endpoint you can use to verify API access.

Last updated

Was this helpful?