cURL
curl --request GET \ --url https://server.promptwatch.com/api/v2/content-gap/prompts/{promptId}/latest/recommendations \ --header 'X-API-Key: <api-key>'
{ "promptId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "prompt": "<string>", "contentCoverageScore": 123, "recommendations": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "action": "CREATE", "details": "<string>", "priority": 123, "queryFanouts": [ "<string>" ], "suggestedSections": [ "<string>" ], "targetSources": [ { "url": "<string>", "title": "<string>", "snippet": "<string>" } ], "impact": "HIGH", "effort": "QUICK_WIN", "contentType": "ARTICLE" } ] }
Get content recommendations from the latest content gap analysis for a prompt
API key for authentication. Get yours from the Promptwatch dashboard under Settings > API Keys.
Default Response
Null when no content coverage exists yet
Show child attributes