---
title: "Creates a Share ID for a sheet"
method: POST
path: "/dataset/{handle}/liveshare"
tags: ["share"]
---

# Creates a Share ID for a sheet

`POST /dataset/{handle}/liveshare`

Creates a new live share, returning a share ID for a URL for CSV data that will be whatever the current data is in the sheet. If the client state version is not specified, the live share will point to the latest view of the creator of the live share.

## Path parameters

- `handle` string, required

## Request body

- FilesMakeLiveShareRequest
  - `client_state_version_id` string

## Response `200`

OK

- unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/freshdesk/apis/gigasheet-api.md) · [All operations](https://skmtc.net/freshdesk/apis/gigasheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freshdesk/gigasheet-api/revisions/d1e5cbb24557/schema)
