post https://floorplanner.com/api/v2/projects//floors//cameras.json
Add a camera to a floor
Log in to see full request history
Responses
403Access denied
Add a camera to a floor
403Access denied
xxxxxxxxxx
11curl --request POST \
--url https://floorplanner.com/api/v2/projects/project_id/floors/floor_id/cameras.json \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"u_vector": "0.000000 0.000000 0.000000",
"points": "0.000000 0.000000 0.000000",
"direction": "0 0 0"
}
'
Try It!
to start a request and see the response here! Or choose an example: