Node Generate Tags
Generate proposed tags 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 tags 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.
/nodes/{node_slug}/tagsIn: cookie
Path Parameters
Unique node Slug.
xidResponse Body
curl -X POST "https://loading/api/nodes/cc5lnd2s1s4652adtu50/tags" \ -H "Content-Type: application/json" \ -d '{ "content": "string" }'{
"tags": [
"string"
]
}{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}Node Generate Content POST POST
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.
Node Generate Title POST POST
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.