Skip to main content
GET
/
compose
/
ice
Get Ice Servers
curl --request GET \
  --url https://api.simli.ai/compose/ice \
  --header 'x-simli-api-key: <api-key>'
[
  {
    "urls": "<string>",
    "username": "<string>",
    "credential": "<string>"
  }
]

Authorizations

x-simli-api-key
string
header
required

Response

Successful Response

urls
string
username
string
credential
string