Nodes
Node Generate Content
Generate proposed content for the specified node. Will not actually mutate the specified node, instead will return a proposal based on the output from a language model call.
Generate proposed content for the specified node. Will not actually mutate the specified node, instead will return a proposal based on the output from a language model call.
POST
/nodes/{node_slug}/contentstoryden-session<token>
In: cookie
Path Parameters
node_slugstring
Unique node Slug.
Format
xidcontentstring
Response Body
curl -X POST "https://loading/api/nodes/cc5lnd2s1s4652adtu50/content" \ -H "Content-Type: application/json" \ -d '{ "content": "string" }'{
"content": "string"
}Empty
Empty
Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}