Downloading API’s from your Camera
You can download REST API YAML documentation from your camera by adding
/control/documentation.html to the end of the camera’s Web media manager URL or IP
address. For example, https://micro-studio-camera-4k-g2.local/control/documentation.html
NOTE It’s worth noting that changing the camera name in Blackmagic Camera Setup
will also change the camera’s Web media manager URL.
Transport Control API
API for controlling Transport on Blackmagic Design products.
GET /transports/0
Get device’s basic transport status.
Response
200 - OK
The response is a JSON object.
Name Type Description
mode string
Transport mode. Possible values are: InputPreview,
InputRecord, Output.
PUT /transports/0
Set device’s basic transport status.
Parameters
Name Type Description
mode string Transport mode. Possible values are: InputPreview, Output.
Response
204 - No Content
GET /transports/0/stop
Determine if transport is stopped.
Response
200 - OK
The response is a JSON object.
1737Developer Information