Nodes
Node Generate Title
Generate a proposed title 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 a proposed title 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}/titlestoryden-session<token>
In: cookie
Path Parameters
node_slugstring
Unique node Slug.
Format
xidcontentstring
Response Body
curl -X POST "https://loading/api/nodes/cc5lnd2s1s4652adtu50/title" \ -H "Content-Type: application/json" \ -d '{ "content": "string" }'{
"title": "string"
}Empty
Empty
Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}