This section provides information about the /en/api/clipboard
endpoint.
Overview
The /en/api/clipboard
API allows users to access and manage clipboard data. It supports operations such as getting the current clipboard content, setting new clipboard content, and clearing the clipboard.
Endpoints
- GET /en/api/clipboard: Retrieve the current clipboard content.
- POST /en/api/clipboard: Set new clipboard content.
- DELETE /en/api/clipboard: Clear the clipboard.
Usage
To use this API, you need to send a request to the appropriate endpoint with the required parameters. Here's an example of how to retrieve the current clipboard content:
GET /en/api/clipboard HTTP/1.1
Host: example.com
Response
The response will contain the current clipboard content in plain text format.
{
"content": "Hello, World!"
}
More Information
For more detailed information about the API and its usage, please refer to our API Documentation.
Clipboard Icon