Skip to main content
POST
/
pdf
/
highlight
Get Highlight Positions
curl --request POST \
  --url https://api.gbase.ai/pdf/highlight \
  --header 'Content-Type: application/json' \
  --data '
{
  "file_id": "<string>",
  "text": "<string>",
  "page": 123
}
'
{
  "positions": [],
  "success": true,
  "message": "<string>"
}

Body

application/json
file_id
string
required
text
string
required
page
integer

Response

Successful Response

positions
BboxPosition · object[]
success
boolean
default:true
message
string