Hello,
I have some issue to use the galaxy api to start a job.
I'm using this command
curl -X POST -H "Content-Type: application/json" -d '{"key":"my_key","tool_id":"Show beginning1","tool_version":"1.0.0","inputs":{"lineNum":10,"input":{"values":[{"src":"hda","name":"Select first on data 18","tags":[],"keep":false,"hid":19,"id":"bbd44e69cb8906b5fc5c181d22be27d6"}],"batch":false}}}' https://usegalaxy.org/api/tools
And I got this error msg
{"err_msg": "API authentication required for this request", "err_code": 403001}
Anyone have an idea or have an example of this kind of command working ?