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
- 202
- 400
- 401
- 402
- 403
- 404
- 429
- 500
- 501
Content match jobs queued. Job IDs are prefixed content-fit:<uuid>.
Bad request or validation error (BAD_REQUEST / VALIDATION_ERROR).
Missing, invalid, or revoked API key.
Insufficient credits for this operation.
API access disabled or workspace entitlement required.
Resource not found, or result expired past retention.
Rate limit exceeded — back off per Retry-After.
Unexpected server error.
Endpoint is registered but not implemented yet.