Create a split
create_splitCreate a new xupersplit for sharing expenses in a group. No account needed. Returns a secret link — give it to the user and tell them to share it with the group, since anyone holding the link can see and edit the split.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | What the split is for, e.g. "Ski trip". | |
| currency | No | Currency code. Defaults to SEK. | |
| participants | Yes | Names of everyone splitting, at least two. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| url | Yes | ||
| title | Yes | ||
| secure | Yes | ||
| entries | Yes | ||
| settled | Yes | ||
| currency | Yes | ||
| created_at | Yes | ||
| settlement | Yes | ||
| total_spent | Yes | ||
| participants | Yes |