Skip to main content
Run OCR on frame
curl --request POST \
  --url https://api.example.com/frames/{frame_id}/text
{
  "frame_id": 123,
  "text_positions": [
    {
      "text": "<string>",
      "confidence": 123,
      "bounds": {
        "left": 123,
        "top": 123,
        "width": 123,
        "height": 123
      }
    }
  ]
}

Path Parameters

frame_id
integer
required

Response

200 - application/json

OK

Response type for frame OCR data endpoint

frame_id
integer
required
text_positions
object[]
required