Skip to main content
POST
Scan Content Source

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string<uuid>
required

Body

application/json

Scan a content-source URL during SMMT content-driven onboarding.

url
string
required
Required string length: 1 - 2048

Response

Successful Response

Compact preview returned by the scan route — feeds the include-tag dropdown and the "we found these" sample list in the onboarding wizard.

source_type
enum<string>
required
Available options:
rss,
html,
youtube,
unknown
available_tags
string[]
sample_items
ContentSourceScanSampleItem · object[]
total_items
integer
default:0
Required range: x >= 0
undated_count
integer
default:0
Required range: x >= 0
item_dates
(string | null)[]
error
string | null