/
CO
coactive
/
API Reference
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-17
Details
Filter operations
agentic-search > agenticSearch
2
celebrity-detection
7
get
Get a person by id
get
Get all enrolled persons in org
get
Get faces with a person
get
Get person IDs from a list of names or aliases
get
Get persons in an image
get
Identify celebrities in an external image
put
Update person aliases
classification
1
concept
9
connections > connections
8
context-studio > adSegments
3
datasets > dataset
5
datasets > datasetConfig
1
datasets > encoder
1
dynamicTags
1
ingestion
1
ingestion > ingest
6
ingestion > status
9
queries
11
search > search
10
search-metadata-filter
8
search-video > searchVideo
2
systemCredentials
5
userManagement
8
video-narative-metadata > videoNarrativeMetadata
15
video-narative-metadata > videoSummarization
1
video-scores > videoScores
4
celebrity-detection
Identify celebrities in an external image
get
/api/v0/celebrity-detection/identify
Request body
CelebrityDetectionIdentifyCelebritiesInExternalImageRequest
required
image
string
required
Base64 encoded JPEG image
Response
Successful Response
CelebrityDetectionIdentifyCelebritiesInExternalImageResponse
required
persons
CelebrityDetectionPerson[]
required
List of persons identified in the image
Changes