cURL
curl --request GET \ --url https://api.example.com/frames/{frame_id}
"<string>"
Returns the JPEG image for a given frame. Supports optional PII redaction.
ID of the frame
If true, blur/redact any detected PII (credit cards, SSNs, emails) in the frame
JPEG image data
The response is of type file.
file
Was this page helpful?