Skip to main content
GET
/
v1
/
portal
/
chats
/
{chat_id}
/
clipboard
curl https://portal-api.7331.org/v1/portal/chats/42/clipboard \
  -b "psession=YOUR_SESSION"
{
  "text": "copied text from VM"
}

Documentation Index

Fetch the complete documentation index at: https://docs.7331.org/llms.txt

Use this file to discover all available pages before exploring further.

Requires an active session cookie and chat visibility (public, owner, or member). The browser VM must be running.
chat_id
integer
required
Chat ID.

Response

text
string
required
Current clipboard text content.
curl https://portal-api.7331.org/v1/portal/chats/42/clipboard \
  -b "psession=YOUR_SESSION"
{
  "text": "copied text from VM"
}