setImage
Testing Env
https://{{host}}:8092
Testing Env
https://{{host}}:8092
POST
/json-rpc/input/image
WebsocketHTTP/S
For best practices on using priorites, see Components & Priorities.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://localhost:8092/json-rpc/input/image' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "image",
"imagedata": "VGhpcyBpcyBubyBpbWFnZSEgOik=",
"name": "Name of Image",
"format": "auto",
"priority": 50,
"duration": 5000,
"origin": "My Fancy App"
}'
Response Response Example
{
"command": "image",
"success": true,
"tan": 139
}
Request
Body Params application/json