Skip to main content
GET
/
frames
Get All Camera Frames
curl --request GET \
  --url https://api.example.com/frames
{
  "0": "base64_encoded_image_string",
  "realsense": "base64_encoded_image_string"
}

Documentation Index

Fetch the complete documentation index at: https://docs.phospho.ai/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

resize_x
integer | null
resize_y
integer | null

Response

Successfully captured frames from available cameras

{key}
string | null