Base URL

The AU and US hosts, and how request URLs are built.

Perspio runs separate AU and US regions. Your tenant lives in one of them, so call the host for that region.

RegionBase URL
AUhttps://talk.perspio.io
UShttps://us-talk.perspio.io

URL structure

Every request URL follows the same pattern:

https://{host}/{api}/{version}/{path}

For example, Get Asset for asset in-000123 in an AU tenant:

https://talk.perspio.io/assets/v3/in-000123
PartExampleNotes
hosttalk.perspio.ioYour region's host
apiassetsThe API, matching the categories in this reference
versionv3Most APIs are on v3. Apps and Users are on v4
path/in-000123The endpoint path shown on each endpoint page

Each endpoint page shows the full URL. The Try It panel lets you choose the AU or US server before sending a request.