GitButler Logo

Summarize Branch Name

POST
/summarize_branch_name/branch

Post Summarize Branch Name Branch

Generate a branch name

Request Body

diff
Required
string

Status codeDescription
200Generate a branch name
401Unauthorized
404Not found
/summarize_branch_name/branch

curl -X POST "https://app.gitbutler.com/api/summarize_branch_name/branch" \
  -d '{
  "diff": "string"
}'