Get project details

Returns project metadata including legacy name, workspace label, analysis brand, URL, configured replication count, free-tier run balance, and the competitor list.

GET /project

Get project details

Returns project metadata including legacy name, workspace label, analysis brand, URL, configured replication count, free-tier run balance, and the competitor list.

Authentication: API key required (Bearer token)

Request Example

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

Responses

StatusDescription
200Project details with competitors
401Unauthorized
404Project not found
429Rate limited