Get Request Signature
Returns cryptographic signature for a specific request.Try it now! To test in the playground:
- First make a chat completion request to get a
request_id(use the ID from the response) - Add your API key when prompted
- Fill in the
request_idpath parameter - The
modelquery parameter is pre-filled withphala/qwen-2.5-7b-instruct
Parameters
Request ID from the chat completion responseExample:
chatcmpl-abc123xyzModel ID that was used for the requestExamples:
phala/qwen-2.5-7b-instruct, phala/deepseek-chat-v3-0324Signature algorithm to useOptions:
ecdsa (default), ecdsa-p256, rsaExample
Response
Verification Guide
Learn how to verify signatures →