Storyden
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}/title
storyden-session<token>

In: cookie

Path Parameters

node_slugstring

Unique node Slug.

Formatxid
contentstring

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": {}
}