cURL
curl --request PUT \ --url https://api.example.com/ \ --header 'App-Password: <api-key>' \ --header 'Content-Type: text/plain' \ --header 'Device-Code: <device-code>' \ --data '<string>'
"<string>"
8-character alphanumeric device identifier
Raw paste content
The body is of type string.
string
URL of the created paste
The response is of type string.