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.
| Region | Base URL |
|---|---|
| AU | https://talk.perspio.io |
| US | https://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| Part | Example | Notes |
|---|---|---|
host | talk.perspio.io | Your region's host |
api | assets | The API, matching the categories in this reference |
version | v3 | Most APIs are on v3. Apps and Users are on v4 |
path | /in-000123 | The 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.

