Skip to content
Start in Cloud

Create share link

POST
/api/sites/{id}/share
curl --request POST \
--url https://hitkeep.com/api/sites/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/share \
--cookie hk_token=<hk_token>

Creates new read-only share token URL.

id
required
string format: uuid

Share link created

Media type application/json
object
created_at
string format: date-time
id
string format: uuid
token
string
token_hint
string
url
string
Example generated
{
"created_at": "2026-04-15T12:00:00Z",
"id": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0",
"token": "example",
"token_hint": "example",
"url": "example"
}