Highlights
Highlight related APIs
Authorizations
Path parameters
clue_idstringRequired
Header parameters
AGENT-EMAILstringOptional
Optional: Email of the agent to use for this request
USER-EMAILstringOptional
Optional: Email address to associate with the user
OWN-USER-IDstringOptional
Optional: User ID to identify or create a user
Responses
200
OK
application/json
get
GET /webapi/v2/highlights/{clue_id} HTTP/1.1
Host: backend.alli.ai
API-KEY: YOUR_API_KEY
Accept: */*
200
OK
{
"bboxes": [
{
"left": 1,
"top": 1,
"right": 1,
"bottom": 1
}
],
"type": "PARAGRAPH"
}
Was this helpful?