Skip to main content
GET
Get available regions

Overview

Retrieve all available deployment regions where Inya agents can be hosted. Each region represents a geographic cluster with dedicated infrastructure optimized for low-latency voice interactions. The region you choose when creating an agent determines where audio processing and AI inference run.

Required Permission

agents

Example cURL

Response

Success (200)

Response Fields

Use Cases

  • Populating a region selector in a new agent creation flow
  • Retrieving the regId needed to call Get Timezones for timezone selection
  • Presenting region options in a configuration dashboard
The regId returned here is used directly as the region field in Create Agent and as the {regId} path parameter in Get Timezones. For example: asia, america, or europe.
Save the requestId from every response. You will need it if you contact Inya support to trace a specific request.

Authorizations

x-api-key
string
header
required

API key with 'agents' permission

Response

Region data retrieved successfully

status
string
Example:

"success"

requestId
string
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

message
string
response
object