Skip to main content
Get frame text (OCR)
curl --request GET \
  --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

Query Parameters

query
string | null

Response

200 - application/json

OK

Response type for frame OCR data endpoint

frame_id
integer
required
text_positions
object[]
required