prasmussen / glot-run

API for running code inside docker containers

Home Page:https://run.glot.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to set my run token?

otave opened this issue · comments

commented

curl --request POST
--header 'Authorization: Token 0123456-789a-bcde-f012-3456789abcde'
--header 'Content-type: application/json'
--data '{"files": [{"name": "main.py", "content": "print(42)"}]}'
--url 'https://run.glot.io/languages/python/latest'

{"message":"Wrong auth token"}