cURL
curl --request GET \ --url https://api.pipecat.daily.co/v1/regions \ --header 'Authorization: Bearer <token>'
{ "regions": [ { "code": "us-west", "display_name": "US West (Oregon)" }, { "code": "us-east", "display_name": "US East (Virginia)" }, { "code": "eu-central", "display_name": "Europe (Frankfurt)" }, { "code": "ap-south", "display_name": "Asia Pacific (Mumbai)" } ] }
Retrieve a list of all available regions for deploying agents and storing secrets.
Show child attributes