curl -X PUT \ "https://api.outx.ai/api-keyword-watchlist-prompt" \ -H "Content-Type: application/json" \ -H "x-api-key: YOUR_API_KEY" \ -d '{ "id": "550e8400-e29b-41d4-a716-446655440000", "prompt": "Track AI CRM tools, Salesforce alternatives, and enterprise sales automation" }'
{ "id": "550e8400-e29b-41d4-a716-446655440000", "prompt": "Track AI CRM tools, Salesforce alternatives, and enterprise sales automation", "updated": true, "message": "Prompt updated. Keywords and labels are being regenerated in the background."}
Keyword Watchlist
Update keyword watchlist prompt
Update the prompt on an existing keyword watchlist to regenerate keywords and labels using AI.
Change the natural-language prompt on an existing keyword watchlist. OutX replaces all existing keywords and intent labels with freshly generated ones based on the new prompt. Regeneration runs in the background.
The new natural-language prompt. OutX will regenerate keywords and labels from this prompt, replacing the current set.
curl -X PUT \ "https://api.outx.ai/api-keyword-watchlist-prompt" \ -H "Content-Type: application/json" \ -H "x-api-key: YOUR_API_KEY" \ -d '{ "id": "550e8400-e29b-41d4-a716-446655440000", "prompt": "Track AI CRM tools, Salesforce alternatives, and enterprise sales automation" }'
{ "id": "550e8400-e29b-41d4-a716-446655440000", "prompt": "Track AI CRM tools, Salesforce alternatives, and enterprise sales automation", "updated": true, "message": "Prompt updated. Keywords and labels are being regenerated in the background."}