- Developers
- API Reference
- Content
Content Preferences
Get or update content preferences for a project
GET
https://app.ranked.ai/api/v1/projects/{projectId}/content/preferencesGET - Retrieve preferences
projectIdstringrequiredProject UUID
Request
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.
Request
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." }'This page is also available as markdown for AI agents, and the whole reference as an OpenAPI spec. Questions? Developer support.