Skip to main content
POST
Create Brand Intelligence Content Analysis Route

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brand_id
string<uuid>
required

Body

application/json
item_id
string<uuid>
required
force
boolean
default:false

Response

Successful Response

brand_id
string<uuid>
required
item_id
string<uuid>
required
status
enum<string>
required
Available options:
not_analyzed,
queued,
running,
completed,
failed
analysis_id
string<uuid> | null
analysis_kind
string
default:content_teardown
subject
enum<string>
default:unknown
Available options:
own_brand,
competitor,
unknown
is_own_brand
boolean
default:false
brand_domain
string | null
publisher_domain
string | null
summary
string | null
overall_score
integer | null
Required range: 0 <= x <= 100
detected_format
string | null
is_stale
boolean
default:false
error_message
string | null
requested_at
string<date-time> | null
analyzed_at
string<date-time> | null
job_id
string | null
item
ContentLibraryItemSummary · object | null
result
BrandIntelligenceContentAnalysisResult · object | null
first_seen_at
string<date-time> | null
last_seen_at
string<date-time> | null