v5

latestOpenAPI 3.1.02026-08-081,0211,3082.1 MB
AI_STUDIO
SHARE

Create Share

Create a new share link for a playground session.

  • session_id: The session to share
  • access_type: 'anyone' (public) or 'specific_people' (restricted)
  • expires_in_days: Optional expiration (1-365 days)
  • user_ids: Required for 'specific_people' access type
  • title: Optional title for the share link
post/studio/share

Request body

session_idstring required

Session ID to share

access_type'anyone' | 'specific_people' | 'all_altimate_users' | 'team'

Access type for share links.

expires_in_daysinteger nullable

Number of days until expiration. None = never expires

user_idsinteger[] nullable

User IDs allowed to access (only for 'specific_people' access type)

team_idsinteger[] nullable

Team (UserGroup) IDs allowed to access (only for 'team' access type)

titlestring nullable

Optional title for the share link

Response

Successful Response

idstring uuid required
session_idstring required
access_type'anyone' | 'specific_people' | 'all_altimate_users' | 'team' required

Access type for share links.

expires_atstring date-time nullable required
created_byinteger required
created_atstring date-time required
updated_atstring date-time required
titlestring nullable required
share_urlstring required
allowed_usersinteger[] nullable
allowed_teamsinteger[] nullable