⚠️ Experimental: The Moverse Capture Remote Control API is in an experimental stage. For usage with Moverse Capture Studio, click here.
id in both the URL path and the JSON request body. If they do not match or do not exist, a 404 will be returned.state: 2 (Motion Tracking), the system respects the global Studio Countdown. The operation returns 202 Accepted immediately, but the actual tracking starts after the countdown expires.curl --location --request PATCH '/api/v1/actors/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"name": "NewName_01"
}'