Commit New Node

POST/v1/nodes/commit-new

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/nodes/commit-new" \  -H "Content-Type: application/json" \  -d '{    "local_temp_node_id": "string",    "staged_payload": {      "content": "string",      "repo_context": {        "branch_name": "string",        "external_transcript_ref": "string",        "head_commit_sha": "string",        "origin_host": "string",        "repo_url": "string",        "updated_by": "string"      },      "summary": "string",      "title": "string"    }  }'
null