Skip to main content
POST
Search RTStream scene index
Search for specific content within a real-time stream’s scene index using semantic search.
  • query is required; scene_index_id (SDK indexId) is optional
  • result_threshold, score_threshold, dynamic_score_percentage, and filter are optional

Understand & Index RTStreams

Set up continuous understanding and indexes

Event Detection

Build event detection patterns

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

stream_id
string
required
Example:

"rts-12345"

Body

application/json
query
string
required
Example:

"person walking"

scene_index_id
string
required
Example:

"scene-idx-12345"

result_threshold
integer
default:10
Example:

10

score_threshold
number
Example:

0.5

dynamic_score_percentage
integer
default:20
Example:

20

stitch
boolean
default:true
Example:

true

filter
object[]
rerank
boolean
default:false
Example:

false

rerank_params
object

Response

200 - application/json

Search results

success
boolean
Example:

true

data
object