Get project settings

Returns the full project configuration including prompts with providers, competitors, canonical brands, schedule settings, manual-run eligibility, and subscription status.

GET /settings

Get project settings

Returns the full project configuration including prompts with providers, competitors, canonical brands, schedule settings, manual-run eligibility, and subscription status.

Authentication: API key required (Bearer token)

Request Example

curl -X GET https://sellm.io/api/v1/settings \
  -H "Authorization: Bearer sellm_your_api_key_here"

Responses

StatusDescription
200Project settings, prompts, schedule, and manual-run eligibility
401Unauthorized
404Project not found
429Rate limited
500Internal error