Create SplitPage
split_create_pageCreate the creator's SplitPage — their public page at split.co/splitpages/. A creator has ONE page: this refuses when one already exists (use split_update_page). name is the page title; slug is the public handle (unique, lowercased) — omit it to derive one from the name, or check a preferred one first with split_check_slug. The page is published on creation and shows the creator's profile avatar; sections and collections are added afterwards with split_create_section and split_create_collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Page title, usually the creator's name | |
| slug | No | Public URL handle; omit to derive one from the name | |
| description | No | Page bio | |
| image_params | No | Crop box for the avatar as fractions of width/height (0-1) | |
| image_upload_id | No | Avatar to set with the page: an id from split_upload_page_image (single-use) |