Get a recent video frame from a camera.
Security
api_key
- Mock serverhttps://coreapi.hoxton.ai/_mock/v1/frame-requests
- https://nexus.hoxton.ai/api/v1https://nexus.hoxton.ai/api/v1/frame-requests
curl -i -X POST \
https://coreapi.hoxton.ai/_mock/v1/frame-requests \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"cameraId": "cbc3283e-6217-4855-9934-148717cbeefe"
}'Response
{ "image": "string", "timestamp": "2019-08-24T14:15:22Z" }