Sign a payload
Input
Encoding
*/*Accepts raw binary data
Output
Encoding
application/octet-streamTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"encoding": "*/*"
},
"output": {
"encoding": "application/octet-stream"
},
"description": "Sign a payload"
}