Skip to main content
GET
/
projects
/
{projectId}
/
content
/
preferences
curl "https://app.ranked.ai/api/v1/projects/{projectId}/content/preferences" \
  -H "Authorization: Bearer rk_live_your_api_key"

Documentation Index

Fetch the complete documentation index at: https://dev.ranked.ai/llms.txt

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

GET - Retrieve preferences

projectId
string
required
Project UUID
curl "https://app.ranked.ai/api/v1/projects/{projectId}/content/preferences" \
  -H "Authorization: Bearer rk_live_your_api_key"

PATCH - Update preferences

Requires a Read + Write API key.
curl -X PATCH "https://app.ranked.ai/api/v1/projects/{projectId}/content/preferences" \
  -H "Authorization: Bearer rk_live_your_write_key" \
  -H "Content-Type: application/json" \
  -d '{ "preferences": "Write in a professional but friendly tone. Focus on local tree care topics." }'