ApiContent studio v2
Suggest rewrite-level adjustments (rename section, reword topic, update intro) after a brief-level edit like contentType or search intent description
AuthorizationBearer <token>
In: header
Path Parameters
briefId*string
Brief ID
domainId*string
Domain ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/domains/string/content-briefs/string/document/suggest-adjustments" \ -H "Content-Type: application/json" \ -d '{ "trigger": "content_type_change", "previousValue": "how_to", "newValue": "guide" }'{
"trigger": "content_type_change",
"actions": [
{
"type": "rename_section",
"sectionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"topicIndex": 0,
"newTitle": "Finding your fit",
"newTopic": "how to measure foot size at home",
"newInstructions": "Open with a relatable scenario about buying the wrong shoes."
}
],
"rationale": "Switching to a guide means the comparison-table section should be reworded."
}Empty
Empty
Empty