Skip to main content
Get frame image data
curl --request GET \
  --url https://api.example.com/frames/{frame_id}
"<string>"

Path Parameters

frame_id
integer
required

ID of the frame

Query Parameters

redact_pii
boolean
default:false

If true, blur/redact any detected PII (credit cards, SSNs, emails) in the frame

Response

JPEG image data

The response is of type file.