Skip to main content

Start content match analysis

POST 

/v1/creators/content-match

Start LinkedIn content-fit analysis for a creator selection. Requires a user-scoped key.

Selection (provide exactly one): creator_ids, result_set_id, or result_set_ids.

Topic criteria: for ad hoc runs (no campaign_id) you MUST provide topic_keywords (array of strings). The field is topic_keywords, NOT topics. When campaign_id is supplied, criteria are read from the campaign instead.

Returns 202 with prefixed job IDs in the form content-fit:<uuid> under data.job_ids and data.jobs[].job_id. jobs_created is 0 for creators already analyzed. Use those IDs with POST /v1/content-match/results. Cost: 3/5/8 credits per analysis based on posts_to_analyze (10/20/30).

Request

Responses

Content match jobs queued. Job IDs are prefixed content-fit:<uuid>.