Skip to main content
PUT
Replace content

Authorizations

x-api-key
string
header
required

Organization-scoped API key. Available scopes:

  • content:read: Read site pages, markdown content, and llms.txt files
  • content:write: Create, update, and delete site pages and content
  • prompts:read: Read prompts, topics, and prompt analysis results
  • prompts:write: Create, update, archive prompts
  • simulations:read: Read agent-simulation tasks, runs, environments, and analytics
  • simulations:write: Create and trigger simulation runs
  • logs:read: Read AI-traffic logs and request-level audit events
  • analytics:read: Read analytics aggregates (rankings, mentions, sources, SOV)
  • products:read: Read product metadata and competitor data
  • products:write: Update product settings and competitor lists

Path Parameters

id
string
required
Minimum string length: 1

Body

application/json
filePath
string
Minimum string length: 1
title
string
Minimum string length: 1
content
string
sourceUrl
string
cssSelector
string | null
cssExcludeSelector
string | null
redirectToUrl
string | null
tiptapJson
any
deprecated

Deprecated. Retained for backward compatibility; use Markdown content instead.

description
string | null
descriptionForAgent
string | null
metaTitle
string | null
metaDescription
string | null
canonicalUrl
string | null
ogTitle
string | null
ogDescription
string | null
ogImage
string | null
twitterTitle
string | null
twitterDescription
string | null
twitterImage
string | null
noIndex
boolean
tags
string[]
priority
number | null
Required range: 0 <= x <= 100

Response

Successful response

ok
enum<boolean>
required
Available options:
true
data
object
required