Get Frame From Source With Resolution
POST
/v1/sources/{uid}/frame
source
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/sources//frame' \
--header 'Content-Type: application/json' \
--data-raw '{
"height": 0,
"width": 0
}'
Response Response Example
200 - Example 1
null
Request
Path Params
uid
string
Uid
Body Params application/json
Responses
Modified at 2024-06-27 02:28:26