Create a privacy computing job. The computation data of the job is input through the keyboard.
Headers
Name
Type
Description
token*
string
The token generated in the previous step
Request Body
Name
Type
Description
computation*
string
Computation type. One of "Privacy Comparison", "Matrix Addition", and "Matrix Multiplication"
input*
string
Data used for computing, formatted as a matrix,such as "[[18,34,18.2]]"
jobName*
string
Job name that cannot be repeated
parties*
string array
Computation participants. The current version of the input type job has three parties. Participants need to provide computation data and can view the computation results on the phoenix blockchain.