Update competitor settings

Replaces the full competitor list for the project. Canonical brand entries are preserved automatically.

PUT /settings/competitors

Update competitor settings

Replaces the full competitor list for the project. Canonical brand entries are preserved automatically.

Authentication: API key required (Bearer token)

Request Body

FieldTypeRequiredDescription
competitorsarrayYesComplete competitor list to persist for the project.

Request Example

curl -X PUT https://sellm.io/api/v1/settings/competitors \
  -H "Authorization: Bearer sellm_your_api_key_here" \
  -H "Content-Type: application/json"

Responses

StatusDescription
200Competitor settings updated
401Unauthorized
404Project not found
429Rate limited
500Internal error