cURL
curl --request POST \ --url https://api.coinfer.ai/sys/plot \ --header 'Content-Type: application/json' \ --data '{ "coinfer_auth_token": "", "coinfer_share_password": "", "experiment_id": "<string>", "plot_func": "<string>", "plot_chain": "<string>", "plot_var": "<string>", "n_iteration": 0 }'
{ "status": "<string>", "data": { "plot_data": "<any>" } }
OK
"ok"
Show child attributes