Skip to main content
PUT
/
projects
/
{id}
/
platforms
Set the project's active platforms
curl --request PUT \
  --url https://openlens.com/api/projects/{id}/platforms \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "activePlatforms": []
}
'
{
  "activePlatforms": []
}

Documentation Index

Fetch the complete documentation index at: https://docs.openlens.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Clerk API key. Create one from your account settings under API Keys.

Path Parameters

id
string<uuid>
required

Body

application/json
activePlatforms
enum<string>[]
required
Minimum array length: 1

LLM platform identifier. Newer scraper-backed ids end in _app; chatgpt, perplexity, and gemini are legacy and not returned by current runs.

Available options:
chatgpt,
chatgpt_app,
claude,
gemini,
gemini_app,
grok_app,
perplexity,
perplexity_app,
google_app,
deepseek

Response

Successful response

activePlatforms
enum<string>[]
required

LLM platform identifier. Newer scraper-backed ids end in _app; chatgpt, perplexity, and gemini are legacy and not returned by current runs.

Available options:
chatgpt,
chatgpt_app,
claude,
gemini,
gemini_app,
grok_app,
perplexity,
perplexity_app,
google_app,
deepseek