Skip to main content
GET
/
content-gap
/
prompts
/
{promptId}
/
latest
/
recommendations
Content Recommendations
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"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours from the Promptwatch dashboard under Settings > API Keys.

Path Parameters

promptId
string<uuid>
required

Response

Default Response

promptId
string<uuid>
required
prompt
string
required
contentCoverageScore
number | null
required

Null when no content coverage exists yet

recommendations
object[]
required