For the complete documentation index, see llms.txt. This page is also available as Markdown.

Service

Get IP blocks

get

Get IP blocks for Appetize streaming servers. These are the IPs from which your running apps will be making network calls. Use the IP blocks to whitelist access to your backend if it is not public.

Responses
200

OK

application/json
ipv4string[]Optional

List of ipv4 blocks.

Example: ["63.135.170.0/24","66.55.157.0/24"]
get/v2/service/ips
200

OK

Get available devices

get

Get the list of available devices and operating systems.

Responses
200

OK

application/json
idstringOptional

ID of the device (ie. for device selection in url params).

Example: iphone15promax
namestringOptional

Name of the device

Example: iPhone 15 Pro Max
platformstring · enumOptional

OS that the device runs.

Example: iosPossible values:
osVersionsstring[]Optional

Array of os versions.

Example: ["12.0","13.0"]
get/v2/service/devices
200

OK

Last updated