Page 1 of 1

Hyperdeck REST API path not working

PostPosted: Thu May 15, 2025 7:34 pm
by dnahman
Code: Select all
 curl -vvv http://hyperdeck/control/transports/0/record/filenameConfiguration

is returning
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again


Is the API documentation missing something? This is the first endpoint that I've encountered that doesn't work.

Thanks,
David

Re: Hyperdeck REST API path not working

PostPosted: Fri May 16, 2025 2:35 am
by dnahman
Welp,
Code: Select all
http://hyperdeck/control/documentation.html
for the win.

The filenameConfiguration endpoint listed in the manual doesn't exist in the hyperdeck hosted documentation. Rather you need to use the PUT method for RECORD and include the clip name.

Hope this saves somebody some effort down the road.