Skip to main content
POST
/
v2
/
sessions
/
{session_id}
/
share
Share Session
curl --request POST \
  --url https://api.eden.art/v2/sessions/{session_id}/share \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "message_id": "<string>",
  "title": "<string>"
}'
{
  "success": true,
  "share_id": "<string>",
  "share_url": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

session_id
string
required

Body

application/json
message_id
string
title
string
Maximum length: 200

Response

Default Response

success
boolean
required
share_id
string
required
share_url
string
required
I